/*!
Theme Name: Lee Lilly
Theme URI: http://underscores.me/
Author: Lee
Author URI: http://underscores.me/
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: leelilly
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.

Lee Lilly 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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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
--------------------------------------------- */
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: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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 {
  border-color: #aaa #bbb #bbb;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.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;
}

/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

// <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name

.cabin-<uniquifier> {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24; /* Standard optical size */
}

@font-face {
  font-family: "sm";
  src: url("fonts/sm.woff2") format("woff2"), url("fonts/sm.ttf") format("truetype"), url("fonts/sm.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "sm" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 769px) {
  .fade-in {
    opacity: 0.75;
    transform: scale(0.85);
    transform-origin: right center;
    will-change: opacity, transform;
  }
  .reveal-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .reveal-text.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  background: #151917;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.125em;
}

img {
  display: block;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1400px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
}

h1 {
  font-size: 30px;
  font-weight: 900;
}
@media (min-width: 768px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

h2.entry-title {
  margin-top: 0;
  margin-bottom: 0.375em;
  line-height: 1.25;
}

.widget h2.wp-block-heading,
.section-title,
.page-title {
  color: #777777;
  margin-bottom: 1rem;
  font-size: 36px;
  letter-spacing: -0.016em;
}
@media (min-width: 768px) {
  .widget h2.wp-block-heading,
  .section-title,
  .page-title {
    margin-bottom: 2rem;
    font-size: max(40px, 4vw);
  }
}

p {
  color: #e1e1e1;
}

a,
a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.375s ease-in-out;
}
a:hover,
a:visited:hover {
  color: #d88031;
}

a.work-back,
a.visit-site,
.more a {
  color: #e1e1e1;
  transition: all 0.375s ease-in-out;
}
a.work-back:hover,
a.visit-site:hover,
.more a:hover {
  color: #d88031;
}

.more a {
  position: relative;
  display: block;
  font-weight: 200;
  padding-right: 30px;
}
.more a::after {
  position: absolute;
  display: block;
  content: "\e5c8";
  width: 24px;
  height: 24px;
  top: 3px;
  right: 0;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}

footer {
  margin-top: 2.5em;
}

.site-header {
  position: fixed;
  background: #151917;
  width: 100%;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid rgba(244, 236, 220, 0.375);
  /* The progress container (grey background) */
}
.site-header .progress-container {
  width: 100%;
  height: 2px;
  background: rgba(21, 25, 23, 0.375);
  background: transparent;
}
.site-header {
  /* The progress bar (scroll indicator) */
}
.site-header .progress-bar {
  height: 4px;
  background: #ab4121;
  width: 0%;
}
.site-header .brand-menu {
  position: relative;
  display: flex;
  padding-bottom: 1.25em;
  align-items: center;
}
.site-header .brand-menu .site-branding {
  float: left;
}
.site-header .brand-menu .site-branding h1.site-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.site-header .brand-menu .site-branding h1.site-title a {
  color: #f4ecdc;
}
.site-header .brand-menu .site-branding h1.site-title a:hover {
  color: #d88031;
}
.site-header .brand-menu .menu-container {
  position: absolute;
  top: 85px;
  right: 15px;
  left: 15px;
}
@media (min-width: 768px) {
  .site-header .brand-menu .menu-container {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
}
.site-header .brand-menu .menu-container .menu-main-container {
  position: relative;
  clear: both;
  display: block;
  background: rgba(0, 0, 0, 0.9125);
  height: 0;
  width: 100%;
  z-index: 10000;
}
@media (min-width: 768px) {
  .site-header .brand-menu .menu-container .menu-main-container {
    height: auto;
    background: transparent;
  }
}
.site-header .page-bg {
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
}
.site-header .page-bg img {
  opacity: 0.0375;
}

.site-header .brand-menu > * {
  flex: 1;
}

.main-navigation button.menu-toggle {
  position: absolute;
  right: 0;
  top: -70px;
  margin-left: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0.75em;
  color: #f4ecdc;
  text-indent: -9999px;
}
.main-navigation button.menu-toggle::before {
  position: absolute;
  display: block;
  content: "\e5d2";
  width: 24px;
  height: 24px;
  left: -15px;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
}
@media (min-width: 768px) {
  .main-navigation button.menu-toggle {
    display: none;
  }
}

.main-navigation.toggled .menu-toggle::before {
  content: "\e5cd";
}

.toggled .menu-toggle i {
  display: none;
}

.site-header .brand-menu .menu-container {
  top: 63px;
  left: -15px;
  right: -15px;
}
@media (min-width: 768px) {
  .site-header .brand-menu .menu-container {
    top: 0;
    left: 0;
    right: 0;
  }
}

.site-header .brand-menu .main-navigation.toggled .menu-main-container {
  height: 1500px;
  padding: 1.25em 0;
}

.site-header .brand-menu .main-navigation.toggled .menu-main-container {
  padding: 0;
  margin-top: -22px;
}
@media (min-width: 768px) {
  .site-header .brand-menu .main-navigation.toggled .menu-main-container {
    margin-top: 0;
  }
}

.main-navigation {
  font-family: "Helvetica Neue", "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background: #151917;
}
@media (min-width: 768px) {
  .main-navigation {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .main-navigation ul {
    justify-content: end;
  }
}
@media (min-width: 768px) {
  .main-navigation ul li {
    margin-right: 0.5em;
  }
  .main-navigation ul li:last-child {
    margin-right: 0;
  }
}
.main-navigation ul li a {
  padding: 0.5em 15px;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .main-navigation ul li a {
    font-size: 24px;
  }
}

.main-navigation li {
  position: initial;
}

#primary-menu {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  #primary-menu {
    margin: 12px 0;
  }
}
@media (min-width: 992px) {
  #primary-menu {
    margin: 12px 0 12px auto;
    width: 75%;
    max-width: 720px;
  }
}

.menu-item {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.menu-item.current_page_parent a, .menu-item.current-menu-item a {
  color: #d88031;
}
@media (min-width: 768px) {
  .menu-item {
    float: left;
    text-align: center;
    width: 25%;
  }
  .menu-item.current_page_parent a, .menu-item.current-menu-item a {
    color: #d88031;
    background: transparent;
  }
}
.menu-item a {
  color: #ffffff;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .menu-item a {
    color: #ffffff;
    transition: all 0.375s ease-in-out;
  }
}
.menu-item a:hover {
  color: #d88031;
}

.menu-item.current_page_parent a:hover,
.menu-item.current-menu-item a:hover {
  color: #d88031;
}

@media (min-width: 768px) {
  .nav-menu {
    position: relative;
    z-index: 0;
  }
  .nav-menu .menu-item:last-child:before, .nav-menu .menu-item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    transition: left 1.3s ease;
  }
  .nav-menu .menu-item:last-child:after {
    background: #f4ecdc;
    height: 3px;
    bottom: -36px;
    left: 0;
    width: 25%;
    z-index: -1;
  }
  .nav-menu .menu-item:nth-child(1).current-menu-item ~ .menu-item:last-child:after {
    left: 0%;
  }
  .nav-menu .menu-item:nth-child(1).current_page_parent ~ .menu-item:last-child:after {
    left: 0%;
  }
  .nav-menu .menu-item:nth-child(2).current-menu-item ~ .menu-item:last-child:after {
    left: 25%;
  }
  .nav-menu .menu-item:nth-child(2).current_page_parent ~ .menu-item:last-child:after {
    left: 25%;
  }
  .nav-menu .menu-item:nth-child(3).current-menu-item ~ .menu-item:last-child:after {
    left: 50%;
  }
  .nav-menu .menu-item:nth-child(3).current_page_parent ~ .menu-item:last-child:after {
    left: 50%;
  }
  .nav-menu .menu-item:nth-child(1):hover ~ .menu-item:last-child:after {
    left: 0% !important;
  }
  .nav-menu .menu-item:nth-child(1):hover ~ .menu-item:last-child:before {
    left: 12.5% !important;
  }
  .nav-menu .menu-item:nth-child(2):hover ~ .menu-item:last-child:after {
    left: 25% !important;
  }
  .nav-menu .menu-item:nth-child(2):hover ~ .menu-item:last-child:before {
    left: 37.5% !important;
  }
  .nav-menu .menu-item:nth-child(3):hover ~ .menu-item:last-child:after {
    left: 50% !important;
  }
  .nav-menu .menu-item:nth-child(3):hover ~ .menu-item:last-child:before {
    left: 62.5% !important;
  }
  .nav-menu .menu-item:last-child:hover:before, .nav-menu .menu-item:last-child.current-menu-item:before, .nav-menu .menu-item:last-child.current_page_parent:before {
    left: 87.5% !important;
  }
  .nav-menu .menu-item:last-child:hover:after, .nav-menu .menu-item:last-child.current-menu-item:after, .nav-menu .menu-item:last-child.current_page_parent:after {
    left: 75% !important;
  }
}

#page {
  position: relative;
  margin-top: 5em;
}
@media (min-width: 768px) {
  #page {
    margin-top: 7em;
  }
}

.home article .entry-content {
  margin-top: 0;
}
.home article .entry-content h2 {
  margin-top: 0;
}

footer {
  padding-bottom: 1.5em;
}

.site-info {
  padding-top: 1.25em;
  border-top: 1px solid rgba(244, 236, 220, 0.375);
  font-size: 14px;
}

.section {
  margin-bottom: 2em;
}

.home .wp-block-query ul.wp-block-post-template {
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .home .wp-block-query ul.wp-block-post-template {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 0;
  }
}
.home .wp-block-query ul.wp-block-post-template li {
  position: relative;
}
@media (min-width: 768px) {
  .home .wp-block-query ul.wp-block-post-template li {
    overflow: hidden;
    flex-basis: 50%;
  }
  .home .wp-block-query ul.wp-block-post-template li:first-child {
    flex-basis: 100%;
  }
}
.home .wp-block-query ul.wp-block-post-template li h3.wp-block-post-title {
  margin-bottom: 0.375em;
  font-size: 20px;
}
@media (min-width: 768px) {
  .home .wp-block-query ul.wp-block-post-template li h3.wp-block-post-title {
    font-size: 28px;
  }
}
.home .wp-block-query ul.wp-block-post-template li figure {
  margin-top: 0;
}

h1 > a,
h2 > a,
h3 > a {
  transition: all 0.375s ease-in-out;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover {
  color: #ab4121;
}

.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s ease;
  z-index: 9999;
}

.cursor-follower.active {
  transform: translate(-50%, -50%) scale(1);
}

a.project-link {
  cursor: none;
}

.wp-block-post-template {
  margin: 0 0 2rem 0;
}
.wp-block-post-template a.project-item {
  margin-bottom: 5rem;
}
.wp-block-post-template a.project-item .project-details .title-container {
  position: relative;
  width: fit-content;
  background: transparent;
}
.wp-block-post-template a.project-item .project-details .title-container h3.entry-title {
  position: relative;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .wp-block-post-template a.project-item .project-details .title-container h3.entry-title {
    font-size: max(18px, 2.5vw);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template a.project-item .project-details .title-container h3.entry-title {
    font-size: max(24px, 1.5vw);
  }
}
.wp-block-post-template a.project-item .project-images {
  position: relative;
}
.wp-block-post-template a.project-item .project-images img:first-child {
  display: none;
}
@media (min-width: 768px) {
  .wp-block-post-template a.project-item .project-images {
    height: 250px;
    overflow: hidden;
  }
  .wp-block-post-template a.project-item .project-images img {
    position: absolute;
    object-fit: cover;
  }
  .wp-block-post-template a.project-item .project-images img:first-child {
    display: block;
    object-fit: cover;
    scale: 1.1;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
    transform-origin: center;
  }
}
@media (min-width: 992px) {
  .wp-block-post-template a.project-item .project-images {
    height: 320px;
  }
}

.blog #primary .posts-container article {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .blog #primary .posts-container article {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .blog #primary .posts-container article a.project-item {
    display: flex;
    align-items: stretch; /* Forces children to match the container's height */
    width: 100%;
    height: 330px;
    border-top: 1px solid rgba(244, 236, 220, 0.375);
  }
}
@media (min-width: 992px) {
  .blog #primary .posts-container article a.project-item {
    height: 420px;
  }
}
@media (min-width: 1080px) {
  .blog #primary .posts-container article a.project-item {
    height: 480px;
  }
}
.blog #primary .posts-container article a.project-item .project-details .title-container {
  position: relative;
  width: fit-content;
  background: transparent;
}
.blog #primary .posts-container article a.project-item .project-details .title-container h3.entry-title {
  position: relative;
  color: #ffffff;
  margin: 0.375rem 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .blog #primary .posts-container article a.project-item .project-details .title-container h3.entry-title {
    font-size: 30px;
  }
}
.blog #primary .posts-container article a.project-item .project-details .project-summary {
  margin-top: auto;
}
.blog #primary .posts-container article a.project-item .project-details .project-summary p {
  color: #ffffff;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .blog #primary .posts-container article a.project-item .project-details {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    padding-right: 5%;
  }
  .blog #primary .posts-container article a.project-item .project-details .project-summary {
    margin-top: auto;
  }
  .blog #primary .posts-container article a.project-item .project-details .project-summary p {
    margin: 0;
    color: #e1e1e1;
  }
}
.blog #primary .posts-container article a.project-item .project-images {
  position: relative;
}
@media (min-width: 768px) {
  .blog #primary .posts-container article a.project-item .project-images {
    flex: 1;
    overflow: hidden;
    margin: 0 0 0 auto;
    height: 100%;
  }
  .blog #primary .posts-container article a.project-item .project-images img {
    position: absolute;
    object-fit: cover;
  }
}

.wp-block-post-template a.project-item:hover .project-images img:first-child {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  scale: 1 !important;
}

.wp-block-post-template a.project-item:hover .project-details .title-container h3.entry-title,
article a.project-item:hover .project-details .title-container h3.entry-title {
  color: #d88031;
}

@media (min-width: 768px) {
  .wp-block-query {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 0 4%;
  }
}
@media (min-width: 992px) {
  .wp-block-query {
    gap: 0 6%;
  }
}
@media (min-width: 768px) {
  .wp-block-query .wp-block-post-template {
    flex-basis: 48%;
    margin-bottom: 0;
    padding: 0 0 2rem 0;
  }
  .wp-block-query .wp-block-post-template:nth-child(3n+1) {
    flex-basis: 100%;
  }
  .wp-block-query .wp-block-post-template:nth-child(3n+1) a.project-item .project-images {
    height: 450px;
  }
  .wp-block-query .wp-block-post-template:nth-child(3n+1) a.project-item .project-details .title-container h3.entry-title {
    font-size: max(30px, 3.125vw);
  }
}
@media (min-width: 992px) {
  .wp-block-query .wp-block-post-template {
    flex-basis: 47%;
    padding: 0 0 3rem 0;
  }
  .wp-block-query .wp-block-post-template:nth-child(3n+1) {
    flex-basis: 100%;
  }
  .wp-block-query .wp-block-post-template:nth-child(3n+1) a.project-item .project-images {
    height: 650px;
  }
}

.blog #primary .posts-container {
  padding: 0;
}
@media (min-width: 768px) {
  .blog #primary .posts-container {
    display: flex;
    flex-direction: column;
  }
}
.blog #primary .posts-container article {
  padding: 0;
}
.blog #primary .posts-container article h3 {
  margin: 0.375em 0;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

.blog #primary .posts-container article a.project-item:hover .project-details .title-container h3 {
  color: #d88031;
}

.wp-singular .post-container {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .wp-singular .post-container {
    display: flex;
    gap: 0 4%;
  }
}
@media (min-width: 768px) {
  .wp-singular .post-container .left-col {
    flex-basis: 70%;
  }
}
.wp-singular .post-container .left-col .work-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-singular .post-container .left-col .work-list li {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .wp-singular .post-container .left-col .work-list li:last-child {
    margin-bottom: 0;
  }
}
.wp-singular .post-container .left-col .work-back {
  display: block;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .wp-singular .post-container .left-col .work-back {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}
.wp-singular .post-container .left-col .work-back .material-symbols-outlined {
  vertical-align: middle;
  font-size: 30px;
  margin-right: 4px;
  margin-top: -0.125em;
  font-variation-settings: "wght" 100;
}
@media (min-width: 768px) {
  .wp-singular .post-container .right-col {
    flex-basis: 30%;
  }
}
.wp-singular .post-container .right-col .visit-site .material-icons {
  margin-top: 2px;
  vertical-align: text-top;
  font-size: 20px;
}

@media (min-width: 768px) {
  .has-sidebar #page .container-fluid {
    display: flex;
    gap: 0 4%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .has-sidebar #page .container-fluid #primary {
    flex-basis: 68%;
  }
}
.has-sidebar #page .container-fluid #secondary .widget:nth-child(1),
.has-sidebar #page .container-fluid #secondary .widget:nth-child(3) {
  margin-bottom: 0;
}
.has-sidebar #page .container-fluid #secondary .widget:nth-child(1) h3,
.has-sidebar #page .container-fluid #secondary .widget:nth-child(3) h3 {
  margin-bottom: 0.75rem;
}
.has-sidebar #page .container-fluid #secondary h3 {
  font-size: 22px;
}
.has-sidebar #page .container-fluid #secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.has-sidebar #page .container-fluid #secondary ul.socials {
  display: flex;
  gap: 0 1em;
}
@media (min-width: 768px) {
  .has-sidebar #page .container-fluid #secondary {
    flex-basis: 28%;
    padding-top: 6.75rem;
  }
}
@media (min-width: 768px) {
  .has-sidebar #page footer .container-fluid {
    display: block;
  }
}

label {
  color: #777;
  font-weight: 700;
}
label span {
  display: block;
  margin-top: 0.375rem;
}

input,
textarea {
  font-family: "Helvetica Neue", "Inter", sans-serif;
  background-color: #151917;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

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 {
  font-family: "Helvetica Neue", "Inter", sans-serif;
  color: #fff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom: 1px solid rgba(244, 236, 220, 0.375);
  border-radius: 0;
  padding: 3px;
}

textarea {
  border: 1px solid rgba(244, 236, 220, 0.375);
}

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: #e1e1e1;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background: #e1e1e1;
  color: #151917;
  line-height: 1;
  padding: 0.6em 1em;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #fff;
}

.wp-block-columns.about {
  display: block;
}
.wp-block-columns.about .wp-block-column {
  display: block;
  margin: 0 auto;
  flex-grow: initial;
}
@media (min-width: 768px) {
  .wp-block-columns.about .wp-block-column {
    width: 75%;
  }
}
.wp-block-columns.about .wp-block-column p.wp-block-paragraph {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

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