/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/frontend.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* 
 * Convert PX units to REMs.
 * Ex: margin-right: rem(16);
 * This assumes base font size is 16px;
 * Source: https://gist.github.com/mrdanadams/2237465
 */
/* 
 * For our breakpoints
 * Ref: http://responsivedesign.is/develop/getting-started-with-sass
 */
/* 
 * For flexboxes
 */
/* 
 * Remove styling from lists
 */
/**
 * web fonts
 */
/* ABC Otto regular */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "ABC Otto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ABCOtto-Regular.dcc72c59.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html, body, button, input, select, textarea {
  font-family: "ABC Otto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

b, strong {
  font-weight: 700;
}

p {
  font-size: 1rem;
}

a {
  cursor: url(https://danburnforti.com/wp-content/themes/dan-burn-forti/assets/img/cursor.svg), auto !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
}

body {
  background: #fff;
  overflow-x: hidden;
  cursor: url(https://danburnforti.com/wp-content/themes/dan-burn-forti/assets/img/cursor.svg), auto !important;
}

@media (min-width: 768px) {
  html,
  body {
    scrollbar-gutter: stable;
  }
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after,
input[type=search] {
  box-sizing: border-box;
}

.internal {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .internal {
    padding: 0 30px;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /*hide some elements*/
  #footer,
  .image-col svg,
  .page-template-page-about main > article #blog .intro .icon,
  svg,
  .page-template-page-programme main > article #faqs .faq .col1 svg {
    display: none !important;
  }
  p {
    page-break-inside: avoid;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 8px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 8px;
  height: auto;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
  left: 0;
  height: 58px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  #header {
    height: 91px;
    flex-direction: row;
    transition: overflow 600ms ease 600ms;
  }
}
#header #nav-trigger {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 501;
}
#header #nav-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
  transform: rotate(0);
  transition: all 600ms ease-in-out;
  transform-origin: center left;
}
#header #nav-trigger span:nth-child(1) {
  top: 9px;
}
#header #nav-trigger span:nth-child(2) {
  top: 21px;
}
#header.nav-open #nav-trigger span:nth-child(1) {
  top: 4.5px;
  transform: rotate(45deg);
}
#header.nav-open #nav-trigger span:nth-child(2) {
  top: 25.5px;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  #header.nav-open .positioning-box .site-title {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #header.nav-open .positioning-box .site-title {
    display: none;
  }
}
@media (min-width: 768px) {
  #header.nav-open .positioning-box .site-title span {
    opacity: 0;
  }
}
@media (max-width: 767.9px) {
  #header.nav-open .positioning-box nav {
    height: calc(100vh - 58px);
  }
}
@media (min-width: 768px) {
  #header.nav-open .positioning-box nav {
    width: 726px;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #header.nav-open .positioning-box nav {
    padding-left: 82px;
  }
}
@media (min-width: 768px) {
  #header.nav-open .positioning-box nav > ul {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  #header .positioning-box {
    aspect-ratio: 1.3208333333;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    width: auto;
    height: 100vh;
  }
}
#header .positioning-box .site-title {
  font-size: 1.625rem;
  line-height: 1.625rem; /* 100% */
  margin: 0;
  transition: opacity 600ms;
}
@media (min-width: 768px) {
  #header .positioning-box .site-title {
    font-size: 2.75rem;
    line-height: 3rem; /* 109.091% */
    margin-top: 22px;
    margin-left: -92px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #header .positioning-box .site-title {
    margin: 0 60px 0 0;
  }
}
@media (min-width: 768px) {
  #header .positioning-box .site-title span {
    opacity: 1;
    transition: opacity 600ms;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  #header .positioning-box .site-title.white span {
    color: #fff;
  }
}
#header .positioning-box nav {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 600ms;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: none;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 26px;
  padding: 0;
  color: #818284;
}
@media (min-width: 768px) {
  #header .positioning-box nav {
    width: 0;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    height: 100vh;
    scrollbar-width: none;
    transition: width 600ms, padding-left 600ms;
  }
}
#header .positioning-box nav > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 20px;
}
@media (min-width: 768px) {
  #header .positioning-box nav > ul {
    padding: 22px 10px;
    width: 726px;
    opacity: 0;
    transition: opacity 600ms;
  }
}
#header .positioning-box nav > ul li {
  scroll-snap-align: start;
  scroll-padding-top: 26px;
}
#header .positioning-box nav > ul > li {
  font-size: 1.625rem;
  line-height: 2rem; /* 123.077% */
}
@media (min-width: 768px) {
  #header .positioning-box nav > ul > li {
    font-size: 2.75rem;
    line-height: 3rem; /* 109.091% */
  }
}
#header .positioning-box nav > ul > li.menu-spacer {
  border-top: 3px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 261px;
}
@media (min-width: 768px) {
  #header .positioning-box nav > ul > li.menu-spacer {
    width: 442px;
  }
}
#header .positioning-box nav > ul > li button {
  line-height: inherit;
  color: inherit;
}
#header .positioning-box nav > ul > li button.active {
  color: #000;
}
#header .positioning-box nav > ul > li ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  #header .positioning-box nav > ul > li ul {
    font-size: 2.375rem;
    line-height: 2.8125rem;
  }
}
@media (min-width: 768px) {
  #header .positioning-box nav > ul > li button:hover,
  #header .positioning-box nav > ul > li a:hover {
    color: #000;
  }
}
#header .positioning-box nav > ul > li li.current a {
  color: #000;
}
#header #easter-egg-trigger {
  position: fixed;
  cursor: pointer;
  z-index: 501;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  #header #easter-egg-trigger {
    position: absolute;
    right: 30px;
    bottom: auto;
    top: 27px;
  }
  #header #easter-egg-trigger:hover {
    color: #fff;
  }
}
#header #easter-egg-trigger svg {
  width: 38px;
  height: 36px;
}

/*
@include mixins.breakpoint(mobile) {
	body:has(#header.nav-open) {
		overflow-y: hidden;
		height: 100vh;
	}
}
html, body {
	&:has(#header.nav-open) {
		overflow-y: hidden;
		height: 100vh;
	}
}*/
body.admin-bar #header {
  top: var(--wp-admin--admin-bar--height);
}
body.admin-bar #header.nav-open .positioning-box nav {
  height: calc(100vh - 58px - var(--wp-admin--admin-bar--height));
}
@media (min-width: 768px) {
  body.admin-bar #header.nav-open .positioning-box nav {
    height: calc(100vh - var(--wp-admin--admin-bar--height));
  }
}
@media (min-width: 768px) {
  body.admin-bar .site-title-container {
    padding-top: var(--wp-admin--admin-bar--height);
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* ==========================================================================
   SVG icons
   ========================================================================== */
svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */
button.plain {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  cursor: url(https://danburnforti.com/wp-content/themes/dan-burn-forti/assets/img/cursor.svg), auto !important;
}

.project-view-toggle {
  display: none;
  width: 30px;
  height: 22px;
}
@media (min-width: 768px) {
  .project-view-toggle {
    display: block;
    position: fixed;
    z-index: 600;
    top: 35px;
    left: 134px;
  }
}
.project-view-toggle.active {
  background: #000;
}
.project-view-toggle svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  body.admin-bar .project-view-toggle {
    top: calc(var(--wp-admin--admin-bar--height) + 35px);
  }
}
/* ==========================================================================
   Bio popup
   ========================================================================== */
#bio {
  display: none;
}
@media (min-width: 768px) {
  #bio {
    display: block;
  }
  #bio.peep .inner1 {
    transform: translateY(calc(-100% + 267px));
  }
  #bio.open .inner1 {
    transform: translateY(0);
  }
  #bio .inner1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 400;
    background: #FFB1B2;
    transform: translateY(-100%);
    transition: transform 600ms;
    overflow-y: auto;
    scrollbar-width: none;
  }
  #bio .inner1 .inner2 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  #bio .inner1 .inner2 {
    aspect-ratio: 1.3208333333;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding-bottom: 267px;
  }
}
@media (min-width: 768px) {
  #bio p {
    font-size: 2.75rem;
    line-height: 3rem; /* 109.091% */
    width: 726px;
    margin: 30px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  #bio p {
    margin: 0 0 1em -92px;
  }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
  body:has(#bio.open) #header .positioning-box .site-title.white span {
    color: inherit;
  }
}
@media (min-width: 768px) {
  body.admin-bar #bio .inner2 {
    padding-top: calc(var(--wp-admin--admin-bar--height) + 70px);
  }
}

/* ==========================================================================
   Easter Egg Popup
   ========================================================================== */
#easter-egg-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 400;
  transform: translateX(100%);
  transition: transform 600ms;
}
#easter-egg-popup.peep {
  transform: translateX(calc(100% - 267px));
}
#easter-egg-popup button.close {
  display: none;
}
@media (min-width: 768px) {
  #easter-egg-popup button.close {
    display: block;
    position: fixed;
    left: 85px;
    top: 34px;
    z-index: 600;
    opacity: 0;
    transition: opacity 600ms;
  }
  #easter-egg-popup button.close svg {
    width: 27px;
    height: 24px;
  }
}
#easter-egg-popup .pin-spacer {
  width: 100% !important;
}
#easter-egg-popup .easter-egg-content {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
}
#easter-egg-popup .easter-egg-content .img {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
#easter-egg-popup .easter-egg-content .img:not(:first-child) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  #easter-egg-popup .easter-egg-content .img .positioning-box {
    aspect-ratio: 1.3208333333;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
}
#easter-egg-popup .easter-egg-content .img img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #easter-egg-popup .easter-egg-content .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  #easter-egg-popup .easter-egg-content .img:first-child img {
    width: 100%;
  }
}
#easter-egg-popup .easter-egg-grid {
  display: none;
  background: #fff;
  min-height: 100vh;
}
@media (min-width: 768px) {
  #easter-egg-popup .easter-egg-grid {
    padding-top: 91px;
  }
}
#easter-egg-popup .easter-egg-grid .images {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  #easter-egg-popup .easter-egg-grid .images {
    padding-bottom: 30px;
  }
}
#easter-egg-popup .easter-egg-grid .images img {
  width: calc(50% - 10px);
  height: auto;
  cursor: url(https://dan-burn-forti.usefuldigital.co.uk/wp-content/themes/dan-burn-forti/assets/img/cursor.svg), auto !important;
}
@media (min-width: 768px) {
  #easter-egg-popup .easter-egg-grid .images img {
    width: calc(25% - 15px);
  }
}
#easter-egg-popup.grid-view .easter-egg-content {
  display: none;
}
#easter-egg-popup.grid-view .easter-egg-grid {
  display: block;
}

body.easter-egg-open #header {
  pointer-events: none;
}
body.easter-egg-open #header #nav-trigger,
body.easter-egg-open #header #easter-egg-trigger,
body.easter-egg-open #header nav {
  pointer-events: auto;
}
@media (min-width: 768px) {
  body.easter-egg-open #header .positioning-box .site-title {
    opacity: 0;
  }
}
body.easter-egg-open #easter-egg-popup {
  transform: translateX(0);
}
body.easter-egg-open #easter-egg-popup button.close {
  opacity: 1;
}

body.easter-egg main {
  display: none;
}
body.easter-egg #easter-egg-popup {
  position: static;
  height: auto;
  transform: none;
}

@media (min-width: 768px) {
  body.admin-bar #easter-egg-popup button.close {
    top: calc(var(--wp-admin--admin-bar--height) + 34px);
  }
}

/* ==========================================================================
   Homepage
   ========================================================================== */
body.home:has(#header.nav-open) {
  position: fixed;
  width: 100%;
}
body.home article .pin-spacer {
  max-width: 100%;
}
body.home article .project a {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  body.home article .project a {
    flex-flow: row;
  }
}
body.home article .project a .top {
  flex-grow: 1;
  position: relative;
}
body.home article .project a .top h2 {
  margin: 0;
  line-height: 1;
  position: absolute;
  font-size: 1.625rem;
  bottom: 20px;
  left: 20px;
}
@media (min-width: 768px) {
  body.home article .project a .top h2 {
    font-size: 2.375rem;
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  body.home article .project a .top h2 {
    transform: rotate(-90deg);
    transform-origin: top left;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  body.home article .project a picture {
    aspect-ratio: 1.3208333333;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  body.home article .project a picture {
    height: 100%;
  }
}
body.home article .project a picture img {
  width: 100%;
  aspect-ratio: 0.6678082192;
}
@media (min-width: 768px) {
  body.home article .project a picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: auto;
  }
}
body.home article footer {
  background: #fff;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 10%;
  padding-bottom: 10%;
  font-size: 1.625rem;
  line-height: 1.625rem; /* 100% */
}
@media (min-width: 768px) {
  body.home article footer {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
    font-size: 1.5rem;
    position: relative;
    overflow: hidden;
    background: #FEF9E8 !important;
    padding-bottom: 30px;
  }
}
body.home article footer p {
  font-size: inherit;
  line-height: inherit; /* 100% */
}
body.home article footer p.copyright {
  display: none;
}
@media (min-width: 768px) {
  body.home article footer p.copyright {
    display: block;
    margin: 0;
  }
}
body.home article footer .positioning-box {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 768px) {
  body.home article footer .positioning-box {
    padding-bottom: 30px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  body.home article footer .positioning-box {
    background: #fff;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    aspect-ratio: 1.3208333333;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100vh;
    padding-left: 17px;
  }
}
body.home article footer .agency p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  body.home article footer .agency p {
    margin: 0;
  }
}
body.home article footer .agency p strong {
  display: block;
}
@media (min-width: 768px) {
  body.home article footer .agency p strong {
    display: inline;
  }
}
body.home article footer p.print-sales {
  margin: 0 0 1em;
  order: 1;
}
@media (min-width: 768px) {
  body.home article footer p.print-sales {
    padding-right: 65px;
    font-size: 2.75rem;
    line-height: 3rem; /* 109.091% */
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  body.home article footer p.print-sales {
    margin-top: 1em;
  }
}

/* ==========================================================================
   Single project page
   ========================================================================== */
body.single-project {
  /* for .project-view-toggle see scss/components/_project-view-toggle.scss */
}
@media (min-width: 768px) {
  body.single-project #header .positioning-box .site-title {
    display: none;
  }
  body.single-project:has(article.grid-view) #header .positioning-box {
    aspect-ratio: auto;
    right: auto;
    left: calc(25% + 10px);
  }
  body.single-project:has(article.grid-view) #header .positioning-box nav > ul {
    width: 50vw;
  }
  body.single-project:has(article.grid-view) #header.nav-open .positioning-box nav {
    width: calc(50vw - 30px);
  }
  body.single-project:has(#header.nav-open) #grid .top h2 {
    display: none;
  }
}
body.single-project #header #easter-egg-trigger {
  display: none;
}
body.single-project #back {
  position: fixed;
  z-index: 600;
  top: 17px;
  right: 73px;
}
@media (min-width: 768px) {
  body.single-project #back {
    top: 34px;
    right: auto;
    left: 85px;
  }
}
body.single-project #back svg {
  width: 27px;
  height: 24px;
}
body.single-project .info-toggle {
  display: none;
  font-size: 1.875rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  body.single-project .info-toggle {
    display: block;
    position: fixed;
    z-index: 600;
    top: 34px;
    left: 183px;
  }
}
body.single-project .pin-spacer {
  width: 100% !important;
}
@media (max-width: 767.9px) {
  body.single-project article {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  body.single-project article {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100% !important;
    width: 100% !important;
  }
}
body.single-project article header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  gap: 20px;
  height: 30vh;
}
@media (min-width: 768px) {
  body.single-project article header {
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    flex-shrink: 0;
    cursor: url(https://danburnforti.com/wp-content/themes/dan-burn-forti/assets/img/cursor.svg), auto !important;
  }
}
body.single-project article header h1 {
  margin: 0;
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  body.single-project article header h1 {
    text-align: center;
    font-size: 6rem;
  }
}
body.single-project article header p {
  margin: 0 0 7px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  body.single-project article header p {
    display: none;
  }
}
body.single-project article header p .project-view-toggle {
  display: block;
}
body.single-project article header p .info-toggle {
  display: block;
}
@media (min-width: 768px) {
  body.single-project article #gallery {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  body.single-project article #gallery {
    flex-flow: row;
    height: 100vh;
  }
}
body.single-project article #gallery .top {
  display: none;
}
@media (min-width: 768px) {
  body.single-project article #gallery .top {
    display: block;
    position: relative;
    flex-grow: 1;
  }
  body.single-project article #gallery .top h2 {
    margin: 0;
    line-height: 1;
    position: absolute;
    font-size: 2.375rem;
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  body.single-project article #gallery .top h2 {
    transform: rotate(-90deg);
    transform-origin: top left;
  }
}
body.single-project article #gallery .images {
  position: relative;
}
@media (min-width: 768px) {
  body.single-project article #gallery .images {
    aspect-ratio: 1.3208333333;
  }
}
body.single-project article #gallery .images .img {
  position: absolute;
  top: 0;
  right: 0;
  height: 70vh;
}
@media (min-width: 768px) {
  body.single-project article #gallery .images .img {
    cursor: url(https://danburnforti.com/wp-content/themes/dan-burn-forti/assets/img/cursor.svg), auto !important;
    height: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }
  body.single-project article #gallery .images .img.portrait {
    justify-content: flex-start;
    width: 100%;
  }
  body.single-project article #gallery .images .img.video {
    width: 100%;
    padding-right: 85px;
    box-sizing: content-box;
  }
}
body.single-project article #gallery .images .img:not(:first-child) {
  background: #fff;
}
body.single-project article #gallery .images .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.9px) {
  body.single-project article #gallery .images .img img {
    aspect-ratio: 660/492;
  }
}
@media (min-width: 768px) {
  body.single-project article #gallery .images .img img {
    width: auto;
    height: 100%;
  }
}
body.single-project article #gallery .images .img video {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  body.single-project article #gallery .images .img video {
    max-width: 100%;
    max-height: 100%;
    /*
    &::-webkit-media-controls-panel {
       background-image: none !important;
       filter: brightness(0.4);
    }*/
  }
}
body.single-project article #content {
  display: none;
}
@media (max-width: 767.9px) {
  body.single-project article #content {
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: none;
  }
}
@media (min-width: 768px) {
  body.single-project article #content {
    display: block;
    position: fixed;
    left: 25%;
    top: 0;
    z-index: 600;
    bottom: 0;
    width: 50%;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    background: #fff;
  }
}
body.single-project article #content h2 {
  display: none;
}
@media (min-width: 768px) {
  body.single-project article #content h2 {
    display: block;
    margin: 0 0 -10px;
    font-size: 2.75rem;
    line-height: 91px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
body.single-project article #content p {
  margin-top: 0;
  font-size: 1.625rem;
  line-height: 2.125rem;
}
@media (max-width: 767.9px) {
  body.single-project article #content p {
    opacity: 0;
    transition: opacity 1s;
  }
}
@media (min-width: 768px) {
  body.single-project article #content p {
    font-size: 2.375rem;
    line-height: 2.8125rem;
  }
}
@media (max-width: 767.9px) {
  body.single-project article #content.active p {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  body.single-project article.gallery-view #content {
    transition: transform 600ms;
    transform: translateX(100%);
    padding: 20px 20px 0;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  body.single-project article.gallery-view #content {
    left: auto;
    right: 0;
    width: auto;
    box-sizing: border-box;
    width: 726px;
  }
}
@media (min-width: 768px) {
  body.single-project article.gallery-view #content.active {
    transform: translateX(0);
  }
  body.single-project article.grid-view #content {
    transition: transform 600ms;
    transform: translateY(-100%);
    padding: 91px 20px 0;
    z-index: 499;
  }
  body.single-project article.grid-view #content.active {
    transform: translateY(0);
  }
}
body.single-project article #grid {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 600ms;
}
@media (min-width: 768px) {
  body.single-project article #grid {
    background: #fff;
    padding-top: 91px;
  }
}
body.single-project article #grid .top {
  display: none;
}
@media (min-width: 768px) {
  body.single-project article #grid .top {
    display: block;
    height: 91px;
    left: calc(25% + 20px);
    position: fixed;
    top: 0;
    z-index: 599;
  }
  body.single-project article #grid .top h2 {
    margin: 0;
    font-size: 2.75rem;
    line-height: 91px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
body.single-project article #grid .images {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  body.single-project article #grid .images {
    padding-bottom: 30px;
  }
}
body.single-project article #grid .images .img {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  aspect-ratio: 1.3208333333;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  body.single-project article #grid .images .img {
    width: calc(25% - 15px);
  }
}
body.single-project article #grid .images .img img {
  cursor: url(https://danburnforti.com/wp-content/themes/dan-burn-forti/assets/img/cursor.svg), auto !important;
  width: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  body.single-project article.grid-view {
    display: block;
    width: 100% !important;
  }
  body.single-project article.grid-view header {
    height: 0;
    padding: 0;
  }
  body.single-project article.grid-view header h1 {
    display: none;
  }
}
body.single-project article.grid-view #gallery {
  display: none;
}
body.single-project article.grid-view #grid {
  height: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  body.single-project:has(article.grid-view) #header {
    background: #fff;
  }
}

@media (min-width: 768px) {
  html:has(body.single-project.admin-bar) {
    margin-top: 0 !important;
  }
}
body.single-project.admin-bar #back {
  top: calc(var(--wp-admin--admin-bar--height) + 17px);
}
@media (min-width: 768px) {
  body.single-project.admin-bar #back {
    top: calc(var(--wp-admin--admin-bar--height) + 34px);
  }
  body.single-project.admin-bar .info-toggle {
    top: calc(var(--wp-admin--admin-bar--height) + 34px);
  }
  body.single-project.admin-bar article #grid .top {
    top: var(--wp-admin--admin-bar--height);
  }
  body.single-project.admin-bar article #content {
    top: calc(var(--wp-admin--admin-bar--height));
  }
}

/* ==========================================================================
   Default page
   ========================================================================== */
@media (min-width: 768px) {
  body.page-template-default:not(.home) #header .positioning-box .site-title {
    display: none;
  }
}
body.page-template-default:not(.home) article {
  height: 100vh;
  text-align: center;
  background: #81d742;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
body.page-template-default:not(.home) article p {
  margin: 0;
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  body.page-template-default:not(.home) article p {
    text-align: center;
    font-size: 6rem;
  }
}

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