@charset "UTF-8";
/*!
Theme Name: Yellow House Architects
Theme URI: http://underscores.me/
Author: Drive Communications
Author URI: https://drivecom.com
Description: A custom Wordpress theme for Yellow House Architects.
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: yha
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.

Yellow House Architects 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

--------------------------------------------------------------*/
:root {
  --yha_page_width: 95%;
}

@media screen and (max-width: 960px) {
  :root {
    --yha_page_width:90%;
  }
}
/*--------------------------------------------------------------
# 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: #231f20;
  font-family: adobe-garamond-pro, Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: neue-frutiger-world, "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: both;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
}

h2 {
  color: #ffc20e;
}

p {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  line-height: 1.75;
}
p.has-large-font-size {
  font-size: 42px !important;
}

@media screen and (max-width: 960px) {
  p.has-large-font-size {
    font-size: 26px !important;
    line-height: 35px;
  }
}
.sans-serif {
  font-family: neue-frutiger-world, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.entry-content ul,
.entry-content ol {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.entry-content ul {
  list-style: none;
  list-style-position: inside;
}
.entry-content ul li {
  display: flex;
  align-items: center;
}
.entry-content ul li:before {
  content: "•";
  padding: 0 0.5rem 0 0;
  line-height: 1;
  font-size: 1rem;
}

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: #231f20;
  transition: 250ms;
}
a:visited {
  color: #231f20;
}
a:hover, a:focus, a:active {
  color: #ffc20e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 10px 20px;
  appearance: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}
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: transparent;
}

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: #231f20;
  border: 1px solid #ffc20e;
  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: #231f20;
}

select {
  border: 1px solid #ffc20e;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 30px 0;
  width: var(--yha_page_width);
  margin: 0 auto;
}
#masthead .site-branding {
  width: 300px;
}
#masthead .site-branding img {
  height: 14px;
  width: auto;
  display: block;
}
#masthead .site-branding .desktop {
  display: block;
}
#masthead .site-branding .mobile {
  display: none;
}

@media (max-width: 960px) {
  #masthead .site-branding .mobile {
    display: block;
  }
  #masthead .site-branding .mobile img {
    padding: 0;
  }
  #masthead .site-branding .desktop {
    display: none;
  }
}
.main-navigation {
  display: block;
  width: auto;
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 0.85rem;
}
.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 li.social-media-icon {
  scale: 1.2;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  transform: translateY(-2px);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #ffc20e;
}

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: flex;
  gap: 2rem;
  align-items: baseline;
}

@media screen and (max-width: 960px) {
  .main-navigation ul {
    gap: 1.25rem;
  }
}
@media (max-width: 960px) {
  #masthead {
    align-items: unset;
  }
  .menu-toggle {
    position: relative;
    display: block;
    height: 14px;
    width: 44px;
    padding: 0;
    margin-left: auto;
    border-top: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
    cursor: pointer;
    transition: 250ms;
  }
  .menu-toggle:hover {
    border-color: #ffc20e;
  }
  .menu-toggle:hover:after, .menu-toggle:hover:before {
    background-color: #ffc20e;
  }
  .menu-toggle:after, .menu-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 250ms;
    transform-origin: center;
    transform: translateY(-50%) rotate(0deg);
    width: 100%;
    height: 1px;
    background-color: #231f20;
  }
  .menu-toggle[aria-expanded=true] {
    z-index: 10;
    width: 14px;
    border-color: transparent;
  }
  .menu-toggle[aria-expanded=true]:after {
    width: 14px;
    transform: translateY(50%) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true]:before {
    width: 14px;
    transform: translateY(50%) rotate(-45deg);
  }
  .main-navigation {
    z-index: 9999;
  }
  .main-navigation .menu-menu-1-container {
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0px;
    overflow: hidden;
    transition: 250ms;
    background: rgba(255, 255, 255, 0.95);
  }
  .main-navigation .menu-menu-1-container ul {
    position: absolute;
    top: 0;
    width: 100%;
    transition: 500ms;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    gap: 1rem;
  }
  .main-navigation .menu-menu-1-container ul li {
    opacity: 0;
    transition: 250ms;
    font-size: 1.5rem;
    transform: translateY(-10%);
  }
  .main-navigation.toggled .menu-menu-1-container {
    height: 100vh;
  }
  .main-navigation.toggled .menu-menu-1-container ul {
    height: 100vh;
    opacity: 1;
  }
  .main-navigation.toggled .menu-menu-1-container ul li {
    opacity: 1;
    transform: translateY(0);
  }
}
body.menu-in {
  height: 100vh;
  overflow: hidden;
}

.single-work .main-navigation li#menu-item-116 a {
  color: #ffc20e;
}

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

.site-footer {
  margin: 4rem 0 0 0;
  padding: 2rem calc((100vw - var(--yha_page_width)) / 2);
  position: relative;
  font-family: neue-frutiger-world, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - var(--yha_page_width)) / 2);
  height: 12px;
  width: 100px;
  background-color: #ffc20e;
}
.site-footer a {
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 0.85rem;
}

.social-list {
  list-style-type: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
  text-indent: 0;
  display: flex;
  gap: 1rem;
}

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

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

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

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

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

.entry-content,
.entry-header {
  width: var(--yha_page_width);
  margin: 0 auto 1rem auto;
}

#post-258 .entry-content {
  margin: 0 auto 1rem auto;
}

.page-id-366 .entry-content {
  width: 100%;
}

.picture-row-wrapper {
  margin: 2rem 0;
}
.picture-row-wrapper:first-of-type {
  margin-top: 0;
}
.picture-row-wrapper.full-width img {
  width: 100vw;
  height: auto;
  object-fit: cover;
}
.picture-row-wrapper.full-width.horizontal-padding {
  width: var(--yha_page_width);
  margin-left: auto;
  margin-right: auto;
}
.picture-row-wrapper.full-width.horizontal-padding img {
  width: 100%;
}
.picture-row-wrapper.two-up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  width: var(--yha_page_width);
  margin-left: auto;
  margin-right: auto;
}
.picture-row-wrapper.two-up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picture-row-wrapper.two-up.one-third-auto {
  grid-template-columns: 33% 1fr;
}
.picture-row-wrapper.two-up.auto-one-third {
  grid-template-columns: 1fr 33%;
}
.picture-row-wrapper.two-up.one-fourth-auto {
  grid-template-columns: 25% 1fr;
}
.picture-row-wrapper.two-up.auto-one-fourth {
  grid-template-columns: 1fr 25%;
}
.picture-row-wrapper.two-up.forty-auto {
  grid-template-columns: 40% 1fr;
}
.picture-row-wrapper.two-up.auto-forty {
  grid-template-columns: 1fr 40%;
}

@media screen and (max-width: 720px) {
  .picture-row-wrapper.two-up,
  .picture-row-wrapper.two-up.auto-forty,
  .picture-row-wrapper.two-up.forty-auto,
  .picture-row-wrapper.two-up.auto-one-fourth,
  .picture-row-wrapper.two-up.one-fourth-auto,
  .picture-row-wrapper.two-up.auto-one-third,
  .picture-row-wrapper.two-up.one-third-auto {
    grid-template-columns: 100%;
  }
}
.works-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  width: var(--yha_page_width);
  margin: 0 auto;
}
.works-posts-grid .works-post {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.works-posts-grid .works-post .works-post-front {
  inset: 0;
  position: absolute;
}
.works-posts-grid .works-post .works-post-front img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.works-posts-grid .works-post .works-post-back {
  position: absolute;
  inset: 0;
  transition: 250ms;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.works-posts-grid .works-post .works-post-back span {
  position: absolute;
  inset: 0;
}
.works-posts-grid .works-post .works-post-back span a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-family: neue-frutiger-world, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.7;
  font-size: 0.8rem;
  letter-spacing: 2px;
  opacity: 0;
  transition: 250ms;
}
.works-posts-grid .works-post:hover .works-post-back {
  opacity: 1;
}
.works-posts-grid .works-post:hover .works-post-back span a {
  opacity: 1;
}
.works-posts-grid.media-posts-grid {
  width: 100%;
}
.works-posts-grid.media-posts-grid .works-post .works-post-back span a {
  font-family: adobe-garamond-pro, Georgia, "Times New Roman", serif;
  letter-spacing: unset;
  text-transform: none;
  font-size: 1rem;
}
.works-posts-grid.team-grid .works-post {
  cursor: default;
}
.works-posts-grid.team-grid .works-post .works-post-back {
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
}
.works-posts-grid.team-grid .works-post .works-post-back span {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  font-family: neue-frutiger-world, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  font-size: 0.8rem;
  letter-spacing: 2px;
  padding: 20px;
  opacity: 0;
  transition: 250ms;
}
.works-posts-grid.team-grid:hover .works-post-back span {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .works-posts-grid {
    grid-template-columns: 100%;
  }
}
.homepage-slide-wrapper {
  position: relative;
  width: 100%;
  height: 90vh;
  margin-bottom: 0;
}
.homepage-slide-wrapper:before {
  display: block;
  font-size: 90px;
  position: absolute;
  z-index: 9999999;
  color: red;
  background: #fff;
  padding: 50px;
}
.homepage-slide-wrapper .homepage-slide {
  position: absolute;
  inset: 0;
}
.homepage-slide-wrapper .homepage-slide img {
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 2s ease-in-out;
}
.homepage-slide-wrapper .homepage-slide.active img {
  opacity: 1;
  transition: 2s ease-in-out;
}

.homepage-slide-wrapper-desktop {
  display: block;
}

.homepage-slide-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .homepage-slide-wrapper-desktop {
    display: none;
  }
  .homepage-slide-wrapper-mobile {
    display: block;
    width: 100vw;
    height: 100vw;
  }
}
.entry-content .category-list {
  list-style-type: none;
  margin: 1rem 0 0 0;
  text-indent: 0;
  line-height: 1.75;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.entry-content .category-list li:first-of-type:before {
  display: none;
}
.entry-content .category-list li:before {
  color: #ffc20e;
  font-size: 0.8rem;
}
.entry-content .category-list li a, .entry-content .category-list li a:visited {
  white-space: nowrap;
  font-family: neue-frutiger-world, "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: both;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #ffc20e;
  text-decoration: none;
}
.entry-content .category-list li a:hover, .entry-content .category-list li a:visited:hover {
  filter: brightness(0.8);
}

.entry-content p:has(+ .category-list) {
  margin-bottom: 0;
}

.media-logos-banner {
  width: 100%;
  padding: 15px 2.5vw;
  margin: 0 0 2.5vw 0;
  text-indent: 0;
  background: #ffc20e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  gap: 0.5rem;
}
.media-logos-banner li {
  position: relative;
  max-height: 30px;
  width: auto;
  text-indent: 0;
}
.media-logos-banner li a {
  width: 100%;
  display: block;
}
.media-logos-banner li a img {
  mix-blend-mode: multiply;
  display: block;
  height: 100%;
  width: auto;
  max-height: 30px;
  object-fit: contain;
  z-index: 1;
  position: relative;
}
.media-logos-banner li a:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffc20e;
  opacity: 0;
  transition: 250ms;
  z-index: 2;
}
.media-logos-banner li a:hover:after {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .media-logos-banner {
    padding: 15px 5vw;
    margin-bottom: 5vw;
  }
}
.page-id-260 .entry-content {
  margin: 2rem auto;
}
.page-id-260 h3 {
  margin: 0;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
}
.page-id-260 p {
  margin-top: 0;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: lighter;
}
.page-id-260 p a {
  text-decoration: none;
}
.page-id-260 .wp-image-358 {
  max-width: 85px;
}
.page-id-260 .site-footer .social-list {
  margin-top: 1rem;
  justify-content: center;
}
.page-id-260 .site-footer .social-list li:first-of-type {
  display: none;
}
.page-id-260 .site-footer:before {
  left: 50%;
  transform: translateX(-50%);
}
.page-id-260 .wp-block-columns {
  gap: 0;
  border-bottom: thin solid #231f20;
}
.page-id-260 .wp-block-columns .wp-block-column {
  padding: 2px 10px 25px 10px;
}
.page-id-260 .wp-block-columns .wp-block-column h3 {
  margin: 0;
}
.page-id-260 .wp-block-columns .wp-block-column p {
  margin: 0;
}
.page-id-260 .wp-block-columns .wp-block-column:first-of-type {
  border-right: thin solid #231f20;
}

@media screen and (max-width: 782px) {
  .page-id-260 .wp-block-columns {
    border-bottom: none;
  }
  .page-id-260 .wp-block-columns .wp-block-column {
    padding: 0 10px;
  }
  .page-id-260 .wp-block-columns .wp-block-column:after {
    content: "";
    display: block;
    width: 50%;
    margin: 30px auto;
    height: 1px;
    background-color: #231f20;
  }
  .page-id-260 .wp-block-columns .wp-block-column:first-of-type {
    border-right: none;
  }
  .page-id-260 .wp-block-columns .wp-block-column:last-of-type:after {
    margin-bottom: 0;
  }
}
#post-366 .wp-block-media-text {
  position: relative;
  font-family: neue-frutiger-world, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 5vw;
}
#post-366 .wp-block-media-text:nth-of-type(2) {
  transform: translateY(-10%);
}
#post-366 .wp-block-media-text:nth-of-type(3) {
  transform: translateY(-20%);
}
#post-366 .wp-block-media-text p {
  font-size: 1rem;
}
#post-366 .wp-block-media-text:before {
  content: "";
  width: 100%;
  height: calc(var(--bioHeight) + 2rem);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ffc20e;
  z-index: -1;
}

@media (max-width: 850px) {
  #post-366 .wp-block-media-text {
    grid-template-columns: 100% !important;
    margin-bottom: 2rem;
    padding: 0;
  }
  #post-366 .wp-block-media-text:nth-of-type(2), #post-366 .wp-block-media-text:nth-of-type(3) {
    transform: translateY(0);
  }
  #post-366 .wp-block-media-text:before {
    height: calc(var(--bioHeight) + 2rem);
    width: 100%;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(0);
  }
  #post-366 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    width: 100%;
    aspect-ratio: 1;
    position: relative;
  }
  #post-366 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
  }
  #post-366 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    padding: calc((100% - var(--yha_page_width)) / 2);
  }
  #post-366 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content h3 {
    margin-top: 0;
  }
  #post-366 .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content p {
    margin-bottom: 0;
  }
}
/* 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;
}

.post-thumbnail img {
  display: block;
  margin: 0;
  padding: 0;
}

/* 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: #231f20;
  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;
}

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