/*
Theme Name: Light Stalking
Text Domain: lightstalking
Version: 1.5.11
Requires at least: 4.7
Requires PHP: 5.2.4
Description: This is a customized theme for the Light Stalking web site.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://www.liquidstar..org/
Theme URI: https://www.lightstalking.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Page Templates
		a. 	Template: Cover Template
		b.	Template: Custom Home
		c. 	Template: Lightroom Presets
		d. 	Template: No Sidebar
		e. 	Template: Forum/BuddyPress Pages
	7.  Post: Archive
	8.  Post: Single
	9.	Blocks
	10. Entry Content
	11. Comments
	12. Site Pagination
	13. Error 404
	14. Widgets
	15. Site Footer
	16. Category Colors
	17. Media Queries

-------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

html, body {
	border: none;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before, blockquote::after {
	content: "";
}

/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #fff;
	box-sizing: border-box;
	color: #362323;
	font-family: "Verdana", sans-serif;
	font-size: 1.8rem;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {
	body {
		font-family: "Verdana", sans-serif;
	}
}

*, *::before, *::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	margin-bottom: 2rem;
}

/* Clearing ---------------------------------- */

.group::after, .entry-content::after {
	clear: both;
	content: "";
	display: block;
}

/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.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;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}

/* -------------------------------------------------------------------------- */
/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

main {
	display: block;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, .faux-heading {
	font-family: "Nunito Sans", sans-serif;
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 900;
	color: #000;
}

h1, .heading-size-1 {
	font-size: 3.6rem;
}

h2, .heading-size-2 {
	font-size: 3.0rem;
}

h3, .heading-size-3 {
	font-size: 2.4rem;
}

h4, .heading-size-4 {
	font-size: 1.8rem;
}

h5, .heading-size-5 {
	font-size: 1.4rem;
}

h6, .heading-size-6 {
	font-size: 1.2rem;
}

p {
	line-height: 2;
	margin: 0 0 1em 0;
}

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

em em, em i, i em, i i, cite em, cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b, strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr, acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border: 0;
	margin: 3rem auto;
	max-width: 100%;
	background-position: 50%;
	box-sizing: border-box;
}

.entry-content hr, hr.styled-separator {
	height: 1px;
	background-image: linear-gradient( 90deg, hsla(0, 0%, 0%, 0), hsla(199, 22%, 17%, 0.5) 50%, hsla(0, 0%, 0%, 0));
	position: relative;
}

a {
	color: #fc2f2f;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

/* Lists ------------------------------------- */

ul, ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul, li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style, .reset-list-style ul, .reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt, dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}

/* Quotes ------------------------------------ */

blockquote {
	border-color: #fc2f2f;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}

/* Code -------------------------------------- */

code, kbd, pre, samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code, kbd, samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}

/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg, img, embed, object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption, .wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a, .wp-caption-text a {
	color: inherit;
}

/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}

/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline, input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button {
	font-family: "Verdana", sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {
	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Verdana", sans-serif;
	}
}

input, textarea {
	border-color: #dcd7ca;
	color: #000;
}

code, input[type="url"], input[type="email"], input[type="tel"] {
	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1.5rem;
	margin: 0;
	padding: 0.75rem;
	max-width: 100%;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e3e3e3;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	/* Browsers supporting line-height revert to reset a property to the value established by the user-agent stylesheet */
	line-height: revert;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fc2f2f;
	border: 1px solid #fc2f2f;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 0.5em 0.9rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
	background: #fff;
	color: #fc2f2f;
	text-decoration: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]: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 {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th, td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

/* Layout ------------------------------------ */

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {
	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin: 0;
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}

/* Toggles ----------------------------------- */

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}

/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Colors ------------------------------------ */

/* COLOR */

.color-accent, .color-accent-hover:focus, .color-accent-hover:hover {
	color: #fc2f2f;
}

/* BACKGROUND COLOR */

.bg-accent, .bg-accent-hover:focus, .bg-accent-hover:hover {
	background-color: #fc2f2f;
}

/* BORDER COLOR */

.border-color-accent, .border-color-accent-hover:focus, .border-color-accent-hover:hover {
	border-color: #fc2f2f;
}

/* FILL COLOR */

.fill-children-accent, .fill-children-accent * {
	fill: #fc2f2f;
}

.fill-children-current-color, .fill-children-current-color * {
	fill: currentColor;
}

/* Opacity ----------------------------------- */

.opacity-0 {
	opacity: 0;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-90 {
	opacity: 0.9;
}

.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}

.blend-mode-hue {
	mix-blend-mode: hue;
}

.blend-mode-saturation {
	mix-blend-mode: saturation;
}

.blend-mode-color {
	mix-blend-mode: color;
}

.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}

/* Image Classes ----------------------------- */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {
	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}

.search-form .search-field, .search-form .search-submit {
	margin: 0 9px;
}

.search-form label {
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

.search-form .search-field {
	width: 100%;
}

.search-form .search-submit {
	flex-shrink: 0;
}

.search-form .search-submit:focus, .search-form .search-submit:hover {
	text-decoration: none;
}

.header-search-box {
	position: absolute;
	top: 2rem;
	right: 0;
	width: 20.6rem;
}

.header-search-box .search-field {
	height: 30px;
	margin: 0px;
	border: 0 !important;
	border-radius: 8px 0px 0px 8px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
	font-family: "Rubik", sans-serif;
	font-size: 1.5rem;
	color: #010101;
	overflow: hidden;
	clip-path: polygon(-50% -50%, 100% -50%, 100% 150%, -50% 150%);
}

.header-search-box .search-submit {
	height: 30px;
	width: 35px;
	margin: 0 0 0 -1px;
	border: 0;
	border-right: 1px solid #fff;
	border-radius: 0px 8px 8px 0px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
	font-size: 0px;
	background-color: #fff;
	background-image: url('assets/images/search.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	clip-path: polygon(0 -50%, 150% -50%, 150% 150%, 0 150%);
}

.header-search-box .search-submit:hover {
	background-image: url('assets/images/search.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* Social Icons ------------------------------ */

ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: -0.9rem 0 0 -0.9rem;
	width: calc(100% + 0.9rem);
}

ul.social-icons li {
	margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
	align-items: center;
	background: #fc2f2f;
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	width: 4.4rem;
}

.social-icons a:focus, .social-icons a:hover {
	transform: scale(1.1);
	text-decoration: none;
}

/* Cover Modals ------------------------------ */

.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
	display: none !important;
}

.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}

.cover-modal.show-modal > * {
	cursor: default;
}

/* -------------------------------------------------------------------------- */
/*	4.	Site Header
/* -------------------------------------------------------------------------- */

#site-header {
	background: #222f35;
	position: relative;
}

.header-inner {
	position: relative;
	max-width: 1068px;
	margin: 0 auto;
	padding: 2rem;
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title, .site-logo, .site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	width: 203px;
	height: 32px;
	background-image: url('assets/images/logo-light.png');
}

.site-title a:focus {
	text-decoration: underline;
}

.site-title #site-title-link {
	visibility: hidden;
}

.site-description {
	visibility: hidden;
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
}

.site-logo a, .site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

.site-logo img {
	max-height: 6rem;
	margin: 0;
	width: auto;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description, .overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}

/* Header Toggles ---------------------------- */

.header-inner .toggle {
	display: none;
	outline-width: 0;
	outline: none;
}

.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
}

.header-inner .toggle path {
	fill: currentColor;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
}

.toggle-inner .toggle-text {
	display: none;
}

div.header-social-icons {
	position: absolute;
	top: 2rem;
	right: 21.5rem;
}

div.header-social-icons .fa {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-top: 6px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
	margin-right: 4px;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
}

div.header-social-icons .fa:hover {
	background-color: #010101;
}

div.header-social-icons .fa-facebook, div.header-social-icons .fa-twitter, div.header-social-icons .fa-pinterest, div.header-social-icons .fa-instagram, div.header-social-icons .fa-youtube {
	color: #010101;
}

div.header-social-icons .fa-facebook:hover, div.header-social-icons .fa-twitter:hover, div.header-social-icons .fa-pinterest:hover, div.header-social-icons .fa-instagram:hover, div.header-social-icons .fa-youtube:hover {
	color: #fff;
}

/* Navigation Toggle ------------------------- */

.nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 6.6rem;
}

.nav-toggle, button.nav-toggle:focus {
	color: #362323;
}

.nav-toggle .toggle-icon {
	height: 1.8rem;
	width: 1.8rem;
}

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	background: #fff;
	margin-top: 0;
	border-bottom: 1px solid #4a484c;
}

ul.primary-menu {
	display: block;
	position: relative;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12pt;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
	height: 6.5rem;
	padding: 0.5rem 0 1.5rem;
	text-align: center;
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	margin: 2.5rem 0 0 -2rem;
	pointer-events: none;
	transform: rotate(45deg);
	width: 1.3rem;
}

.primary-menu .icon::before, .primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	right: 0;
}

.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}

.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	display: inline-table;
	position: relative;
	width: 14%;
	height: 6rem;
	vertical-align: middle;
}

.primary-menu > li {
	margin: 0 1rem 0;
}

.primary-menu a {
	display: table-cell;
	vertical-align: middle;
	color: #000 !important;
	line-height: 1.2;
	text-decoration: none;
}

.current_page_item a, .primary-menu a:hover {
	text-decoration: underline;
}

/* SUB MENU */

.primary-menu ul {
	display: none;
	background: #fff;
	color: #000;
	font-size: 1.2rem;
	position: absolute;
	top: 6rem;
	left: 0;
	width: 20rem;
	z-index: 1;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
}

.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul {
	display: block;
}

.sub-menu li {
	display: block;
	width: 100% !important;
	text-align: left;
	border-bottom: 1px solid #9f9f9f;
	padding: 1.2rem 1.5rem;
	cursor: pointer;
	height: auto;
}

.sub-menu li:hover {
	background-color: #ccc;
}

.sub-menu li:hover a {
	text-decoration: underline;
}

.sub-menu a {
	position: relative;
	display: inline-block;
	width: calc(100% - 1rem);
	text-decoration: none;
}

.sub-menu .icon {
	display: inline-block;
	margin-top: 0;
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: 100%;
	left: 75%;
}

.sub-menu li:hover ul a {
	text-decoration: none;
}

.sub-menu li:hover ul li:hover a {
	text-decoration: underline;
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
	.primary-menu > li.menu-item-has-children > a {
		padding-right: 0;
		margin-right: 2rem;
	}
	.primary-menu ul li.menu-item-has-children > a {
		margin-right: 4.5rem;
		padding-right: 0;
		width: unset;
	}
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-right: 0;
	margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-right: 4.5rem;
	padding-right: 0;
	width: unset;
}

/* -------------------------------------------------------------------------- */
/*	5. Menu Modal
/* -------------------------------------------------------------------------- */

.menu-modal {
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 9rem;
	right: -99999rem;
	left: 99999rem;
	bottom: 0;
	z-index: 999;
}

.admin-bar .menu-modal {
	top: 32px;
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
}

.menu-modal-inner {
	display: block;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: block;
	position: relative;
}

button.close-nav-toggle {
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0;
	margin: 5px auto 0;
	width: 100%;
}

button.close-nav-toggle, button.close-nav-toggle:active, button.close-nav-toggle:focus {
	color: #362323;
	outline-width: 0 !important;
	outline-style: none !important;
}

button.close-nav-toggle svg {
	display: block;
	position: relative;
	top: 0;
	right: 6.9rem;
	height: 1.8rem;
	width: 2.8rem;
	float: right;
	padding: 0 5px;
	background: #fff;
}

button.close-nav-toggle .toggle-text {
	display: none;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}

/* Main Menu --------------------------------- */

.modal-menu {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.modal-menu li {
	border-color: #a1a1a1;
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}

.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.modal-menu a {
	font-family: "Nunito Sans", sans-serif;
	font-size: 12pt;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	padding: 2rem 2.5rem;
	text-decoration: none;
	width: 100%;
	color: #000 !important;
}

.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: underline;
}

button.sub-menu-toggle {
	border-left: 0.1rem solid #a1a1a1;
	flex-shrink: 0;
	margin: 1rem 0;
	padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
	height: 0.9rem;
	width: 1.5rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}

.modal-menu ul li {
	border-left-width: 1rem;
}

.modal-menu ul li a {
	color: inherit;
	font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

/* Mobile Menu ----------------------------- */

.mobile-menu {
	display: block;
	margin-top: 2rem;
	background: #fff;
	border: 0 !important;
}

/* Menu Bottom ------------------------------- */

.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}

.menu-bottom nav {
	width: 100%;
}

.menu-copyright {
	display: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.menu-copyright a:focus, .menu-copyright a:hover {
	text-decoration: underline;
}

.menu-bottom .social-menu {
	justify-content: center;
}

/* -------------------------------------------------------------------------- */
/*	6a. Template: Cover Template
/* -------------------------------------------------------------------------- */

.cover-header {
	display: flex;
	overflow: hidden;
}

.cover-header-inner-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.cover-header-inner {
	padding: 10rem 0 5rem 0;
	width: 100%;
}

.cover-color-overlay, .cover-color-overlay::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.cover-color-overlay::before {
	background: currentColor;
	content: "";
	display: block;
}

.cover-header .entry-header {
	position: relative;
	width: 100%;
	z-index: 1;
}

.cover-header .entry-header * {
	color: #fff;
}

body.template-cover .entry-header {
	background: transparent;
	padding: 0;
}

.cover-header h1, .cover-header h2, .cover-header h3, .cover-header h4, .cover-header h5, .cover-header h6, .cover-header .faux-heading {
	color: inherit;
}

.cover-header .entry-header a {
	color: inherit;
}

/* To The Content ---------------------------- */

.to-the-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}

.to-the-content {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4rem;
	text-decoration: none;
}

.to-the-content svg {
	height: 2rem;
	transform: translateY(0);
	width: 1.767rem;
}

.to-the-content:focus svg, .to-the-content:hover svg {
	transform: translateY(20%);
}

/* -------------------------------------------------------------------------- */
/*	6b. Template: Custom Home Template
/* -------------------------------------------------------------------------- */

.custom-home-header {
	display: block;
	overflow: hidden;
	width: 100%;
}

.custom-home-header-inner-wrapper {
	position: relative;
	width: 100%;
}

.custom-home-header-inner {
	padding: 0;
	width: 100%;
}

.custom-home-header-inner header {
	background-image: url('assets/images/header-lego.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 456px !important;
	text-align: center;
}

.custom-home-header-content span {
	display: inline-block;
	width: 270px;
	height: 270px;
	background: #f6f9eb;
	border-radius: 50%;
	margin-top: 88px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 900;
	color: #000;
}

.custom-home-header-content span p {
	margin: 33px 0 0 0;
	text-transform: uppercase;
	line-height: 1.4;
}

.custom-home-header-content .fa {
	font-size: 42px;
	color: #000;
}

.custom-home-header-content a {
	display: inline-block;
	background: #010101;
	border-radius: 0.5rem;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 1.2rem;
	border: 1px solid #010101;
}

.custom-home-header-content a:hover {
	background: #fff;
	color: #010101;
}

.custom-home-subhead-wrapper {
	width: calc(100% - 2rem);
	max-width: 1068px;
	margin: 2rem auto 3.5rem;
	text-align: center;
}

.custom-home-subhead .subhead-icon {
	display: inline-block;
	width: 247px;
	height: 232px;
	line-height: 232px;
	text-align: center;
	margin: 1.5rem 0.75rem 0 !important;
}

.custom-home-subhead .blog {
	background-image: url('assets/images/icon-blog.jpg');
}

.custom-home-subhead .marketplace {
	background-image: url('assets/images/icon-mark.jpg');
}

.custom-home-subhead .community {
	background-image: url('assets/images/icon-comm.jpg');
}

.custom-home-subhead .portfolio {
	background-image: url('assets/images/icon-port.jpg');
}

.custom-home-subhead .subhead-icon .button {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	display: inline-block;
	height: 2.5rem;
	background: #fff;
	border-radius: 0.5rem;
	color: #010101;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 1.2rem;
	border: 0;
	margin: auto 0;
}

.custom-home-subhead .subhead-icon:hover .button {
	background: #010101;
	color: #fff;
}

.custom-home-categories {
	clear: both;
	padding: 35px 0;
}

.custom-home-categories-wrapper {
	width: 100%;
	margin: 0;
	background: #fafafa;
	padding: 25px 25px 55px;
	border-bottom: 1px solid #b4b4b4;
}

.custom-home-categories-inner p {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 35px;
	color: #000;
}

.custom-home-categories-list {
	list-style-position: inside;
	display: grid;
	grid-template-columns: 23.1% 23.1% 23.1% 23.1%;
	grid-row-gap: 20px;
	font-size: 1.2rem;
	font-style: italic;
	text-transform: uppercase;
	width: calc(100% - 2rem);
	max-width: 1068px;
	margin: 0 auto;
	padding: 0;
}

.custom-home-categories-list:nth-child(1), .custom-home-categories-list:nth-child(2), .custom-home-categories-list:nth-child(3), .custom-home-news-articles:nth-child(1), .custom-home-news-articles:nth-child(2), .custom-home-news-articles:nth-child(3) {
	grid-column-gap: 26px;
}

.custom-home-categories-list li {
	margin: 0;
	padding: 0;
}

.custom-home-categories-list a {
	color: #323232;
}
  
.custom-home-categories-show-more-height {
	height: 11.5rem;
	overflow: hidden;
}

#custom-home-more-categories {
	display: block;
	width: 154px;
	height: 77px;
	background-image: url('assets/images/show-more.png');
	background-repeat: no-repeat;
	margin: -30px auto 0;
	text-align: center;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	color: #010101;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 40px;
	cursor: pointer;
}

.custom-home-recent-posts {
	clear: both;
	padding: 35px 0;
}

.custom-home-recent-posts-wrapper {
	width: 100%;
	margin: 0;
	padding: 0 25px;
}

.custom-home-recent-posts-inner .heading, .custom-home-news-inner .heading {
	font-family: "Nunito Sans", sans-serif;
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 35px;
	color: #000;
}

.custom-home-recent-posts-articles {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-row-gap: 30px;
	font-size: 1.2rem;
	width: calc(100% - 2rem);
	max-width: 1068px;
	margin: 0 auto 2rem;
	padding: 0;
}

.custom-home-recent-posts-articles article {
	max-height: 35rem;
	overflow: hidden;
	position: relative;
}

.custom-home-recent-posts-articles:nth-child(1), .custom-home-recent-posts-articles:nth-child(2) {
	grid-column-gap: 36px;
}

.custom-home-recent-posts-post-inner:after {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2rem;
	content: "";
	z-index: 9999;
}

.custom-home-recent-posts-articles header {
	padding-top: 30px;
}

.custom-home-recent-posts-grid-item-1, .custom-home-recent-posts-grid-item-2, .custom-home-recent-posts-grid-item-3, .custom-home-recent-posts-grid-item-4 {
	padding: 0 20px;
}

.custom-home-recent-posts-featured-media {
	height: 157px;
	overflow: hidden;
}

.custom-home-recent-posts-featured-media img {
	height: 157px;
	object-fit: cover;
}

.custom-home-recent-posts-author {
	display: block;
	text-align: center;
	margin: -35px auto -19px;
}

.custom-home-recent-posts-author a img {
	border-radius: 50%;
	margin: 0 auto;
}

.custom-home-recent-posts-entry-title {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 2rem;
	margin: 0;
	padding: 0;
	min-height: 4rem;
	overflow: hidden;
}

.custom-home-recent-posts-entry-categories {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 3rem;
	text-transform: uppercase;
}

.custom-home-recent-posts-entry-header-inner a, .custom-home-news-entry-header-inner a {
	color: #362323;
}

.custom-home-recent-posts-entry-categories a {
	color: #010101;
}

.custom-home-recent-posts-entry-content p {
	line-height: 1.5;
	margin-bottom: 0;
}

#custom-home-more-posts {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	top: 3rem;
	right: 50%;
	width: 100vw;
	grid-column-start: 1;
	grid-column-end: 4;
	border-top: 1px solid #b4b4b4;
	margin-top: 2rem;
}

#custom-home-more-posts span {
	display: block;
	width: 154px;
	height: 77px;
	background-image: url('assets/images/show-more.png');
	background-repeat: no-repeat;
	margin: -30px auto 0;
	text-align: center;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	color: #010101;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 40px;
	cursor: pointer;
}

.custom-home-news-wrapper {
	width: 100%;
	margin: 0;
	padding: 25px 25px 50px;
}

.custom-home-news-articles {
	display: grid;
	grid-template-columns: 23.1% 23.1% 23.1% 23.1%;
	grid-row-gap: 20px;
	width: calc(100% - 2rem);
	max-width: 1068px;
	margin: 0 auto;
	padding: 0;
}

.custom-home-news-featured-media {
	height: 116px;
	overflow: hidden;
}

.custom-home-news-featured-media img {
	height: 116px;
	object-fit: cover;
}

.custom-home-news-entry-title {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	padding: 0;
	height: 4rem;
	overflow: hidden;
}

.custom-home-news-date {
	font-family: "Rubik", sans-serif;
	font-size: 1.3rem;
	font-style: italic;
	line-height: 1.8rem;
	margin: 0;
	padding: 0;
	color: #aaa0a0;
	font-weight: 700;
}

#custom-home-more-news {
	margin: 0 auto 2rem;
	text-align: center;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/*	6c. Template: Lightroom Presets
/* -------------------------------------------------------------------------- */

.lightroom {
	width: calc(100% - 2rem);
	max-width: 1068px;
	margin: 2rem auto 4rem;
}

.lightroom .entry-title, .lightroom .page-last-modified, .lightroom .post-last-modified {
	display: none;
}

/* -------------------------------------------------------------------------- */
/*	6d. Template: No Sidebar
/* -------------------------------------------------------------------------- */

.no-sidebar {
	width: calc(100% - 2rem);
	max-width: 821px;
	margin: 4rem auto;
}

.no-sidebar .entry-header-inner .entry-title {
	text-align: center;
}

.no-sidebar .post-meta-background {
	text-align: center;
}

.no-sidebar .entry-header-inner table {
	display: inline-block;
	width: auto;
	margin: 0 auto !important;
}

.no-sidebar-article-wrapper {
	background: #fbfbfb;
	padding-bottom: 1rem;
}

.no-sidebar .page-last-modified, .no-sidebar .post-last-modified {
	display: none;
}

.no-sidebar .post-share-icons {
	text-align: center;
}

.no-sidebar .wp-block-image figcaption {
	width: calc(100% - 2rem);
	max-width: 1068px;
	text-align: center;
	margin: 0 auto;
}

.no-sidebar-below-content-widgets {
	margin-top: 2rem;
}

/* -------------------------------------------------------------------------- */
/*	6e. Template: Forum/BuddyPress Pages
/* -------------------------------------------------------------------------- */

main.forum {
	display: grid;
	grid-template-columns: auto 23.1%;
	grid-column-gap: 40px;
	width: calc(100% - 2rem);
	max-width: 1068px;
	margin: 4rem auto 0;
}

.forum .post-inner, .bbpress .post-inner {
	padding-top: 0;
}

.forum .bbpress-wrapper, .bbpress .bbpress-wrapper {
	margin-left: 0;
	margin-right: 0;
}

.forum .post-meta-background, .bbpress .post-meta-background {
	display: none;
}

.forum-article-wrapper, .bbpress .single-post-article-wrapper {
	background: transparent;
	padding-bottom: 1rem;
}

.forum-article-wrapper .post-last-modified, .forum .post-meta-wrapper, .bbpress .post-meta-wrapper, body.buddypress .custom-home-news, body.bp-legacy .custom-home-news, body.bp-nouveau .custom-home-news, body.buddypress .author-bio, body.bp-legacy .author-bio, body.bp-nouveau .author-bio {
	display: none;
}

.forum-sidebar, body.buddypress .single-post-sidebar, body.bp-legacy .single-post-sidebar, body.bp-nouveau .single-post-sidebar {
	padding: 0;
}

.forum-sidebar img, body.buddypress .single-post-sidebar img, body.bp-legacy .single-post-sidebar img, body.bp-nouveau .single-post-sidebar img {
	margin: 0;
}

.gsc-search-box table {
	margin: 2rem 0;
}

input[type="text"].gsc-input {
	border-radius: 0.9rem !important;
	border: 1px solid #e3e3e3 !important;
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 0.5rem 0.7rem;
	height: 2rem !important;
}

.forum-sidebar .gsc-search-button, body.bp-legacy .gsc-search-button, body.bp-nouveau .gsc-search-button {
	min-width: 1.5rem;
	min-height: 1.5rem;
	color: #fff;
}

.forum-sidebar .widget-title, body.buddypress .single-post-sidebar .widget-title, body.bp-legacy .single-post-sidebar .widget-title, body.bp-nouveau .single-post-sidebar .widget-title {
	background: #222f35;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 2rem;
}

.forum-sidebar h2:empty, body.buddypress .single-post-sidebar h2:empty, body.bp-legacy .single-post-sidebar h2:empty, body.bp-nouveau .single-post-sidebar h2:empty {
	display: none !important;
}

/* -------------------------------------------------------------------------- */
/*	7. Post: Archive
/* -------------------------------------------------------------------------- */

.archive-main {
	width: calc(100% - 2rem);
	max-width: 1068px;
	margin: 4rem auto 0;
}

.archive-wrapper {
	display: grid;
	grid-template-columns: auto 23.1%;
	grid-column-gap: 40px;
	margin: 0 auto;
}

.archive-wrapper .post-inner, .archive-wrapper .post-tags {
	padding-bottom: 1rem;
}

.archive-wrapper .post-tags {
	margin-top: 0;
}

.archive-wrapper sidebar {
	padding-top: 0;
}

/* Archive Header ---------------------------- */

.archive-header {
	background-color: #fff;
	padding: 0 0 2rem;
}

.archive-wrapper .entry-title {
	padding-left: 2rem;
}

.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}

.archive-subtitle p:last-child {
	margin-bottom: 0;
}

/* Posts ------------------------------------- */

body:not(.singular) main > article:first-of-type {
	padding: 4rem 0 0;
}

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

.no-search-results-form {
	padding-top: 5rem;
}

/* -------------------------------------------------------------------------- */
/*	8. Post: Single
/* -------------------------------------------------------------------------- */

.single-post-main {
	display: grid;
	grid-template-columns: auto 23.1%;
	grid-column-gap: 40px;
	width: calc(100% - 2rem);
	max-width: 1068px;
	margin: 4rem auto 0;
}

.single-post-article-wrapper {
	background: #fbfbfb;
	padding-bottom: 1rem;
}

.single-post-article-wrapper .post-last-modified {
	display: none;
}

.single-post-sidebar {
	padding: 8rem 0;
}

.single-post-main .post-share-icons, .no-sidebar .post-share-icons {
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 1.1rem;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 1.5rem;
}

.single-post-main .post-share-icons div, .single-post-main .post-share-icons ul, .no-sidebar .post-share-icons div, .no-sidebar .post-share-icons ul {
	display: inline;
}

.single-post-main .post-last-modified {
	display: none;
}

/* Post Header ------------------------------- */

.single-post-main .entry-title {
	padding: 0 2rem 2rem;
}

.singular .entry-header {
	padding: 0;
}

.entry-categories {
	line-height: 1.25;
	margin-bottom: 2rem;
}

.entry-categories-inner {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem 0 0 -1rem;
}

.entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0.5rem 0 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-categories a:focus, .entry-categories a:hover {
	border-bottom-color: transparent;
}

h1.entry-title, h2.entry-title {
	margin: 0;
}

h2.entry-title {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:focus, .entry-title a:hover {
	text-decoration: underline;
}

.intro-text {
	margin-top: 2rem;
}

.singular .intro-text {
	font-size: 2rem;
	line-height: 1.4;
}

/* POST META */

.post-meta-background {
	padding: 2rem 2rem 0;
	background: #fbfbfb;
}

.post-meta-wrapper {
	display: block;
	padding: 2rem 2rem 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.post-meta {
	color: #aaa0a0;
}

.post-meta td {
	border: 0 !important;
	padding: 0;
}

.post-meta .post-author-avatar {
	padding-right: 1rem;
	width: 9rem;
}

.post-meta .post-categories {
	padding: 0.5rem 0;
}

.post-meta .post-categories a {
	display: inline-block;
	color: #fff;
	background: #8dc63f;
	padding: 0.5rem 2rem;
	border-radius: 0.95rem;
	font-family: "Arial Black", "Nunito Sans", sans-serif;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 0.9rem;
	text-transform: uppercase;
}

.post-meta .post-categories a:hover {
	background: #6d9c32;
	text-decoration: none;
}

.post-meta .post-author, .post-meta .post-date {
	display: inline;
	padding: 0;
	font-family: "Rubik", sans-serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: 600;
}

.post-meta a, .post-tags a {
	color: inherit;
}

.post-meta img {
	border-radius: 50%;
}

.post-tags {
	display: block;
	margin: 2rem 2rem 0;
	color: #aaa0a0;
}

.post-tags .meta-text {
	font-size: 1.2rem;
}

.sticky .post-sticky {
	color: inherit;
}

table.post-meta-single-bottom {
	display: none;
}

/* Featured Media ---------------------------- */

.featured-media {
	margin-top: 5rem;
	position: relative;
}

.singular .featured-media {
	margin-top: 0;
}

.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}

.featured-media img {
	margin: 0 auto;
}

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}

.post-inner {
	padding-top: 3rem;
}

.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}

/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin: 3em auto 0 auto;
	padding: 0;
	width: calc(100% - 4rem);
	max-width: 58rem;
}

.post-nav-links > span.label {
	padding: 1em 0;
}

.post-nav-links > * {
	padding: 1em 0.75em;
}

/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	padding: 2rem 2rem 0;
}

/* Author Bio -------------------------------- */

.author-bio {
	margin: 4rem 2rem;
	background: #fff;
}

.hide-avatars .author-bio {
	padding: 0;
}

.author-bio .author-title-wrapper {
	margin: 0 0 1rem 0;
	min-height: 20rem;
}

.author-title-header {
	background: #222f35;
	color: #fff;
	padding: 0.8rem 2rem;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.3rem;
}

.author-bio .avatar {
	border-radius: 50%;
	margin-right: 2rem;
	float: left;
}

.hide-avatars img.avatar {
	display: none;
}

.author-description-wrapper {
	padding: 2rem;
}

.author-bio p:last-child {
	margin-bottom: 0;
}

.author-bio .author-title {
	margin: 0;
}

.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}

.author-bio .author-link:focus, .author-bio .author-link:hover {
	text-decoration: underline;
}

/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}

.pagination-single-inner {
	display: flex;
	flex-direction: column;
}

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	text-decoration: none;
	flex: 1;
}

.pagination-single a + a {
	margin-top: 1rem;
}

.pagination-single a .arrow {
	margin-right: 1rem;
}

.pagination-single a:focus .title, .pagination-single a:hover .title {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*	9. Blocks
/* -------------------------------------------------------------------------- */

/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: #fc2f2f;
}

:root .has-accent-background-color {
	background-color: #fc2f2f;
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #fff;
}

:root .has-secondary-color {
	color: #6d6d6d;
}

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #fff;
}

:root .has-background-background-color {
	background-color: #fff;
	color: #000;
}

/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
	color: #fc2f2f;
	font-family: "Verdana", sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}

/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large {
	font-family: "Verdana", sans-serif;
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size, .entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}

/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright), [class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}

/* Block: Shared Widget Styles --------------- */

.wp-block-archives, .wp-block-categories, .wp-block-latest-posts, .wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul, .wp-block-categories ul, .wp-block-latest-posts ul, .wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li, .entry-content .wp-block-categories > li, .entry-content .wp-block-latest-posts > li, .entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child, .entry-content .wp-block-categories > li:last-child, .entry-content .wp-block-latest-posts > li:last-child, .entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li, .entry-content .wp-block-categories li, .entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a, .wp-block-categories a, .wp-block-latest-posts a, .wp-block-latest-comments a {
	font-weight: 700;
}

.wp-block-latest-posts a, .wp-block-latest-comments__comment-meta {
	font-weight: 700;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date, .wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	margin-top: 0.15em;
}

/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption, .wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #fc2f2f;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull, .alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2, .wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus, .wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}

/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone, figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container, .entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #fc2f2f;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before, .wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}

/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p, .wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.285;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover, .entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}

/* -------------------------------------------------------------------------- */
/*	10. Entry Content
/* -------------------------------------------------------------------------- */

.entry-content {
	font-size: 1.6rem !important;
	line-height: 2;
}

.entry-content > * {
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content p, .entry-content li {
	line-height: 2;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 3rem auto 2rem;
}

.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 3rem auto;
}

/* Font Families ----------------------------- */

.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
	font-family: "Verdana", sans-serif;
}

.entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text {
	font-family: "Verdana", sans-serif;
}

/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: 100%;
}

.alignnone, .aligncenter, .alignleft, .alignright, .alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter, .aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft, .alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft, [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft, [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright, [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright, [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption, .alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}

.entry-content p img {
	margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/*	11. Comments
/* -------------------------------------------------------------------------- */

/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin: 4rem 2rem 0;
}

h2.comment-reply-title {
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}

.comment-reply-title a {
	color: #000;
	font-weight: 900;
}

.comments-inner {
	margin-bottom: 3rem;
}

/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment, .comments .pingback, .comments .trackback, .comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 2rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	color: #aaa0a0;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 6.9rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
}

.comment-author a {
	color: #fc2f2f;
	text-decoration: none !important;
}

.comment-author a:hover, .comment-author a:focus {
	text-decoration: underline !important;
}

.comment-meta .avatar {
	position: absolute;
	left: 0;
	top: 0;
	height: 6.9rem;
	width: 6.9rem;
	border-radius: 50%;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-author .fn, .comment-metadata {
	font-family: "Rubik Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	font-style: italic;
	margin: 0 0 0 7.9rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus, .comment-metadata a:hover {
	text-decoration: underline;
}

/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: auto;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0;
}

.comment-reply-link {
	background-color: #fc2f2f;
	border: 1px solid #fc2f2f;
	color: #fff;
	display: inline-block;
	padding: 0.9rem;
	font-family: "Rubik", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1rem;
	border-radius: 0.5rem;
	margin: 1.5rem 0 0 2rem;
	text-transform: uppercase;
}

.comment-reply-link:hover {
	background-color: #fff;
	border: 1px solid #fc2f2f;
	color: #fc2f2f;
	text-decoration: none !important;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
	width: 100%;
	color: #aaa0a0;
	position: absolute;
	top: 1rem;
	right: 1rem;
	text-align: right;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus, .comment-footer-meta a:hover {
	text-decoration: underline;
}

/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta, .trackback .comment-meta {
	padding-left: 0;
}

/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus, .comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev, .comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}

/* Comment Respond ---------------------------- */

.comment-respond .comment-reply-title {
	display: none;
}

.comment-respond .comment-reply-avatar {
	float: left;
}

.comment-respond .comment-reply-avatar img {
	border-radius: 50%;
}

.comment-respond .comment-reply-fields-wrapper {
	padding-left: 7.9rem;
}

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes, .comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.3rem;
	line-height: 1.4;
	margin: 4rem 0;
	text-align: center;
}

.comment-respond .comment-notes a, .comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus, .comment-respond .comment-notes a:hover, .comment-respond .logged-in-as a:focus, .comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond label[for="comment"] {
	display: none;
}

.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond textarea {
	margin-bottom: 0;
	border-radius: 0.9rem;
	border: 1px solid #e3e3e3;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond .comments-closed {
	text-align: center;
}

/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title, .comments .comment-respond .comment-notes, .comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus, .comment-reply-title small a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*	12. Site Pagination
/* -------------------------------------------------------------------------- */

.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}

.pagination-separator {
	margin: 3rem 0;
}

.nav-links > * {
	margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus, .pagination a:hover {
	text-decoration: underline;
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

.nav-short {
	display: none;
}

/* -------------------------------------------------------------------------- */
/*	13. Error 404
/* -------------------------------------------------------------------------- */

.error404 #site-content {
	padding-top: 4rem;
}

.error404-content {
	text-align: center;
}

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}

.error404 .section-inner {
	margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/*	14.	Widgets
/* -------------------------------------------------------------------------- */

/* Widget Base ------------------------------- */

.widget {
	margin-top: 3rem;
}

.widget:first-child {
	margin-top: 0;
}

.widget-content > div > *:first-child {
	margin-top: 0;
}

.widget-content > div > *:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin: 0 0 2rem;
}

.widget li {
	margin: 2rem 0 0 0;
}

.widget li:first-child, .widget li > ul, .widget li > ol {
	margin-top: 0;
}

.widget table, .widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

.widget .post-date, .widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}

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

/* Base List Widget -------------------------- */

.widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_nav_menu ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li, .widget_categories li, .widget_pages li, .widget_meta li, .widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0;
}

.widget_archive li li, .widget_categories li li, .widget_pages li li, .widget_meta li li, .widget_nav_menu li li {
	margin-left: 2rem;
}

.widget_archive a, .widget_categories a,.widget_pages a, .widget_meta a, .widget_nav_menu a {
	text-decoration: none;
}

.widget_archive a:focus, .widget_archive a:hover, .widget_categories a:focus, .widget_categories a:hover, .widget_pages a:focus, .widget_pages a:hover, .widget_meta a:focus, .widget_meta a:hover, .widget_nav_menu a:focus, .widget_nav_menu a:hover {
	text-decoration: underline;
}

/* Widget: Calendar -------------------------- */

.calendar_wrap {
	font-size: 2.4rem;
}

.calendar_wrap th, .calendar_wrap td, .wp-calendar-nav span {
	display: table-cell;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 2.5% 2.5% 1.75% 2.5%;
	text-align: center;
}

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	width: 100%;
	font-size: 1.8rem;
}

.calendar_wrap tfoot td {
	border-bottom: none;
}

.calendar_wrap tfoot a, .calendar_wrap .wp-calendar-nav a {
	text-decoration: none;
}

.calendar_wrap tfoot #prev, .calendar_wrap .wp-calendar-nav-prev {
	text-align: left;
}

.calendar_wrap tfoot #next, .calendar_wrap .wp-calendar-nav-next {
	text-align: right;
}

/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em;
}

/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}

/* Widget: Recent Comments ------------------- */

.widget_recent_comments li {
	font-weight: 700;
}

.widget_recent_comments a {
	text-decoration: none;
}

.widget_recent_comments a:focus, .widget_recent_comments a:hover {
	text-decoration: underline;
}

/* Widget: Recent Entries -------------------- */

.widget_recent_entries a {
	font-weight: 700;
	text-decoration: none;
}

.widget_recent_entries a:focus, .widget_recent_entries a:hover {
	text-decoration: underline;
}

/* Widget: RSS ------------------------------- */

.widget_rss .widget-title a.rsswidget:first-of-type {
	display: none;
}

.widget_rss .rsswidget {
	font-weight: 700;
}

.widget_rss a {
	text-decoration: none;
}

.widget_rss a:focus, .widget_rss a:hover {
	text-decoration: underline;
}

.widget_rss .rssSummary {
	margin-top: 0.5rem;
}

.widget_rss cite::before {
	content: "— ";
}

/* Widget: Search ---------------------------- */

.widget_search .search-field {
	border-color: #dedfdf;
}

/* Widget: Tag Cloud ------------------------- */

.widget_tag_cloud a {
	font-weight: 700;
	margin-right: 0.5rem;
	text-decoration: none;
	white-space: nowrap;
}

.widget_tag_cloud a:focus, .widget_tag_cloud a:hover {
	text-decoration: underline;
}

/* Widget: Text ------------------------------ */

/* -------------------------------------------------------------------------- */
/*	15. Site Footer
/* -------------------------------------------------------------------------- */

.footer-nav-widgets-wrapper, #site-footer {
	background-color: #222f35;
	border-color: #222f35;
	border-style: solid;
	border-width: 0;
	color: #fff;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
	margin-top: 0;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper, .reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0;
}

.footer-top, .footer-widgets-outer-wrapper, #site-footer {
	padding: 0px 0px;
}

/* Footer Top -------------------------------- */

.footer-top {
	display: flex;
	justify-content: space-between;
}

/* FOOTER MENU */

.footer-menu {
	font-size: 1.8rem;
	font-weight: 700;
}

.footer-menu li {
	line-height: 1.25;
	margin: 0.25em 0 0 0;
}

.footer-menu a {
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

.footer-menu a:hover, .footer-menu a:focus {
	text-decoration: underline;
}

/* FOOTER SOCIAL */

.footer-social-wrapper {
	margin: 0;
	width: 100%;
}

.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%;
}

ul.footer-social {
	margin: -0.5rem 0 0 -0.5rem;
}

.has-footer-menu .footer-social {
	justify-content: flex-end;
}

ul.footer-social li {
	margin: 0.5rem 0 0 0.5rem;
}

.footer-social a {
	background-color: #fff;
	height: 3.6rem;
	width: 3.6rem;
}

.footer-social a::before {
	font-size: 1.6rem;
}

/* Footer Widgets ---------------------------- */

.footer-widgets-outer-wrapper {
	color: #fff !important;
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	padding: 2rem;
	max-width: 1068px;
	margin: 0 auto;
}

.footer-widgets-wrapper {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 2rem;
}

.footer-widgets-outer-wrapper a {
	color: #aaa0a0 !important;
	font-family: "Roboto", sans-serif;
}

.footer-widgets ul {
	margin-top: 0.75rem;
}

.footer-widgets ul li {
	margin: 0;
}

/* Footer Bottom ----------------------------- */

#site-footer {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-top: 1.5rem !important;
	border-top: 1px solid #736363;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus, #site-footer a:hover {
	text-decoration: none;
}

.footer-credits {
	margin: 0 auto;
}

.footer-copyright a, .powered-by-wordpress a {
	color: inherit;
}

.powered-by-wordpress, .to-the-top {
	color: #6d6d6d;
	font-size: 1rem;
	font-style: normal;
}

a.to-the-top > * {
	pointer-events: none;
}

.footer-copyright {
	font-family: "Rubik", sans-serif;
	font-size: 1.8rem;
	font-weight: normal !important;
	font-style: italic;
	margin: 0 0 1rem;
}

.powered-by-wordpress {
	display: none !important;
}

.to-the-top-short {
	display: none;
}

/* -------------------------------------------------------------------------- */
/*	16. Category Colors
/* -------------------------------------------------------------------------- */

.custom-home-recent-posts-articles article.category-abstract, .custom-home-recent-posts-articles article.category-abstract .custom-home-recent-posts-post-inner:after {
	background-color: #daa4d7;
}

.post-meta .post-categories span.category-abstract a {
	background-color: #c168bd;
}

.custom-home-recent-posts-articles article.category-action, .custom-home-recent-posts-articles article.category-action .custom-home-recent-posts-post-inner:after {
	background-color: #7dcdd1;
}

.post-meta .post-categories span.category-action a {
	background-color: #26abb2;
}

.custom-home-recent-posts-articles article.category-travel, .custom-home-recent-posts-articles article.category-travel .custom-home-recent-posts-post-inner:after {
	background-color: #f8a970;
}

.post-meta .post-categories span.category-travel a {
	background-color: #f47011;
}

.custom-home-recent-posts-articles article.category-architecture, .custom-home-recent-posts-articles article.category-architecture .custom-home-recent-posts-post-inner:after {
	background-color: #e2cd70;
}

.post-meta .post-categories span.category-architecture a {
	background-color: #cfac11;
}

.custom-home-recent-posts-articles article.category-astrophotography, .custom-home-recent-posts-articles article.category-astrophotography .custom-home-recent-posts-post-inner:after {
	background-color: #beb9c7;
}

.post-meta .post-categories span.category-astrophotography a {
	background-color: #938ba2;
}

.custom-home-recent-posts-articles article.category-black-and-white, .custom-home-recent-posts-articles article.category-black-and-white .custom-home-recent-posts-post-inner:after {
	background-color: #bec7ba;
}

.post-meta .post-categories span.category-black-and-white a {
	background-color: #93a18c;
}

.custom-home-recent-posts-articles article.category-bodies, .custom-home-recent-posts-articles article.category-bodies .custom-home-recent-posts-post-inner:after {
	background-color: #c8b095;
}

.post-meta .post-categories span.category-bodies a {
	background-color: #a47c4f;
}

.custom-home-recent-posts-articles article.category-camera-craft, .custom-home-recent-posts-articles article.category-camera-craft .custom-home-recent-posts-post-inner:after {
	background-color: #c5daf1;
}

.post-meta .post-categories span.category-camera-craft a {
	background-color: #9ec1e7;
}

.custom-home-recent-posts-articles article.category-gear, .custom-home-recent-posts-articles article.category-gear .custom-home-recent-posts-post-inner:after {
	background-color: #d6cddc;
}

.post-meta .post-categories span.category-gear a {
	background-color: #8c759e;
}

.custom-home-recent-posts-articles article.category-lenses, .custom-home-recent-posts-articles article.category-lenses .custom-home-recent-posts-post-inner:after {
	background-color: #c4c197;
}

.post-meta .post-categories span.category-lenses a {
	background-color: #9d9851;
}

.custom-home-recent-posts-articles article.category-photos, .custom-home-recent-posts-articles article.category-photos .custom-home-recent-posts-post-inner:after {
	background-color: #fc7c70;
}

.post-meta .post-categories span.category-photos a {
	background-color: #fa2411;
}

.custom-home-recent-posts-articles article.category-food, .custom-home-recent-posts-articles article.category-food .custom-home-recent-posts-post-inner:after {
	background-color: #e1f570;
}

.post-meta .post-categories span.category-food a {
	background-color: #cdee11;
}

.custom-home-recent-posts-articles article.category-indoor, .custom-home-recent-posts-articles article.category-indoor .custom-home-recent-posts-post-inner:after {
	background-color: #df96a3;
}

.post-meta .post-categories span.category-indoor a {
	background-color: #ca5066;
}

.custom-home-recent-posts-articles article.category-landscape, .custom-home-recent-posts-articles article.category-landscape .custom-home-recent-posts-post-inner:after {
	background-color: #66c670;
}

.post-meta .post-categories span.category-landscape a {
	background-color: #00a010;
}

.custom-home-recent-posts-articles article.category-lightroom, .custom-home-recent-posts-articles article.category-lightroom .custom-home-recent-posts-post-inner:after {
	background-color: #80f7df;
}

.post-meta .post-categories span.category-lightroom a {
	background-color: #2cf2ca;
}

.custom-home-recent-posts-articles article.category-macro, .custom-home-recent-posts-articles article.category-macro .custom-home-recent-posts-post-inner:after {
	background-color: #8af470;
}

.post-meta .post-categories span.category-macro a {
	background-color: #3ced11;
}

.custom-home-recent-posts-articles article.category-photographic-composition, .custom-home-recent-posts-articles article.category-photographic-composition .custom-home-recent-posts-post-inner:after {
	background-color: #d3a985;
}

.post-meta .post-categories span.category-photographic-composition a {
	background-color: #b57034;
}

.custom-home-recent-posts-articles article.category-business, .custom-home-recent-posts-articles article.category-business .custom-home-recent-posts-post-inner:after {
	background-color: #a9d7b1;
}

.post-meta .post-categories span.category-business a {
	background-color: #6fbc7d;
}

.custom-home-recent-posts-articles article.category-deals, .custom-home-recent-posts-articles article.category-deals .custom-home-recent-posts-post-inner:after {
	background-color: #efe08a;
}

.post-meta .post-categories span.category-deals a {
	background-color: #e4cb3c;
}

.custom-home-recent-posts-articles article.category-beginner, .custom-home-recent-posts-articles article.category-beginner .custom-home-recent-posts-post-inner:after {
	background-color: #6be89f;
}

.post-meta .post-categories span.category-beginner a {
	background-color: #08d95f;
}

.custom-home-recent-posts-articles article.category-news, .custom-home-recent-posts-articles article.category-news .custom-home-recent-posts-post-inner:after {
	background-color: #c5c4f6;
}

.post-meta .post-categories span.category-news a {
	background-color: #9e9df0;
}

.custom-home-recent-posts-articles article.category-opinion, .custom-home-recent-posts-articles article.category-opinion .custom-home-recent-posts-post-inner:after {
	background-color: #e89070;
}

.post-meta .post-categories span.category-opinion a {
	background-color: #d94611;
}

.custom-home-recent-posts-articles article.category-post-production, .custom-home-recent-posts-articles article.category-post-production .custom-home-recent-posts-post-inner:after {
	background-color: #deabbc;
}

.post-meta .post-categories span.category-post-production a {
	background-color: #c8738f;
}

.custom-home-recent-posts-articles article.category-photoshop, .custom-home-recent-posts-articles article.category-photoshop .custom-home-recent-posts-post-inner:after {
	background-color: #95afb6;
}

.post-meta .post-categories span.category-photoshop a {
	background-color: #4f7986;
}

.custom-home-recent-posts-articles article.category-portrait, .custom-home-recent-posts-articles article.category-portrait .custom-home-recent-posts-post-inner:after {
	background-color: #fccec8;
}

.post-meta .post-categories span.category-portrait a {
	background-color: #faada4;
}

.custom-home-recent-posts-articles article.category-street, .custom-home-recent-posts-articles article.category-street .custom-home-recent-posts-post-inner:after {
	background-color: #a2ba98;
}

.post-meta .post-categories span.category-street a {
	background-color: #648c54;
}

.custom-home-recent-posts-articles article.category-light, .custom-home-recent-posts-articles article.category-light .custom-home-recent-posts-post-inner:after {
	background-color: #ffe570;
}

.post-meta .post-categories span.category-light a {
	background-color: #ffd311;
}

.custom-home-recent-posts-articles article.category-videography, .custom-home-recent-posts-articles article.category-videography .custom-home-recent-posts-post-inner:after {
	background-color: #79d0f0;
}

.post-meta .post-categories span.category-videography a {
	background-color: #1fb1e6;
}

.custom-home-recent-posts-articles article.category-wildlife, .custom-home-recent-posts-articles article.category-wildlife .custom-home-recent-posts-post-inner:after {
	background-color: #9cd270;
}

.post-meta .post-categories span.category-wildlife a {
	background-color: #5ab411;
}

/* -------------------------------------------------------------------------- */
/*	16. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 480px ) {
	.custom-home-subhead-wrapper {
		border-bottom: 1px solid #a1a1a1;
		padding-bottom: 3.5rem;
	}
	.custom-home-categories {
		display: none;
	}
	.custom-home-recent-posts {
		padding-top: 0;
	}
	.custom-home-recent-posts-articles, .custom-home-news-articles, main.forum, .archive-wrapper, .single-post-main, .footer-widgets-wrapper {
		display: block;
	}
	.custom-home-recent-posts-articles article, .custom-home-news-articles article {
		margin-bottom: 2rem;
	}
	#custom-home-more-posts {
		margin-top: 5rem;
		margin-bottom: -5rem;
	}
	.nav-links {
		padding-bottom: 2rem;
	}
	.footer-widgets-wrapper .grid-item {
		margin-bottom: 2rem;
	}
	.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
		float: none;
	}
}

@media ( max-width: 676px ) {
	#site-header .header-inner {
		min-height: 7rem;
		margin-bottom: 7rem;
	}
	#site-header .header-titles-wrapper {
		position: absolute;
		top: 9rem;
		left: 5rem;
		width: calc(100% - 10rem);
	}
	.site-title a {
		width: 150px;
		height: 26px;
		background-image: url('assets/images/logo-dark.png');
	}
	div.header-social-icons {
		position: static;
		top: auto;
		right: auto;
		text-align: center;
	}
	.header-search-box, .primary-menu-wrapper {
		display: none;
	}
	.header-inner .toggle {
		display: block;
		position: absolute;
		top: 5px;
		right: 0;
	}
	.mobile-nav-toggle, .mobile-nav-toggle:hover, .mobile-nav-toggle:focus {
		border: 0 !important;
		outline-style: none !important;
		outline-width: 0 !important;
		color: #362363;
	}
}

@media ( min-width: 700px ) {
	/* VANILLA GALLERIES */
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media ( max-width: 1068px ) {
	.header-social-icons {
		right: 23.5rem !important;
	}
	.header-search-box {
		right: 2rem;
	}
	ul.primary-menu {
		height: 6.5rem;
	}
	ul.primary-menu li {
		width: 13%;
	}
}

/*--------------------------------------------------------------
BuddyPress Lightstalking overrides

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
3.0 - BuddyPress
	3.1 - Activity
		3.1.2 - Activity Comments
	3.3 - Directories - Members, Groups, Blogs, Forums
	3.5 - Forms
	3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
		3.8.1 - Cover Image
	3.9 - Private Messaging Threads
4.0 - Media Queries
	4.1 - Smartphones Landscape
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/

.change-avatar .bp-avatar-nav, .bp-avatar-nav .avatar-nav-items {
	margin-bottom: 0 !important;
}

.change-avatar .bp-avatar-nav ul.avatar-nav-items li.current {
	border-bottom: 1px solid #f4f3ed;
}

.change-avatar .bp-uploader-window, #bp-webcam-avatar {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 2rem;
	min-height: 36rem;
}

.bp-user .bp_members header.entry-header:first-of-type {
	display: none;
}

/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/

#buddypress div.activity-meta a.acomment-reply {
	display: none;
}

/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/

#buddypress div.dir-search {
	clear: both;
	width: 40%;
	text-align: right;
	margin: -1rem 0 1rem auto;
}

#buddypress div.dir-search input[type="text"] {
	width: 50%;
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 0.5rem 0.9rem;
	border: 1px solid #e3e3e3;
}

/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/

#buddypress .standard-form textarea,
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="color"],
#buddypress .standard-form input[type="date"],
#buddypress .standard-form input[type="datetime"],
#buddypress .standard-form input[type="datetime-local"],
#buddypress .standard-form input[type="email"],
#buddypress .standard-form input[type="month"],
#buddypress .standard-form input[type="number"],
#buddypress .standard-form input[type="range"],
#buddypress .standard-form input[type="search"],
#buddypress .standard-form input[type="tel"],
#buddypress .standard-form input[type="time"],
#buddypress .standard-form input[type="url"],
#buddypress .standard-form input[type="week"],
#buddypress .standard-form select,
#buddypress .standard-form input[type="password"],
#buddypress .dir-search input[type="search"],
#buddypress .dir-search input[type="text"],
#buddypress .groups-members-search input[type="search"],
#buddypress .groups-members-search input[type="text"] {
	border: 1px solid #e3e3e3;
}

#buddypress .standard-form button,	
#buddypress a.button,	
#buddypress input[type="submit"],	
#buddypress input[type="button"],	
#buddypress input[type="reset"],	
#buddypress ul.button-nav li a,	
#buddypress .generic-button a,	
#buddypress .comment-reply-link,	
a.bp-title-button {	
	background: #fff; /* Old browsers */	
	border: 1px solid #ccc;	
	color: #767676;	
	font-size: small;	
	cursor: pointer;	
	outline: none;	
	padding: 4px 10px;	
	text-align: center;	
	text-decoration: none;	
}	
#buddypress .standard-form button:hover,	
#buddypress a.button:hover,	
#buddypress a.button:focus,	
#buddypress input[type="submit"]:hover,	
#buddypress input[type="button"]:hover,	
#buddypress input[type="reset"]:hover,	
#buddypress ul.button-nav li a:hover,	
#buddypress ul.button-nav li.current a,	
#buddypress div.generic-button a:hover,	
#buddypress .comment-reply-link:hover {	
	background: #ededed;	
	border: 1px solid #bbb;	
	color: #555;	
	outline: none;	
	text-decoration: none;	
}

/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/

#buddypress #item-body {
	margin: 0 0 2rem;
}

#buddypress .bp-content-section {
	background: #f4f3ed;
	padding: 2rem;
}

#buddypress div#item-header div#item-header-content {
	display: inline-block !important;
	margin: 1rem auto 1rem 1rem !important;
	height: 270px !important;
	min-width: 225px !important;
	padding: 1rem !important;
	background: rgba(255,255,255,0.9);
	text-align: center;
}

#buddypress div#item-header #item-header-avatar {
	margin: 1rem 0 !important;
	text-align: center !important;
	float: none;
}

#buddypress div#item-header img.avatar {
	height: 132px !important;
	width: 132px !important;
	margin: 0 auto !important;
	border-radius: 50%;
	float: none;
}

#buddypress div#item-header-cover-image .user-nicename {
	font-size: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

#buddypress div#item-header #item-header-content small {
	color: #606060;
	font-style: italic;
}

#buddypress #item-header-content #item-buttons {
	line-height: 18px;
	margin: 1rem 0 0;
	padding: 0;
	text-align: center;
}

#buddypress #item-header-content #item-buttons .generic-button {
	margin: 0 0.5rem;
	padding: 0;
	float: none;
	display: inline;
}

#buddypress #item-header-content #item-buttons a {
	position: relative;
	display: inline-block;
	font-size: 0px;
	height: 34px;
	width: 36px;
	text-align: center;
	padding: 0;
}

#buddypress #item-header-content #item-buttons a:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 34px;
	vertical-align: middle;
	color: #3c3c3c;
}

#buddypress #item-header-content #item-buttons a.not_friends:after {
	content: "\f234";
}

#buddypress #item-header-content #item-buttons a.pending_friend:after {
	content: "\f4fd";
}

#buddypress #item-header-content #item-buttons a.is_friend:after {
	content: "\f503";
}

#buddypress #item-header-content #item-buttons a.wangguard-user-report:after {
	content: "\f071";
}

#buddypress #item-header-content #item-buttons a.mention:after {
	content: "\f1fa";
}

#buddypress #item-header-content #item-buttons a.send-message:after {
	content: "\f3fe";
}

#buddypress #item-header-content #item-buttons a:hover:after {
	color: #000 !important;
}

#buddypress .change-header-image {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.4rem;
	float: right;
	margin: 0.5rem;
	text-shadow: 0 0 4px #000000;
	text-transform: uppercase;
}

#buddypress .change-header-image a {
	color: #fff;
}

#buddypress .change-header-image a:hover {
	text-decoration: none;
}

#buddypress .change-header-image a .change-header-image-text {
	display: none;
}

#buddypress .change-header-image a:hover .change-header-image-text {
	display: inline;
}

#buddypress .change-header-image a .fa {
	margin: 0 0.5rem;
}

#buddypress div.item-list-tabs {
	background: #222f35 !important;
	clear: left;
	overflow: hidden;
}

#buddypress div.item-list-tabs ul {
	margin: 0;
	padding: 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

#buddypress div.item-list-tabs#subnav label {
	margin: 0;
	font-size: 1rem;
	color: #fff;
}

#buddypress div.item-list-tabs ul li.last {
	margin: 7px 1rem 1rem;
}

#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
}

#buddypress div.item-list-tabs ul li a:hover,
#buddypress div.item-list-tabs ul li span:hover {
	background: #fff;
	color: #222f35;
}

#buddypress div.item-list-tabs ul li a span {
	background: #eee;
	border-radius: 0.5rem;
	color: #6c6c6c;
	display: inline;
	font-size: 0.9rem;
	line-height: 0.9rem;
	margin-left: 2px;
	padding: 1px 2px;
	text-align: center;
	position: relative;
	top: -0.15rem;
	right: 0;
}

#buddypress div.item-list-tabs ul li a span.no-count, #buddypress div.item-list-tabs ul li a#user-mediapress span {
	display: none;
}

#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
	background-color: #d9d9d9 !important;
	color: #362323 !important;
}

#buddypress div.item-list-tabs#subnav {
	margin: 0 0 2rem !important;
}

/*--------------------------------------------------------------
3.8.1 - Cover Image
--------------------------------------------------------------*/

#buddypress #cover-image-container {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 290px !important;
}

#buddypress #header-cover-image {
	background-color: rgb(34,47,53);
	background-color: linear-gradient(180deg, rgba(34,47,53,1) 0%, rgba(255,255,255,0) 100%);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	height: 290px;
	width: 100%;
	z-index: 1;
}

#buddypress #item-header-cover-image {
	max-height: 290px;
	padding: 0;
	position: relative;
	z-index: 2;
}

/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/

#buddypress table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 700;
}

#buddypress div.message-search {
	clear: both;
	width: 40%;
	text-align: right;
	margin: 0 1rem 1rem auto;
}

#buddypress div.message-search input[type="text"] {
	width: 50%;
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 0.5rem 0.9rem;
	border: 1px solid #e3e3e3;
}

#buddypress div.message-search input[type="submit"] {
	font-size: 1.3rem;
	vertical-align: middle;
	padding: 0.5rem 0.9rem;
	margin: 0;
}

/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1 - Smartphones - landscape
--------------------------------------------------------------*/

@media only screen and (max-width: 480px ) {
	#buddypress div.dir-search {
		margin-top: 0 !important;
	}
}