/*!
Theme Name: Candy House
Theme URI: http://underscores.me/
Author: Simple Thread
Author URI: http://simplethread.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: candy-house
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1C101E;
	font-family: "ff-tisa-web-pro", "Tisa Pro", Georgia, serif;
	font-weight: 400;
	font-size: 1.0625em;
	line-height: 1.41176;
}

::selection {
	background: #f04bff;
	color: #fff;
}

h1,
h2,
.main-navigation > ul > li > a,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -0.018em;
	color: #57474C;
	padding-top: 0.1875rem;
	margin: 0 0 0.6875rem;
}


h2,
.main-navigation > ul > li > a {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 400;
	font-size: 1.6875rem;
	line-height: 1;
	color: #57474C;
	padding-top: 0.5rem;
	margin: 0 0 0.75rem;
}

h3, .t3 {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 500;
	font-size: 1.1875rem;
	line-height: 1.26316;
	color: #57474C;
	padding-top: 0.8125rem;
	margin: 0 0 0.6875rem;
}

p {
	margin: -0.0625rem 0 0.5625rem;
}

p.emphasis,
.emphasis p {
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0 0 1rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #3E2ABD;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

a:visited {
	color: #3E2ABD;
}

a:hover, a:focus, a:active {
	color: #291c7e;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
a.btn {
	display: inline-block;
	text-decoration: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.btn {
	border: 0;
	background: #3E2ABD;
	color: #fff;
	line-height: 1.25rem;
	padding: 0.875rem 1.5rem;
	margin-top: 0.125rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.btn:hover {
	border-color: #302193;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
a.btn:active,
a.btn:focus {
	border-color: #302193;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.content-area {
	position: relative;
	margin-top: 1px;
	left: 0;
	width: 100vw;
	height: calc( 100vh - 6rem);
	overflow: auto;
	scroll-behavior: smooth;
	display: grid;
	grid-template-rows: 6rem 1fr;
}

@media screen and (min-width: 36rem) {
	.content-area {
		left: 2rem;
		width: calc( 100vw - 5rem);
		height: calc( 100vh - 5rem - 1px);
	}
}

@media screen and (min-width: 80rem) {
	.content-area {
		left: 4rem;
		width: calc( 100vw - 8rem);
		height: calc( 100vh - 8.125rem);
		grid-template-columns: 1fr 1fr;
	}
}

.content-area > * {
	border-left: 1px solid #DED7D9;
	padding: 2rem 1rem;
}

@media screen and (min-width: 36rem) {
	.content-area > * {
		padding: 2rem;
	}
}

@media screen and (min-width: 80rem) {
	.content-area > * {
		padding: 2rem 3rem 3rem;
	}
}

.content-area a {
	word-break: break-word;
}

.content-area img, .content-area figure {
	max-width: 100%;
	height: auto;
}

.content-area figure {
	width: auto !important;
}

.content-area .wp-caption img[class*="wp-image-"] {
	margin: 0;
}

.content-area .wp-caption-text {
	text-align: left;
}

@media screen and (min-width: 80rem) and (max-width: 112rem), screen and (min-width: 112rem) and (min-height: 61rem) {
	.content-area .content-scroll {
		overflow: auto;
		scroll-behavior: smooth;
	}
}

.content-area .content-scroll > * {
	max-width: 45rem;
}

.content-area .content-scroll > figure {
	max-width: 100%;
}

.content-area.layout-1-col {
	grid-template-columns: 1fr;
}

.content-area.layout-1-col .content-header {
	grid-column: 1 / span 1;
}

.content-area.layout-1-col .column-1 article {
	padding: 0 0 3rem;
}

.content-area.layout-1-col .column-1 article:first-child {
	padding-top: 1rem;
}

.content-header {
	border-bottom: 1px solid #DED7D9;
	padding: 1.125rem 1rem 1.25rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 36rem) {
	.content-header {
		padding: 1.125rem 2rem 1.25rem;
	}
}

@media screen and (min-width: 56rem) {
	.content-header {
		grid-column: 1 / span 2;
	}
}

@media screen and (min-width: 80rem) {
	.content-header {
		grid-column: 1 / span 2;
		padding: 2.125rem 3rem 1rem;
		flex-direction: row;
		justify-content: space-between;
		align-items: baseline;
	}
}

.content-header h1 {
	margin: 0;
}

@media screen and (max-width: 80rem) {
	.content-header h1 {
		font-size: 1.5em;
		line-height: 1;
		margin-bottom: .5rem;
	}
}

.content-header ul.book-nav {
	margin-bottom: 0;
}

.single-column {
	max-width: 750px;
	margin: 0 auto;
}

.two-column {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media screen and (min-width: 800px) {
	.two-column {
		flex-direction: row;
	}
}

@media screen and (min-width: 800px) {
	.two-column .second-column {
		width: 66.67%;
		margin-top: 5px;
	}
}

@media screen and (min-width: 800px) {
	.two-column.two-column-wide .second-column {
		width: 58.33%;
	}
}

.sidebar {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

@media screen and (min-width: 800px) {
	.sidebar {
		width: 22%;
		border-bottom: none;
	}
	.two-column-wide .sidebar {
		width: 33.33%;
	}
}

.sidebar-title {
	text-transform: none;
	font-size: 2.3em;
	font-weight: normal;
}

@media screen and (min-width: 800px) {
	.sidebar-title {
		text-transform: uppercase;
		font-size: 1em;
		font-weight: bold;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-title {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.2;
}

.site-header {
	height: 4rem;
	padding: 1.25rem 1.25rem 1rem 1.25rem;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
}

@media screen and (min-width: 36rem) {
	.site-header {
		padding: 1.25rem 3rem 1rem 2rem;
	}
}

@media screen and (min-width: 80rem) {
	.site-header {
		padding: 1.125rem 4rem;
	}
}

.site-header .header-row .featured-nav {
	display: none;
}

@media screen and (min-width: 56rem) {
	.site-header .header-row {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		padding-right: 2rem;
	}
	.site-header .header-row .featured-nav {
		display: block;
	}
}

.site-header a {
	color: #57474C;
	text-decoration: none;
}

.site-header a:hover, .site-header a:focus {
	color: #3E2ABD;
	text-decoration: underline;
}

.main-navigation {
	position: fixed;
	right: -16rem;
	top: 0;
	width: 16rem;
	height: 100vh;
	border-left: 1px solid #DED7D9;
	background: #fff;
}

.main-navigation::before {
	content: '';
	position: absolute;
	pointer-events: none;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .2;
	background-size: 12rem;
	background-image: url("/wp-content/themes/candy-house/images/paper-bitmap-tile.gif");
}

.main-navigation.-open {
	animation: main-nav-open 350ms ease-out forwards;
}

@media (prefers-reduced-motion) {
	.main-navigation.-open {
		animation: main-nav-open 100ms ease-out forwards;
	}
}

.main-navigation.-open > ul {
	transform: translateX(0);
	transition: transform 350ms ease-in;
}

.main-navigation.-open .menu-toggle {
	animation: menu-toggle-open 350ms ease-out forwards;
}

@media (prefers-reduced-motion) {
	.main-navigation.-open .menu-toggle {
		animation: menu-toggle-open 100ms ease-out forwards;
	}
}

.main-navigation.-open .menu-toggle .trigger-open {
	opacity: 0;
}

.main-navigation.-open .menu-toggle .trigger-close {
	opacity: 1;
}

.main-navigation.-close {
	animation: main-nav-close 500ms ease-out forwards;
}

@media (prefers-reduced-motion) {
	.main-navigation.-close {
		animation: main-nav-close 100ms ease-out forwards;
	}
}

.main-navigation.-close .menu-toggle {
	animation: menu-toggle-close 500ms ease-out forwards;
}

@media (prefers-reduced-motion) {
	.main-navigation.-close .menu-toggle {
		animation: menu-toggle-close 100ms ease-out forwards;
	}
}

.main-navigation .menu-toggle {
	text-align: left;
	margin: 0.875rem 0.3125rem;
	padding: 0;
	display: block;
	background: none;
	border: none;
	height: 2.25rem;
	width: 2.25rem;
	position: relative;
	left: -3rem;
}

.main-navigation .menu-toggle svg {
	height: 2.25rem;
	width: 2.25rem;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 300ms ease-out;
}

.main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:focus {
	cursor: pointer;
}

.main-navigation .menu-toggle:hover svg path, .main-navigation .menu-toggle:focus svg path {
	stroke: #3E2ABD;
}

.main-navigation .menu-toggle .trigger-open {
	opacity: 1;
}

.main-navigation .menu-toggle .trigger-close {
	opacity: 0;
}

.main-navigation > ul {
	transform: translateX(2.25rem);
}

.main-navigation ul {
	list-style: none;
	margin: 0 2rem;
	padding: 0;
}

.main-navigation ul a {
	color: #57474C;
	text-decoration: none;
}

.main-navigation ul a:hover, .main-navigation ul a:focus {
	color: #3E2ABD;
	text-decoration: underline;
}

.main-navigation ul .section-title > a {
	color: #57474C;
	text-decoration: none;
}

.main-navigation > ul > li {
	margin-bottom: 1rem;
	display: block;
}

.main-navigation > ul > li ul {
	margin: 0.5rem 0 0;
}

.main-navigation > ul > li ul li {
	display: block;
	margin-bottom: .25rem;
}

@media screen and (min-width: 36rem) {
	.main-navigation {
		width: 19rem;
		right: -16rem;
		overflow: hidden;
	}
	.main-navigation .menu-toggle {
		left: 0;
	}
}

@media screen and (min-width: 56rem) {
	.main-navigation {
		right: -15rem;
	}
	.main-navigation .menu-toggle {
		margin: 0.875rem;
	}
}

.posts-navigation {
	position: relative;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

body:not(.home) .menu-toggle,
body:not(.category-news) .menu-toggle {
	animation: menu-toggle-close 500ms ease-out forwards;
}

@media (prefers-reduced-motion) {
	body:not(.home) .menu-toggle,
	body:not(.category-news) .menu-toggle {
		animation: menu-toggle-close 100ms ease-out forwards;
	}
}

@keyframes main-nav-open {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-16rem);
	}
}

@keyframes main-nav-close {
	0% {
		transform: translateX(-16rem);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes menu-toggle-open {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(16rem);
	}
}

@keyframes menu-toggle-close {
	0% {
		transform: translateX(16rem);
	}
	100% {
		transform: translateX(0);
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.paper-grit,
.vignette {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .2;
}

.paper-grit {
	background-size: 12rem;
	background-image: url("/wp-content/themes/candy-house/images/paper-bitmap-tile.gif");
}

.vignette {
	box-shadow: inset 0 0 8vw 0 rgba(85, 69, 35, 0.6);
	z-index: 3;
}

.graph-wrap {
	perspective: 50vw;
}

.graph-wrap,
.book-cover-wrap,
.cursor-mask-container,
.dummy-wrap,
.artifacts-wrap {
	position: fixed;
	left: 0;
	margin: 0 auto;
	width: 100vw;
	height: calc( 100vh - 5rem);
}

@media screen and (min-width: 36rem) {
	.graph-wrap,
	.book-cover-wrap,
	.cursor-mask-container,
	.dummy-wrap,
	.artifacts-wrap {
		left: 2rem;
		width: calc( 100vw - 5rem + 1px);
		height: calc( 100vh - 5rem);
	}
}

@media screen and (min-width: 80rem) {
	.graph-wrap,
	.book-cover-wrap,
	.cursor-mask-container,
	.dummy-wrap,
	.artifacts-wrap {
		left: 4rem;
		width: calc( 100vw - 8rem + 1px);
		height: calc( 100vh - 8rem);
	}
}

.graph-paper {
	border: 1px solid #DED7D9;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform-origin: center;
	position: relative;
}

.home.fire-anim .graph-paper {
	animation: grid-rotate 1.5s forwards;
}

@media (prefers-reduced-motion) {
	.home.fire-anim .graph-paper {
		animation: none;
	}
}

.graph-paper .columns,
.graph-paper .rows {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	opacity: 0.4;
}

.home .graph-paper .columns, .home
.graph-paper .rows {
	opacity: 1;
}

.graph-paper .columns div,
.graph-paper .rows div {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.graph-paper .columns .column-row,
.graph-paper .rows .column-row {
	display: flex;
	flex: 0 0 1rem;
	overflow: hidden;
}

.graph-paper .columns {
	width: 100vw;
}

.graph-paper .columns div {
	height: 100vh;
}

.graph-paper .columns .line {
	border-left: thin solid #DED7D9;
	width: 1px;
}

.graph-paper .columns .gap {
	width: calc( 1rem - 1px);
}

.home.fire-anim .graph-paper .columns .gap {
	animation: column-gap 2s forwards;
}

@media (prefers-reduced-motion) {
	.home.fire-anim .graph-paper .columns .gap {
		animation: none;
	}
}

.graph-paper .rows {
	width: 100vw;
	flex-direction: column;
}

.graph-paper .rows div {
	width: 100%;
}

.graph-paper .rows .column-row {
	flex-direction: column;
}

.graph-paper .rows .line {
	border-top: thin solid #DED7D9;
	height: 1px;
}

.graph-paper .rows .gap {
	height: calc( 1rem - 1px);
}

.home.fire-anim .graph-paper .rows .gap {
	animation: row-gap 2s forwards;
}

@media (prefers-reduced-motion) {
	.home.fire-anim .graph-paper .rows .gap {
		animation: none;
	}
}

@keyframes column-gap {
	0% {
		width: 0;
	}
	100% {
		width: calc( 1rem - 1px);
	}
}

@keyframes row-gap {
	0% {
		height: 0;
	}
	100% {
		height: calc( 1rem - 1px);
	}
}

@keyframes grid-rotate {
	0% {
		transform: scale(0.85) rotate3d(0.25, -0.1, -0.05, -8deg);
		opacity: 0;
	}
	100% {
		transform: scale(1) rotate3d(0);
		opacity: 1;
	}
}

@keyframes opacity {
	0% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

.artifacts-wrap {
	top: 4rem;
	pointer-events: none;
}

.artifacts-wrap .artifact-link {
	pointer-events: none;
}

.artifact-symbol {
	height: 2rem;
	width: 2rem;
	position: absolute;
	pointer-events: none;
	overflow: hidden;
	opacity: 0;
	transition: all 400ms ease-out;
	pointer-events: all;
	transform-origin: center;
}

.artifact-symbol.-shown {
	opacity: 0.35;
}

.artifact-symbol.-hover-tease {
	image-rendering: pixelated;
	background-color: purple;
	background-image: url("/wp-content/themes/candy-house/images/bc-stripes.svg");
	background-size: 1rem 62rem;
	background-repeat: repeat;
	background-position: top left;
	opacity: 0.7;
	transition: transform 100ms;
}

.artifact-symbol.-hover-tease .artifact-link {
	color: #fff;
	letter-spacing: -0.025rem;
	font-size: 0.4375rem;
	line-height: 0.71429;
	transition: all 200ms ease-out 50ms;
}

.artifact-symbol.-hover-tease:nth-child(6n) {
	background-position: bottom left;
}

.artifact-symbol.-hover-tease:nth-child(6n+1) {
	background-position: center;
}

.artifact-symbol.-hover-tease:nth-child(6n+2) {
	background-position: 2rem left;
}

.artifact-symbol.-hover-tease:nth-child(6n+3) {
	background-position: 4rem left;
}

.artifact-symbol.-hover-tease:nth-child(6n+4) {
	background-position: 6rem left;
}

.artifact-symbol.-hover-tease:nth-child(6n+5) {
	background-position: 8rem left;
}

.book-cover-wrap .artifact-symbol {
	opacity: 1;
	transition: all 400ms ease-out 150ms;
}

.book-cover-wrap .artifact-symbol .artifact-link {
	color: #fff;
	transition: all 400ms ease-out 150ms;
}

.book-cover-wrap .artifact-symbol:hover, .book-cover-wrap .artifact-symbol:focus {
	width: 14rem;
	height: 6rem;
	transform: translate(-6rem, -2rem);
}

.book-cover-wrap .artifact-symbol:hover .artifact-link, .book-cover-wrap .artifact-symbol:focus .artifact-link {
	text-shadow: 0 0 0.75rem black;
	padding: 1rem;
	letter-spacing: -0.01rem;
	font-size: 0.875rem;
	line-height: 0.85714;
}

a.artifact-link {
	width: 100%;
	max-width: 52rem;
	color: #1C101E;
	letter-spacing: -0.1rem;
	font-size: 0.5rem;
	line-height: 0.5;
	font-family: "ff-tisa-web-pro", "Tisa Pro", Georgia, serif;
	display: block;
	text-decoration: none;
	transition: all 400ms ease-out;
}

a.artifact-link > * {
	width: 100%;
}

.lulu-the-spy-2032 a.artifact-link, .lulu-the-spy-2032
div.artifact-link {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	columns: 2;
	column-gap: 1rem;
	column-rule: 1px solid #CEC5C8;
}

@media screen and (min-width: 56rem) {
	.lulu-the-spy-2032 a.artifact-link, .lulu-the-spy-2032
	div.artifact-link {
		columns: 2;
		column-gap: 1rem;
		column-rule: 2px solid #CEC5C8;
	}
}

.lulu-the-spy-2032 a.artifact-link > p, .lulu-the-spy-2032
div.artifact-link > p {
	text-indent: 0;
}

.title {
	margin: 6rem 0 0;
	padding: 0 4rem;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #57474C;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title h1 {
	opacity: 0.75;
	font-size: 10rem;
	line-height: 1;
	margin: 0 0 0.1875rem;
	padding: 0.375rem 0 0;
	transition: opacity 500ms ease-out;
}

.title #bc-trigger {
	display: inline-block;
}

.title h3 {
	opacity: 0.85;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.33333;
	margin: 0 0 1.4375rem;
	padding: 0.5rem 0 0;
}

@media screen and (max-height: 960px) {
	.title {
		margin: 3rem 0;
		font-size: 0.9412em;
	}
	.title h1 {
		font-size: 8em;
		padding-top: 0.125rem;
		margin-bottom: 1.9375rem;
	}
	.title h3 {
		font-size: 1.5em;
	}
}

@media screen and (max-height: 780px), (max-width: 56rem) {
	.title {
		margin: 2rem 0;
	}
	.title h1 {
		font-size: 6em;
		padding-top: 0.875rem;
		margin-bottom: 1.1875rem;
	}
	.title h3 {
		font-size: 1em;
		padding-top: 0.625rem;
		margin-bottom: 2.625rem;
	}
}

@media screen and (max-height: 700px), (max-width: 34rem) {
	.title {
		padding: 0 1rem;
	}
	.title h1 {
		font-size: 4em;
		padding-top: 0.625rem;
		margin-bottom: 0.4375rem;
	}
	.title h3 {
		margin-bottom: 1.625rem;
	}
}

.title-inner {
	display: flex;
	flex-direction: column;
}

@media screen and (max-height: 35rem) {
	.title-inner {
		display: grid;
		grid-template-columns: 4fr 3fr;
		align-items: center;
		grid-template-rows: 1fr 4rem;
		grid-auto-flow: column;
	}
}

.title-letter-a,
.title-letter-s {
	display: inline-block;
}

.title-letter-a.mono,
.title-letter-s.mono {
	font-family: monospace;
}

.title-letter-a.px-sm,
.title-letter-s.px-sm {
	background: url("https://sthreaddev.wpengine.com/wp-content/uploads/2021/12/letter-a-sm.png") no-repeat;
	background-position: center bottom 25%;
	background-size: 100%;
	color: transparent;
	image-rendering: pixelated;
}

.title-letter-a.px-md,
.title-letter-s.px-md {
	background: url("https://sthreaddev.wpengine.com/wp-content/uploads/2021/12/letter-a-md.png") no-repeat;
	background-position: center bottom 25%;
	background-size: 100%;
	color: transparent;
	image-rendering: pixelated;
}

.title-letter-s.px-sm {
	background-image: url("https://sthreaddev.wpengine.com/wp-content/uploads/2021/12/letter-s-sm.png");
}

.title-letter-s.px-md {
	background-image: url("https://sthreaddev.wpengine.com/wp-content/uploads/2021/12/letter-s-md.png");
}

#home-content h1:hover, #home-content h1:focus {
	opacity: .9;
}

svg.filter {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.turbulence {
	-webkit-filter: url(#text-noise);
	filter: url(#text-noise);
}

:root {
	--mask-bc-x-start: 0;
	--mask-bc-y-start: 0;
}

.book-cover-wrap {
	top: 4rem;
	overflow: hidden;
	pointer-events: none;
	background-image: url("/wp-content/themes/candy-house/images/mask-book-reveal-2.svg"), url("/wp-content/themes/candy-house/images/cf-rows-2.svg"), url("/wp-content/themes/candy-house/images/cf-mask-glitch-2.svg");
	-webkit-mask: url("/wp-content/themes/candy-house/images/mask-book-reveal-2.svg");
	mask: url("/wp-content/themes/candy-house/images/mask-book-reveal-2.svg");
	-webkit-mask-size: 2700% 101%;
	mask-size: 2700% 101%;
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
}

.book-cover-wrap .title {
	position: relative;
	top: 0;
}

.book-cover-wrap .title-inner > * {
	color: #fff;
	opacity: 1;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
}

.book-cover-wrap .btn {
	background: #fff;
	color: #3E2ABD;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
	text-shadow: none;
}

.book-cover-texture {
	image-rendering: pixelated;
	background-image: url("/wp-content/themes/candy-house/images/bc-light-over-2-sq.png"), url("/wp-content/themes/candy-house/images/bc-dark-over-sq.png"), url("/wp-content/themes/candy-house/images/bc-stripes.svg");
	background-size: 90rem 43rem, 90rem 43rem, 1rem 62rem;
	background-repeat: repeat, repeat, repeat;
	background-position: top left, top right, top center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: url(#bc-noise);
	filter: url(#bc-noise);
}

.book-cover-wrap.reveal {
	animation: mask-play 3s steps(26) forwards;
	pointer-events: initial;
}

.book-cover-wrap.reveal .book-cover-texture {
	filter: none;
}

.home .book-cover-wrap.shown {
	-webkit-mask: none;
	mask: none;
	pointer-events: initial;
}

@keyframes mask-play {
	from {
		-webkit-mask-position: var(--mask-bc-x-start) var(--mask-bc-y-start);
		mask-position: var(--mask-bc-x-start) var(--mask-bc-y-start);
	}
	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}

:root {
	--x: 50%;
	--y: 50%;
	--cursor-mask-image: url("/wp-content/themes/candy-house/images/cf-mask-glitch-2.svg");
	--mask-x-start: 0;
	--mask-y-start: 0;
}

.book-cover-wrap.cursor-mask {
	-webkit-mask: var(--cursor-mask-image) no-repeat;
	-webkit-mask-size: 1024px 112128px;
	-webkit-mask-position: var(--x) var(--y);
	mask: var(--cursor-mask-image) no-repeat;
	mask-size: 1024px 112128px;
	mask-position: var(--x) var(--y);
}

.timer-wrap p {
	margin: 1.375rem 0 0.625rem;
	font-weight: bold;
}

.book-timer {
	display: flex;
	justify-content: center;
}

.book-timer div {
	margin: 0 0.5rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 0.5rem;
	height: 3rem;
	color: #1C101E;
	text-shadow: none;
}

.book-timer span {
	font-family: monospace;
	font-size: 1.25rem;
	line-height: 1;
}

.book-timer small {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.6875rem;
	line-height: 1.09091;
	margin-top: 0.25rem;
}

.layout-book {
	grid-template-columns: 1fr;
	grid-template-rows: fit-content(40rem) fit-content(40rem) 1fr;
}

@media screen and (min-width: 36rem) {
	.layout-book {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: fit-content(40rem) 1fr;
	}
}

@media screen and (min-width: 56rem) {
	.layout-book {
		grid-template-columns: 14rem auto;
		grid-template-rows: 6rem fit-content(40rem) 1fr;
	}
}

@media screen and (min-width: 80rem) {
	.layout-book {
		grid-template-columns: 19rem 16rem auto;
		grid-template-rows: 6rem 1fr;
	}
}

@media screen and (min-width: 112rem) {
	.layout-book {
		grid-template-columns: 32rem 16rem auto;
	}
}

.fire-book-transition .layout-book {
	opacity: 0;
}

@media screen and (min-width: 36rem) {
	.layout-book .content-header {
		grid-column: 1 / span 2;
	}
}

@media screen and (min-width: 80rem) {
	.layout-book .content-header {
		grid-column: 1 / span 3;
	}
}

.layout-book .column-1 {
	padding-top: 3rem;
	align-self: start;
}

@media screen and (max-width: 36rem) {
	.layout-book .column-1 img {
		max-width: 30vh;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (min-width: 80rem) {
	.layout-book .column-1 {
		align-self: stretch;
	}
}

@media screen and (min-width: 36rem) {
	.layout-book .column-2 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
}

@media screen and (min-width: 56rem) {
	.layout-book .column-2 {
		grid-column: 1 / 2;
		grid-row: 3 /4;
	}
}

@media screen and (min-width: 80rem) {
	.layout-book .column-2 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
}

.layout-book .column-2 h3:first-child {
	text-transform: uppercase;
}

.layout-book .column-3 {
	border-top: 1px solid #DED7D9;
}

@media screen and (min-width: 36rem) {
	.layout-book .column-3 {
		grid-column: 1 / 3;
	}
}

@media screen and (min-width: 56rem) {
	.layout-book .column-3 {
		grid-column: 2 / 3;
		grid-row: 2 /4;
		border-top: 0;
	}
}

@media screen and (min-width: 80rem) {
	.layout-book .column-3 {
		grid-column: 3 / 4;
		grid-row: 2 / 3;
	}
}

.book-overview {
	margin-top: 0.5625rem;
	margin-bottom: 1.875rem;
}

.book-overview p {
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.book-cover-img {
	width: 100%;
	height: auto;
	margin: 0 auto 1em;
	display: block;
}

@media screen and (min-width: 36rem) {
	.book-website-row {
		display: flex;
		align-items: flex-start;
	}
	.book-website-row a {
		flex: 1;
		margin-right: 1rem;
	}
}

.book-website-row img {
	border: 1px solid #CEC5C8;
}

.book-sidebar p {
	margin: 0;
}

.book-sidebar a {
	font-weight: lighter;
	display: block;
	line-height: 1.75em;
	font-size: .9em;
}

ul.book-nav {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}

.book-nav li {
	display: inline-block;
	text-align: left;
	border-right: 2px solid #999;
	padding: 0 .5em;
}

.book-nav li:last-child {
	border: none;
}

.book-nav li:first-child {
	padding-left: 0;
}

.book-header .entry-title {
	margin-bottom: 0.125em;
}

.book-reviews,
.book-interviews {
	margin: 4em 0;
}

.book-review,
.book-interview {
	margin-bottom: 2.15em;
	padding-bottom: 2.15em;
}

.book-review:last-of-type,
.book-interview:last-of-type {
	border-bottom: none;
	margin-bottom: .5em;
}

.book-review-content p:first-of-type,
.book-interview-content p:first-of-type {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

.book-review-content a:last-child,
.book-interview-content a:last-child {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

.back-to-book-link {
	display: block;
	margin-bottom: 4em;
}

.back-to-book-btn {
	margin-top: 4em;
}

.single-excerpt .entry-content h1:first-child,
.single-excerpt .entry-content h2:first-child,
.single-excerpt .entry-content .main-navigation > ul > li > a:first-child,
.single-excerpt .entry-content h3:first-child,
.single-excerpt .entry-content h4:first-child {
	margin-top: -0.8em;
}

.slidenumbers {
	font-size: .65em;
	line-height: 1;
}

.slideinput {
	font-size: 1em;
}

.full-screen.control {
	display: none;
}

.excerpt-btn {
	margin-top: 2rem;
}

.extra-content {
	margin-bottom: 2rem;
}

.layout-news {
	grid-template-columns: 1fr;
	grid-template-rows: 6rem 1fr;
}

@media screen and (min-width: 56rem) {
	.layout-news {
		grid-template-columns: 18rem 1fr;
	}
	.layout-news .content-header {
		grid-column: 1 / span 2;
	}
}

@media screen and (min-width: 80rem) {
	.layout-news {
		grid-template-columns: 26rem 1fr;
	}
}

.layout-news .column-2 {
	border-top: 1px solid #DED7D9;
}

@media screen and (min-width: 56rem) {
	.layout-news .column-2 {
		border-top: 0;
	}
}

.layout-news .news-post {
	padding: 0 0 3rem;
}

.layout-news h2 + .news-post, .layout-news .main-navigation > ul > li > a + .news-post {
	padding-top: 2rem;
}

.calendar-event {
	margin-bottom: 2rem;
}

@media screen and (min-width: 56rem) {
	.layout-about {
		grid-template-columns: 1fr 26rem;
	}
}

@media screen and (min-width: 80rem) {
	.layout-about {
		grid-template-columns: 48rem 1fr;
	}
}

@media screen and (min-width: 56rem) and (max-width: 72rem) {
	.layout-contact {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 6rem fit-content(40rem) 1fr;
	}
	.layout-contact .column-1 {
		grid-row: 2 / 4;
	}
	.layout-contact .column-3 {
		grid-column: 2 / 3;
		border-top: 1px solid #DED7D9;
		border-left: 1px solid #DED7D9;
	}
}

@media screen and (min-width: 72rem) {
	.layout-contact {
		grid-template-columns: 23rem 23rem 1fr;
	}
	.layout-contact .content-header {
		grid-column: 1 / span 3;
	}
}

@media screen and (min-width: 80rem) {
	.layout-contact {
		grid-template-columns: 25rem 25rem 1fr;
	}
}

@media screen and (min-width: 94rem) {
	.layout-contact {
		grid-template-columns: 30rem 30rem 1fr;
	}
}

.layout-contact .column-1 h3,
.layout-contact .column-2 h3,
.layout-contact .column-3 h3 {
	margin-top: 3rem;
}

.layout-contact .column-1 h3:first-child,
.layout-contact .column-2 h3:first-child,
.layout-contact .column-3 h3:first-child {
	margin-top: 0;
}

.single-artifacts {
	background-color: #1C101E;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: background-color 2s ease-out 500ms;
}

.single-artifacts .site-header a,
.single-artifacts h1, .single-artifacts h2, .single-artifacts .main-navigation > ul > li > a {
	color: #DED7D9;
	transition: color 2s ease-out 500ms;
}

.single-artifacts .main-navigation {
	background: #1C101E;
	border-color: #57474C;
	transition: all 2s ease-out 500ms;
}

.single-artifacts .main-navigation .menu-toggle path {
	stroke: #DED7D9;
}

.single-artifacts .main-navigation .menu-toggle:hover path,
.single-artifacts .main-navigation .menu-toggle:focus path {
	stroke: #fff;
}

.single-artifacts .main-navigation ul a:hover,
.single-artifacts .main-navigation ul a:focus {
	color: #fff;
}

.single-artifacts .graph-paper,
.single-artifacts .graph-paper .rows .line {
	border-color: #57474C;
	transition: border-color 2s ease-out 500ms;
}

.single-artifacts .columns {
	opacity: 0;
	display: none;
}

.single-artifacts .paper-grit {
	position: absolute;
	z-index: 1;
}

.single-artifacts .book-cover-texture {
	-webkit-filter: none;
	filter: none;
}

.fire-artifact-transition.-from-home .layout-artifact {
	animation: show-new-artifact 1s steps(1) forwards;
}

.layout-artifact:not(.-goon-squad) .content-header {
	display: block;
	text-align: center;
}

.layout-artifact:not(.-goon-squad) .content-header h1 {
	font-size: 1.6875rem;
	line-height: 1.18519;
}

.layout-artifact:not(.-goon-squad) .content-header h2, .layout-artifact:not(.-goon-squad) .content-header .main-navigation > ul > li > a, .layout-artifact:not(.-goon-squad) .content-header h3, .layout-artifact:not(.-goon-squad) .content-header h4 {
	color: #DED7D9;
}

.layout-artifact:not(.-goon-squad) .content-scroll > p {
	text-indent: 2rem;
	margin-bottom: 0.0625rem;
}

.layout-artifact:not(.-goon-squad) .content-scroll > *:last-child {
	-webkit-mask-image: linear-gradient(0deg, transparent, black 3rem);
	mask-image: linear-gradient(0deg, transparent, black 3rem);
}

.layout-artifact {
	display: block;
	left: 0;
	border: 1px solid #57474C;
	background-color: rgba(28, 16, 30, 0.5);
	position: relative;
	height: calc( 100vh - 5rem);
	max-width: 52rem;
	max-height: 67rem;
	margin: 0;
	width: auto;
}

@media screen and (min-width: 36rem) {
	.layout-artifact {
		margin: 0 3rem 0 2rem;
	}
}

@media screen and (min-width: 56rem) {
	.layout-artifact {
		margin: 0 4rem 0 2rem;
	}
}

@media screen and (min-width: 60rem) {
	.layout-artifact {
		margin: 1rem auto;
		height: calc( 100vh - 10rem);
	}
}

.layout-artifact .content-header {
	padding-top: 2.8125rem;
}

.layout-artifact .content-header,
.layout-artifact > * {
	border: none;
}

.layout-artifact .content-scroll > * {
	border: none;
	max-width: none;
}

.layout-artifact .column-1 {
	padding-top: 0;
}

.layout-artifact button.artifact-label {
	all: unset;
	text-align: right;
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1.5rem;
}

.layout-artifact .artifact-label,
.layout-artifact button.artifact-label {
	color: #A194F0;
	text-transform: uppercase;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 700;
	font-size: 0.6875rem;
	line-height: 1.45455;
	padding: 0 0.5rem;
}

.layout-artifact .first-para {
	border-left: 0.25rem solid #A194F0;
	border-right: 0.25rem solid #A194F0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin-bottom: 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

@media screen and (min-width: 36rem) {
	.layout-artifact .first-para {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}

@media screen and (min-width: 80rem) {
	.layout-artifact .first-para {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

.layout-artifact .first-para:hover {
	background: rgba(0, 0, 0, 0.125);
	border-top: 1px solid #A194F0;
	border-bottom: 1px solid #A194F0;
}

.layout-artifact .first-para .draft-final {
	position: relative;
	padding: 0.75rem 1rem 1.125rem;
	margin: 0;
}

@media screen and (min-width: 56rem) {
	.layout-artifact .first-para .draft-final {
		padding: 0.75rem 2.75rem 1.125rem;
	}
}

.layout-artifact .first-para .draft-final p:last-child {
	margin: 0;
}

.layout-artifact .first-para.-open .draft-final {
	opacity: 0;
}

.layout-artifact .first-para > button.artifact-label {
	padding-right: 0.75rem;
	cursor: pointer;
}

.layout-artifact .first-para.-open {
	border-top: 1px solid #A194F0;
	border-bottom: 1px solid #A194F0;
}

.layout-artifact .first-para.-open .draft-final {
	position: absolute;
}

.layout-artifact .first-para .draft {
	position: absolute;
	top: 0.25rem;
	margin: 0 0.25rem;
	width: calc( 100% - .5rem);
	height: auto;
	opacity: 0;
	pointer-events: none;
	background: #57474C;
	padding: 0.25rem;
	box-sizing: border-box;
	overflow: hidden;
}

.layout-artifact .first-para .draft button.artifact-label {
	color: #DED7D9;
	background: #57474C;
	border-radius: 0 0 4px 4px;
}

.layout-artifact .first-para .draft:nth-child(3n+1) {
	background: #998A8F;
}

.layout-artifact .first-para .draft:nth-child(3n+1) button.artifact-label {
	color: #1C101E;
	background: #998A8F;
}

.layout-artifact .first-para .draft:nth-child(3n+2) {
	background: #CEC5C8;
}

.layout-artifact .first-para .draft:nth-child(3n+2) button.artifact-label {
	color: #1C101E;
	background: #CEC5C8;
}

.layout-artifact .first-para .draft img {
	width: 100%;
	height: auto;
	max-width: none;
	position: relative;
	border: 1px solid #57474C;
}

.layout-artifact .first-para .draft-next {
	opacity: 1;
	pointer-events: initial;
}

.layout-artifact .first-para .draft.shown {
	opacity: 1;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	pointer-events: initial;
}

.layout-artifact .first-para .draft.shown button.artifact-label {
	cursor: pointer;
}

.layout-artifact::-webkit-scrollbar {
	width: 0.9rem;
	height: 0.9rem;
}

.layout-artifact::-webkit-scrollbar-track {
	background-color: #735e65;
}

.layout-artifact::-webkit-scrollbar-thumb {
	border-radius: .45rem;
	border: 2px solid #735e65;
	background-color: #4f4045;
}

.layout-artifact::-webkit-scrollbar-thumb:hover {
	background-color: #46393d;
}

.layout-artifact .artifact-x-link {
	background-color: #F799FF;
	color: #1C101E;
	text-decoration: none;
	font-family: "ff-tisa-web-pro", "Tisa Pro", Georgia, serif;
	font-weight: 500;
}

.layout-artifact .artifact-x-link.-goon-squad {
	background-color: #FCB315;
}

.artifact-goon-squad:not(.fire-artifact-transition) .graph-wrap {
	background: url("/wp-content/themes/candy-house/images/gs-bg.svg");
	background-size: 100%;
	background-repeat: repeat;
}

.artifact-goon-squad:not(.fire-artifact-transition) .graph-wrap .graph-paper {
	opacity: 0;
}

.artifact-goon-squad .graph-wrap.-goon-squad {
	background: url("/wp-content/themes/candy-house/images/gs-bg.svg");
	background-size: 100%;
	background-repeat: repeat;
}

.artifact-goon-squad .graph-wrap.-goon-squad .graph-paper {
	opacity: 0;
}

.artifact-goon-squad .artifact-preheader {
	position: relative;
	max-width: 52rem;
	margin: 0.25rem 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.artifact-goon-squad .artifact-preheader:not(.-candy-house) {
	margin-top: 0 !important;
	background: #FDFFFB;
	padding: 0.25rem 1rem 0;
	border-bottom: 1px solid #CEC5C8;
}

.artifact-goon-squad .artifact-preheader.-candy-house {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.artifact-goon-squad .artifact-preheader.-candy-house a {
	background: #F799FF;
	text-shadow: none;
	color: #1C101E;
	text-decoration: none;
	display: inline-block;
	padding: 0 0.25rem 0.125rem;
}

.artifact-goon-squad .artifact-preheader.-candy-house a:hover, .artifact-goon-squad .artifact-preheader.-candy-house a:focus {
	text-decoration: underline;
}

.artifact-goon-squad .artifact-preheader .t4 {
	padding-top: 0.25rem;
	margin-bottom: 0.1875rem;
	display: block;
	color: #1C101E;
}

@media screen and (min-width: 36rem) {
	.artifact-goon-squad .artifact-preheader {
		margin: 0.25rem 4rem 0 2.5rem;
	}
}

@media screen and (min-width: 56rem) {
	.artifact-goon-squad .artifact-preheader {
		margin: 0.25rem 5rem 0 2.5rem;
	}
}

@media screen and (min-width: 60rem) {
	.artifact-goon-squad .artifact-preheader {
		margin: 0.25rem auto 0;
	}
}

.artifact-goon-squad .content-header {
	height: 0;
}

.layout-artifact.-goon-squad {
	background: #fff;
	color: #1C101E;
	border: none;
	margin: 0 1rem;
	height: calc( 100vh - 12rem);
}

@media screen and (min-width: 36rem) {
	.layout-artifact.-goon-squad {
		margin: 0 4rem 0 2.5rem;
	}
}

@media screen and (min-width: 60rem) {
	.layout-artifact.-goon-squad {
		margin: 0 auto 1rem;
		height: calc( 100vh - 14rem);
	}
}

.layout-artifact.-goon-squad h1 {
	margin: 1rem 0 2rem;
	color: #1C101E;
}

.draft-next {
	--x: 200%;
	--y: 200%;
	--cursor-mask-image: url("/wp-content/themes/candy-house/images/cf-rows-2.svg");
	--mask-x-start: 0;
	--mask-y-start: 0;
	-webkit-mask: var(--cursor-mask-image) no-repeat;
	-webkit-mask-size: 1024px 112128px;
	-webkit-mask-position: var(--x) var(--y);
	mask: var(--cursor-mask-image) no-repeat;
	mask-size: 1024px 112128px;
	mask-position: var(--x) var(--y);
	cursor: pointer;
}

.draft-next.reveal, .draft-next.shown {
	-webkit-mask: url("/wp-content/themes/candy-house/images/mask-book-reveal-2.svg");
	mask: url("/wp-content/themes/candy-house/images/mask-book-reveal-2.svg");
	-webkit-mask-size: 2700% 101%;
	mask-size: 2700% 101%;
	-webkit-mask-position: 0 -0.5vh;
	mask-position: 0 -0.5vh;
}

.draft-next.shown {
	-webkit-mask-position: 100% 0;
	mask-position: 100% 0;
}

.draft-next.reveal {
	animation: mask-play-artifact 2s steps(26) forwards;
	pointer-events: initial;
}

@keyframes mask-play-artifact {
	from {
		-webkit-mask-position: var(--mask-x-start) var(--mask-y-start);
		mask-position: var(--mask-x-start) var(--mask-y-start);
	}
	to {
		-webkit-mask-position: 100% var(--mask-y-start);
		mask-position: 100% var(--mask-y-start);
	}
}

.artifact-dummy {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 52rem;
	z-index: 10;
	--mask-x-start: 0;
	--mask-y-start: 0;
}

.layout-artifact {
	transition: opacity 300ms ease-out;
}

.fire-artifact-transition .layout-artifact:not(.artifact-dummy) {
	animation: show-new-artifact 1s steps(1) forwards;
}

.fire-artifact-transition .artifact-dummy {
	overflow: visible;
	border: none;
	height: auto;
}

.fire-artifact-transition .artifact-dummy .content-scroll {
	overflow: visible;
}

.fire-artifact-transition .artifact-dummy:not(.-goon-squad) {
	background: none;
	text-shadow: 0px 1px 2px rgba(28, 16, 30, 0.6);
}

.fire-artifact-transition .artifact-dummy:not(.-goon-squad) .first-para {
	border-color: transparent !important;
	overflow: visible;
}

.fire-artifact-transition .artifact-dummy:not(.-goon-squad) .artifact-label {
	opacity: 0;
	transition: opacity 500ms linear;
}

.fire-artifact-transition .artifact-dummy:not(.-goon-squad) .content-header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fire-artifact-transition .artifact-dummy:not(.-goon-squad) p,
.fire-artifact-transition .artifact-dummy:not(.-goon-squad) .content-header > * {
	background-color: rgba(28, 16, 30, 0.5);
}

.fire-artifact-transition .artifact-dummy.-goon-squad {
	margin-top: 4rem;
	animation: show-new-artifact 1s steps(12) reverse 1.5s;
}

.fire-artifact-transition .artifact-dummy.-goon-squad .content-scroll > * {
	background-color: rgba(255, 255, 255, 0.75);
}

.dummy-wrap {
	overflow: hidden;
	position: absolute;
	top: 4rem;
	pointer-events: none;
}

@keyframes show-new-artifact {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.single-artifacts .book-cover-wrap.reveal,
.single-books .book-cover-wrap.reveal {
	pointer-events: initial;
	animation: artifact-mask-play 3s steps(53) forwards;
}

.single-artifacts .book-cover-wrap,
.single-books .book-cover-wrap {
	-webkit-mask: url("/wp-content/themes/candy-house/images/mask-book-reveal-3.svg");
	mask: url("/wp-content/themes/candy-house/images/mask-book-reveal-3.svg");
	-webkit-mask-size: 5400% 101%;
	mask-size: 5400% 101%;
	-webkit-mask-position: 0 -0.5vh;
	mask-position: 0 -0.5vh;
	-webkit-mask-repeat: repeat;
	mask-repeat: repeat;
}

@keyframes artifact-mask-play {
	0% {
		-webkit-mask-position: var(--mask-bc-x-start) var(--mask-bc-y-start);
		mask-position: var(--mask-bc-x-start) var(--mask-bc-y-start);
	}
	100% {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0;
	}
}

.-goon-squad > .book-cover-texture {
	background-image: url("/wp-content/themes/candy-house/images/gs-bg.svg");
	background-size: 100%;
	background-repeat: repeat;
	background-position: center;
}

:root {
	--a-symbol-delay: 0ms;
}

.bc-dummy {
	pointer-events: none;
}

.bc-dummy .artifact-symbol {
	position: absolute;
	opacity: 0;
	width: 14rem;
	height: 6rem;
	transform: translate(-6rem, -2rem);
	z-index: 10;
	animation: a-symbol-from-home-xs 1.625s ease-in-out forwards var(--a-symbol-delay);
}

@media screen and (min-width: 36rem) {
	.bc-dummy .artifact-symbol {
		animation: a-symbol-from-home-sm 1.625s ease-in-out forwards var(--a-symbol-delay);
	}
}

@media screen and (min-width: 56rem) {
	.bc-dummy .artifact-symbol {
		animation: a-symbol-from-home 1.625s ease-in-out forwards var(--a-symbol-delay);
	}
}

.bc-dummy .artifact-symbol .artifact-link {
	letter-spacing: -0.01rem;
	font-size: 0.875rem;
	line-height: 0.85714;
	animation: a-link-from-home 1.625s ease-in-out forwards var(--a-symbol-delay);
	padding: 1rem;
	color: #DED7D9;
}

.bc-dummy .artifact-symbol .artifact-link > * {
	background: rgba(28, 16, 30, 0.7);
}

@keyframes a-symbol-from-home-xs {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
		width: calc( 100vw + 4rem);
		height: 50vh;
		left: -2rem;
		top: 9rem;
	}
}

@keyframes a-symbol-from-home-sm {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
		width: calc( 100vw - 2rem);
		height: 50vh;
		left: -2rem;
		top: 9rem;
	}
}

@keyframes a-symbol-from-home {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
		width: 52rem;
		height: 50vh;
		left: calc( 50vw - 30rem);
		top: 9rem;
	}
}

@keyframes a-link-from-home {
	0% {
		font-size: 0.875rem;
		line-height: 0.85714;
	}
	30% {
		letter-spacing: -0.01rem;
		font-size: 0.875rem;
		line-height: 0.85714;
	}
	100% {
		letter-spacing: 0;
		font-size: 1.0625rem;
		line-height: 1.41176;
		padding: 1rem 3.5rem;
	}
}

.lulu-the-spy-2032.layout-artifact {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

.lulu-the-spy-2032.layout-artifact .draft-final,
.lulu-the-spy-2032.layout-artifact .artifact-content {
	columns: 2;
	column-gap: 1rem;
	column-rule: 1px solid #CEC5C8;
}

@media screen and (min-width: 56rem) {
	.lulu-the-spy-2032.layout-artifact .draft-final,
	.lulu-the-spy-2032.layout-artifact .artifact-content {
		column-gap: 3rem;
		column-rule: 2px solid #CEC5C8;
	}
}

.lulu-the-spy-2032.layout-artifact .draft-final > p,
.lulu-the-spy-2032.layout-artifact .artifact-content > p {
	text-indent: 0;
	margin-bottom: 1.5625rem;
}

.lulu-the-spy-2032.layout-artifact .draft-final .tweet-container,
.lulu-the-spy-2032.layout-artifact .artifact-content .tweet-container {
	break-inside: avoid;
	margin-bottom: 3rem;
}

/*# sourceMappingURL=style.css.map */