/*! BuildToolsCookbook v2.0.0 | (c) 2025 Your Name | MIT License | http://github.com/cferdinandi/build-tools-boilerplate */
/*
Theme Name: YW FRIENDS
Theme URI: https://cdonald.co
Author: CDonald.co
Author URI: https://cdonald.co
Version: 1.1
Tags: one-column, two-columns, right-sidebar, flexible-header,
accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo,
editor-style, featured-images, footer-widgets, post-formats,
rtl-language-support, sticky-post, theme-options,
threaded-comments, translation-ready
*/
/* font-size 1rem = 10px on default browser settings */
/* ============================= */
/* FUNCTIONS                     */
/* ============================= */
/* ============================= */
/* MIXINS                        */
/* ============================= */
/* ============================= */
/* Typography                    */
/* ============================= */
/* ============================= */
/* Layout                        */
/* ============================= */
/*
 * Fonts & typography
 */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

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

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

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

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	color: #222222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-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 #cccccc;
	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;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}

/*
 * 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;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

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

/* ==========================================================================
   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: #000000 !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 {
		white-space: pre-wrap !important;
	}

	pre,
blockquote {
		border: 1px solid #999999;
		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;
	}

	p,
h2,
h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
h3 {
		page-break-after: avoid;
	}
}
* {
	box-sizing: border-box;
}

::-moz-selection {
	/* Code for Firefox */
	color: white;
	background: #232323;
}

::selection {
	color: white;
	background: #232323;
}

html {
	font-family: "dm-sans", dm-sans, sans-serif;
	font-size: 62.5%;
	/* font-size 1rem = 10px on default browser settings */
	font-weight: 200;
	--height: 100px;
}

body {
	background: #F8E926;
	color: #232323;
	transition: opacity 0.25s ease-in-out;
	opacity: 1;
	width: 100%;
	position: relative;
	min-height: 100vh;
	font-weight: 200;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "dm-sans", dm-sans, sans-serif;
	font-size: 2.4rem;
	line-height: 3.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-word;
}
body.loaded {
	opacity: 1;
}
body.menu-open {
	overflow: hidden;
	height: 100%;
}

strong {
	font-weight: 500;
}

a {
	cursor: pointer;
	text-decoration: none;
}
a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

svg {
	height: auto;
	fill: currentColor;
}

p {
	margin-top: 0;
	margin-bottom: 2.7rem;
}
p.has-text-align-center {
	text-align: center;
}
p.has-text-align-right {
	text-align: right;
}

.ease-in {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.ease-in.loaded {
	opacity: 1;
}

a, a:link {
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}
a:hover, a:link:hover {
	color: #E94649;
}

main {
	padding: 2rem 2rem;
	position: relative;
}
@media (min-width: 800px) {
	main {
		padding: 4rem 4rem;
	}
}
main .page-content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
main .page-content figure {
	margin: 2em 0;
}
main .page-content figure img {
	width: 100%;
	height: auto;
}

.footer {
	padding: 2rem;
	text-align: center;
}

.height-define {
	width: 100%;
	display: block;
}
.height-define--sixteen-nine {
	padding-bottom: 56.25%;
}
.height-define--twentyfour-nine {
	padding-bottom: 37.5%;
}
.height-define--thirtytwo-nine {
	padding-bottom: 28.125%;
}
.height-define--eight-nine {
	padding-bottom: 112.5%;
}
.height-define--square {
	padding-bottom: 100%;
}
.height-define--square-minus {
	padding-bottom: 80%;
}
.height-define--four-three {
	padding-bottom: 75%;
}

.nav__sticky {
	top: 0;
	width: 100%;
	z-index: 999;
	margin-bottom: 4rem;
}
.nav__top-strip {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	font-family: "sofia-pro-condensed-variable", sans-serif;
	font-size: 21.5vw;
	line-height: 16.5vw;
	font-weight: 800;
	padding: 0 3vw;
}
@media (min-width: 950px) {
	.nav__top-strip {
		white-space: nowrap;
		font-size: 12.5vw;
		line-height: 9.5vw;
		padding: 0 2rem;
	}
}
.nav__top-strip div.word {
	text-transform: uppercase;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
@media (min-width: 950px) {
	.nav__top-strip div.word {
		flex-flow: row;
	}
}
.nav__top-strip div.word.container .feature-box {
	font-family: "dm-sans", dm-sans, sans-serif;
	font-size: 2.4rem;
	line-height: 3.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	flex-direction: column;
	border: 1px solid;
	margin: 1.9rem 0 0;
	flex: 1;
}
@media (min-width: 950px) {
	.nav__top-strip div.word.container .feature-box {
		margin: 1.9rem 0 0 2rem;
	}
}
.nav__top-strip div.word.container .feature-box__inner {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "instrument-serif", sans-serif;
	font-size: 2.4rem;
	line-height: 3.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	text-transform: capitalize;
	padding: 1rem 0;
}
.nav__top-strip div.word.container .feature-box__inner:nth-child(2) {
	border-top: 1px solid;
}
.nav__top-strip div.spacer {
	flex: 1;
	display: flex;
	padding: 0 2rem;
}
.nav__top-strip div.spacer .block {
	height: 2px;
	width: 100%;
	background: #232323;
}
.nav__menu {
	padding: 1rem 3vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	flex-flow: column-reverse;
}
@media (min-width: 950px) {
	.nav__menu {
		padding: 1rem 2rem;
		flex-flow: row;
	}
}
.nav__menu ul.nav-primary {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 7rem 0 0;
	border-top: 1px solid;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	height: 0;
}
@media (min-width: 950px) {
	.nav__menu ul.nav-primary {
		margin: 0 -1rem;
		border-top: none;
		border-bottom: none;
		flex-direction: row;
		width: auto;
		height: auto;
	}
}
.nav__menu ul.nav-primary li {
	margin: 0 2rem;
	display: flex;
}
.nav__menu ul.nav-primary li a, .nav__menu ul.nav-primary li a:link, .nav__menu ul.nav-primary li a:visited {
	padding: 1rem 0 1.5rem;
	text-decoration: none;
}
.nav__menu ul.nav-primary li a.active, .nav__menu ul.nav-primary li a:link.active, .nav__menu ul.nav-primary li a:visited.active {
	text-decoration: underline;
}
.nav__menu .site-title {
	position: absolute;
	top: 2rem;
	left: 3vw;
	font-family: "sofia-pro-condensed-variable", sans-serif;
	color: #1BA54C;
	font-size: 1.2em;
	font-weight: 800;
}
.nav__menu .site-title a, .nav__menu .site-title a:link {
	text-decoration: none;
}
@media (min-width: 950px) {
	.nav__menu .site-title {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.nav__menu .menu-right a.featured-link {
	padding: 1rem 2rem 1.5rem;
	background-color: #1BA54C;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.3s background-color cubic-bezier(0, 0, 0.3, 1);
	display: none;
}
.nav__menu .menu-right a.featured-link:hover {
	background-color: white;
}
@media (min-width: 950px) {
	.nav__menu .menu-right a.featured-link {
		display: block;
	}
}
.nav__menu .menu-right a.menu-icon {
	position: absolute;
	top: 2rem;
	right: 3vw;
}
.nav__menu .menu-right a.menu-icon svg {
	height: 2rem;
}
@media (min-width: 950px) {
	.nav__menu .menu-right a.menu-icon {
		display: none;
	}
}

@media only screen and (max-width: 949px) {
	body.menu-open .nav__menu ul.nav-primary {
		border-bottom: 1px solid;
		height: auto;
	}
}

@media only screen and (max-width: 949px) {
	.hide-below-desktop {
		display: none !important;
	}
}

@media only screen and (min-width: 800px) {
	.hide-above-tablet {
		display: none !important;
	}
}

@media only screen and (min-width: 950px) {
	.hide-above-desktop {
		display: none !important;
	}
}