/*!
Theme Name: Art Director
Theme URI: http://underscores.me/
Author: Underscores.me
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: art-director
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.

Art Director 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: 700;
}

/**
 * 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
--------------------------------------------------------------*/
@font-face {
      font-display: swap;
}

/* Variables
--------------------------------------------- */
:root {
    --clr-primary: #000;
	--clr-primary-light: #857c75;
    --clr-secondary: #fff;
    --clr-secondary-dark: #ffe9ca;
    --clr-accent: #222;
	/* --clr-accentgradient: linear-gradient(143deg,rgba(252, 136, 58, 1) 51%, rgba(219, 100, 20, 1) 97%); */
	--clr-accentgradient: linear-gradient(143deg,rgba(255, 146, 74, 1) 30%, rgba(242, 119, 36, 1) 97%);
    --clr-accent-dark: #222; /* was e56700 which didn't meet accessibility standards */
    --clr-light: #f9fbee;

    --ff-primary: 'parabolica',Helvetica,Arial,sans-serif;
    --ff-accent: 'parabolica',Helvetica,Arial,sans-serif;
    
    --pd-full: 12vw;
    --pd-half: 6vw;
    --pd-small: 3vw;

	--bord-rad-small: 0.25rem
}


/* Typography
--------------------------------------------- */

body, html {
	font-size: 23px;
}

,
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;
	font-weight:normal;
}




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

ul.wp-block-list {
	list-style: '\2192 ';
	padding-inline-start: 1em;
}

ul.wp-block-list li {
    padding-left: 0.25em;
}


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 {

}

figure.wp-block-post-featured-image {
    margin: 0;
}

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




*,
*::before,
*::after {
    box-sizing:border-box;
}

body,
h1,
h2,
h3,
p {
    margin: 0;
}

p + p {margin-top:1rem;}


body {
    background-color: var(--clr-light);
    color: var(--clr-primary);
    font-family: var(--ff-primary);
    line-height:1.4;
	text-rendering: geometricPrecision;
	letter-spacing: -0.015em;

}

h1, h2, h3, h4, h5, h6 {text-rendering: geometricPrecision;}

h1,
h2,
h3 {
    font-family: var(--ff-accent);
    font-weight:normal;
    margin-bottom:0.5em;
	letter-spacing: -0.025em;
	max-width: 55rem;
}

h1 {font-size:2.741rem;line-height:1.1;margin-bottom:0.7em;}
h2 {font-size:1.953rem;line-height:1.3;} /* was 1.953 */
h3 {font-size:1.563rem;line-height:1.3;}

h2, h3 {color:var(--clr-accent-dark);}

h2.centered {margin-left: auto; margin-right: auto;}


h1 i, h2 i, h3 i {

}

h2 strong, h3 strong, h4 strong {
    font-weight: normal;
}

.quote {
    text-indent: -0.6em;
}

.small {
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 1rem;
    font-size: calc(0.5rem + 0.5em);
    word-break: keep-all;
    white-space: nowrap;
}



.centered {text-align: center;}
.uppercase {text-transform: uppercase;}
.lowercase {text-transform: lowercase;}

.no-margin {margin: 0;}
.no-padding {padding: 0 !important;}

.narrow {
	width:80%;
	max-width:44rem;
	margin-left: auto;
	margin-right: auto;
}

.narrow.left-aligned {
	width:100%;
	max-width:32rem;
	margin-left:0;
}



a {
	transition: all 0.3s;
	color: inherit;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}


a.btn, input.btn, button {
	padding:0.7rem 1.2rem !important;
	border-radius:0.25rem !important;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
    font-family:var(--ff-primary);
	font-weight:600;
	letter-spacing:0.06rem;
	margin:1.6rem 0 1.6rem 0;
	font-size:0.888rem;
	cursor:pointer;
    position:relative;
	isolation:isolate;
    -webkit-transition: ease-in 0.15s;
    -moz-transition: ease-in 0.15s;
    transition: ease-in 0.15s;
    overflow:hidden;
}





a.btn.primary, a.btn.primary:visited,
input.btn.primary, input.btn.primary:visited,
button, button:visited, button.btn.primary {
	background: var(--clr-accent);
	color:var(--clr-primary);
	border:2px solid var(--clr-accent);
}


a.btn:before, button:before, input.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem !important;
    background-color: rgba(0,0,0,.15);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: .15s ease-in;
}


a.btn:focus:before,
button:focus:before,
input.btn:focus:before,
a.btn:active:before,
button:active:before,
input.btn:active:before {
	background-color: rgba(0,0,0,.35);
}

a.btn:before,button:before, input.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem!important;
    background-color: rgba(0,0,0,.15);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: .15s ease-in;
}


a.btn.primary:hover,
input.btn.primary:hover,
button:hover
 {

}


a.btn.primary:focus,
a.btn.primary:active,

input.btn.primary:focus,
input.btn.primary:active,

button:focus,
button:active{

}

a.btn:hover:before,
a.btn:focus:before,
a.btn:active:before,
input.btn:hover:before,
input.btn:focus:before,
input.btn:active:before,
button:hover:before,
button:focus:before,
button:active:before {
transform: scaleX(1);
}

a.btn.primary.rev, a.btn.primary.rev:visited {
	border:1px solid #ECE9E5;
	color: var(--clr-primary);
	background-color: #ECE9E5;
}

a.btn.primary.rev:hover,
a.btn.primary.rev:focus,
a.btn.primary.rev:active {
	background: transparent;
	color: #ECE9E5;
}



a.btn.secondary, a.btn.secondary:visited {
	border:1px solid var(--clr-primary);
	color: var(--clr-primary);
	background-color: transparent;
}

a.btn.secondary.rev, a.btn.secondary.rev:visited {
	border:1px solid #ECE9E5;
	color: #ECE9E5;
	background-color: transparent;
}

a.btn.secondary:hover,
a.btn.secondary:focus,
a.btn.secondary:active {
	background:var(--clr-primary);
	color:#ECE9E5;
}

a.btn.secondary.rev:hover,
a.btn.secondary.rev:focus,
a.btn.secondary.rev:active {
	background: #ECE9E5;
	color: var(--clr-primary);
}







a.arrow-btn, p.arrow-btn a {
	position:relative;
	padding-right:2.75rem;
	padding-bottom: 0.35em;
	font-size:1.25rem;
	line-height:1.1;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:1.5rem;
	
}

a.arrow-btn:after, p.arrow-btn a:after {
		content: '\f344';
		font-family: 'Dashicons';
		right: 0;
		top: -0.1em;
		position: absolute;
		line-height: 1.25;
		border: 3px solid var(--clr-accent);
		color:var(--clr-accent);
		border-radius: 50%;
		width: 1.5em;
		height: 1.5em;
		text-align: center;
		transition:all 0.2s;
}



.callout-link a.arrow-btn {
	display:block;
	margin-top:0;
	height: 2.3em;
	align-content: center;
}

.callout-link a.arrow-btn:after {
	top:calc(50% - 0.75em);
	color: var(--clr-light);
	border-color: var(--clr-light);
}



a.arrow-btn:hover,
a.arrow-btn:active,
a.arrow-btn:focus,
p.arrow-btn a:hover,
p.arrow-btn a:active,
p.arrow-btn a:focus {
	/* padding-right:3rem; */
}
a.arrow-btn:hover:after,
a.arrow-btn:active:after,
a.arrow-btn:focus:after,
p.arrow-btn a:hover:after,
p.arrow-btn a:active:after,
p.arrow-btn a:focus:after {
	border-color:transparent;
	right:-0.25em;
}

.callout-link a.arrow-btn:hover,
.callout-link a.arrow-btn:active,
.callout-link a.arrow-btn:focus {
	color: var(--clr-primary);
}

a.arrow-btn:hover:after,
a.arrow-btn:active:after,
a.arrow-btn:focus:after {
	
}




.bg-primary {
    background: var(--clr-primary);
    color: var(--clr-secondary-dark);
}

.bg-primary * {color:var(--clr-secondary-dark);}

.bg-primary a, .bg-primary a:visited {color: var(--clr-light);}
.bg-primary a:hover,
.bg-primary a:active,
.bg-primary a:focus {
	color: var(--clr-accent);
}
.bg-primary .arrow-btn, .bg-primary h2, .bg-primary h3 {color:var(--clr-light);}

.bg-secondary {
    background: var(--clr-secondary);
}

.bg-secondary h2, .bg-secondary h3 {color:var(--clr-primary);}


.bg-accent {
    background-color: var(--clr-accent);
	background: var(--clr-accentgradient);
}

.bg-light {
    background: var(--clr-light);
    color: var(--clr-primary);
}






img {width:100%;}

img.small-image {max-width:20rem;}




.extend-left, .extend-right {
    margin-left: calc(-50vw + 50%);
    max-height:25rem;
    overflow:hidden;
    border-radius: 0.35rem;

}


.extend-right {
    margin-left: 0;
    margin-right: calc(-50vw + 50%);
}

.extend-left img, .extend-right img {
    object-position: center;
    object-fit: cover;
    height: 100%;
}





.rounded {
    border-radius: 0.25rem;
}

.bordered {
    border: 1px solid var(--clr-primary);
}


.no-bullets {
    list-style-type: none;
    margin: 2rem 0 0;
    padding: 0;
}

.no-bullets li {
    margin: 0.5rem 0;
}


.social-icons {
    display: block;
	margin-top: -0.1em;
}


.social-icons a {
    display: inline-block;
    width: 1.7em;
    margin-right: 0.5em;
    -webkit-transition: opacity 0.2s;
    transition: all 0.2s;
    border: 2px solid var(--clr-primary);
    padding: 0.25em 0.15em;
    border-radius: var(--bord-rad-small);
    height: 1.7em;
    line-height: 1;
    font-size: 20px;
}



.social-icons a:nth-child(1) img {}
.social-icons a:nth-child(3) {margin-right:0;}

.social-icons a img {width:100%;}

.social-icons a:hover,
.social-icons a:active,
.social-icons a:focus {
opacity: 0.5;
border-width:2px;
}


p a {
	color:var(--clr-foreground);
	text-decoration:none;
	transition: all 0.3s;
	font-weight: bold;
	padding: 0 0.1rem;
    display: inline-block;
    border-radius: var(--bord-rad-small);
}

p a:hover, p a:focus, p a:active {
	background-color: rgb(100 108 101 / 20%)
}






/* Structural Elements */
/* ----------------------------------------------- */

main {
    overflow:hidden;
}

div#page {
	padding: 1rem;
	overflow:hidden;
}

.container {
    margin-inline: auto;
    width: min(100%, 80em);
}


section {
    padding:var(--pd-full) 0;
}



.flex {
	display: flex;
	gap: 2em;
	flex-direction: column;
}

.flex div {
	flex-grow: 2;
}

.grid {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 100%;
}

.grid.big-gap {
	gap: 2vw 7vw;
}

.grid.no-gap {
	gap: 0;
}

.grid.halves.photo-gallery {
    grid-template-columns: 1fr 1fr;}


.wp-block-columns:has(.page-headline) {
    flex-direction: column;
}

li.wp-block-post .wp-block-columns {
    margin-bottom: 0;
}





.padded-vert {
    padding: var(--pd-full) 0;
}


.padded-horiz {
    padding: 0 var(--pd-full);
}


.padded-top {
    padding-bottom: 0;
    padding-top:var(--pd-full);
}

.padded-bottom {
    padding-top: 0;
    padding-bottom:var(--pd-full);
}

.padded-left {
	padding: 0 0 0 var(--pd-full);
}

.padded-right {
	padding: 0 var(--pd-full) 0 0;
}


.padded-all {
    padding: var(--pd-full);
}

.padded-half {
    padding: var(--pd-half);
}

.padded-half-vert {
    padding: var(--pd-half) 0;
}

.padded-half-top {
	padding-top: var(--pd-half);
}

.padded-half-bottom {
	padding-bottom: var(--pd-half);
}

.padded-half-left {
	padding: 0 0 0 var(--pd-half);
}

.padded-half-right {
	padding: 0 var(--pd-half) 0 0;
}

.padded-small {
	padding: var(--pd-small);
}


.padded-small-top {
	padding-top: var(--pd-small);
}

.padded-small-bottom {
	padding-bottom: var(--pd-small);
}

.no-padding {padding: 0;}

.clear {clear:both;}


/* Links
--------------------------------------------- */
a {
	color: var(--clr-primary);
}

a:visited {
	color: var(--clr-primary);
}

a:hover,
a:focus,
a:active {
	color: var(--clr-accent);
}

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 {

}

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 {

}

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 {
	border:1px solid #2b2928;
	border-radius: 0.25rem;
	padding: 1rem;
	width:99.99%;
}


.bg-primary input[type="text"],
.bg-primary input[type="email"],
.bg-primary input[type="url"],
.bg-primary input[type="password"],
.bg-primary input[type="search"],
.bg-primary input[type="number"],
.bg-primary input[type="tel"],
.bg-primary input[type="range"],
.bg-primary input[type="date"],
.bg-primary input[type="month"],
.bg-primary input[type="week"],
.bg-primary input[type="time"],
.bg-primary input[type="datetime"],
.bg-primary input[type="datetime-local"],
.bg-primary input[type="color"],
.bg-primary textarea {
	background-color:#2b2928;
	border:1px solid #2b2928;
	border-radius: 0.25rem;
	padding: 1rem;
    padding-top: 2rem;
	width:99.99%;
}



input[type="tel"] {width:auto;}

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 {
	border-color: var(--clr-primary-light);
}

.bg-primary input[type="text"]:focus,
.bg-primary input[type="email"]:focus,
.bg-primary input[type="url"]:focus,
.bg-primary input[type="password"]:focus,
.bg-primary input[type="search"]:focus,
.bg-primary input[type="number"]:focus,
.bg-primary input[type="tel"]:focus,
.bg-primary input[type="range"]:focus,
.bg-primary input[type="date"]:focus,
.bg-primary input[type="month"]:focus,
.bg-primary input[type="week"]:focus,
.bg-primary input[type="time"]:focus,
.bg-primary input[type="datetime"]:focus,
.bg-primary input[type="datetime-local"]:focus,
.bg-primary input[type="color"]:focus,
.bg-primary textarea:focus {
	background-color:var(--clr-primary);
	border-color: var(--clr-primary-light);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.wpcf7-form-control-wrap {
    position: relative;
}

form p {
	position: relative;
}

.bg-primary form p label {
 	padding-bottom: 1rem;
    position: absolute;
    top: 2rem;
    z-index: 1;
    left: 1rem;
	color: #9D9280 !important;
	text-transform:uppercase;
	font-weight:700;

}

form p:has(.wpcf7-checkbox) {margin-top:1rem;}

form p:has(.wpcf7-checkbox) label {
	top:0;
}

span.wpcf7-list-item {
	display:block;
	margin: 0.5rem 0 0.5rem 1rem;
}

input[type="checkbox"] {
    width: 1.15em;
    height: 1.15em;
    vertical-align: text-top;
	margin-right: 0.5rem;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    position: relative;
	background-color: transparent;
    font-weight: bold;
    border-color: var(--clr-primary) !important;
    font-size: 1rem;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-pagebreak {
    padding-top: 2rem;
}

.wpforms-page-indicator-page-progress {
    background-color: var(--clr-accent) !important;
}

h3.wpforms-field-label {
    font-weight: normal !important;
    font-size: 1.5rem !important;
    padding-top: 1em !important;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content: right;
}

.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.toggled ul li ul {
    height: 0;
	display: none;
}

.main-navigation.toggled ul li.focus ul {
    height: auto;
	display: block;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -1rem;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


.menu-toggle {
		display: none;
	}

.main-navigation ul {
    grid-area: nav;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 0.65rem;
}

/* Small menu. */

/*
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled ul ul {
    float: none;
    position: relative;
    box-shadow: none;
}

.main-navigation.toggled ul ul a {
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 2rem;
}
*/

/*
@media screen and (min-width: 37.5em) {

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

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

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







/* Custom Code
---------------------------------------- */






/* Header */
/* ----------------------------------------------- */

header.site-header {
    padding: 0;
	padding-bottom: 1rem;
	margin-bottom:var(--pd-half);
	display: grid;
	position: relative;
}


header.site-header:after {
    content: '';
	position: absolute;
    bottom: 0;
	left: -25%;
    width: 150%;
    display: block;
    height: 1px;
    border-bottom: 1px solid #d8d8d0;    
}


.site-branding {

}

.site-branding .custom-logo-link {

}

.site-branding img {
    width:100%;
}

.site-branding:hover,
.site-branding:active,
.site-branding:focus {

}

.site-branding .site-title {
	font-size: 1rem;
}


.site-branding .site-title a {
	text-decoration: none;
	font-weight: normal;
}


header.site-header {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	header.site-header nav {
		display: flex;
		gap: 0.65rem;
	}

nav ul {margin: 0;padding: 0;}

nav ul li {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    padding:0;
    position: relative;
    isolation: isolate;

}

nav ul li a:hover,
nav ul li a:focus,
nav ul li active {
color: var(--clr-primary);
}

nav ul li a:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 1px;
    background-color: var(--clr-primary);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: ease-in 0.15s;
    -moz-transition: ease-in 0.15s;
    transition: ease-in 0.15s;
}

nav ul li a.current:hover,
nav ul li a.current:focus,
nav ul li a.current:active,
nav ul li a.current:hover:after,
nav ul li a.current:focus:after,
nav ul li a.current:active:after {
    opacity: 0.7;
	
}




nav ul li a:hover:after,
nav ul li a:active:after,
nav ul li a:focus:after,
nav ul li:hover a:after,
nav ul li:active a:after,
nav ul li:focus a:after {
    background-color: var(--clr-primary);
    transform: scaleX(1);
}

nav ul li a.current:after,
nav ul li.current_page_parent a:after,
nav ul li a[aria-current="page"]:after
 {
    transform: scaleX(1);
    background-color: var(--clr-accent);
}

nav ul ul a:after {
	transform: scaleX(0) !important;
}

nav ul ul li a:hover:after,
nav ul ul li a:active:after,
nav ul ul li a:focus:after,
nav ul ul li:hover a:after,
nav ul ul li:active a:after,
nav ul ul li:focus a:after {
	background-color: var(--clr-primary);
    transform: scaleX(1) !important;
}



/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
	background: transparent;
    border-width: 0;
	position: absolute;
    top: 0.5rem;
    right: 0.25rem;
}

.hamb:before {
	background-color: transparent !important;
}

.hamb:after {
	content:'';
}

/* Style label tag */

.hamb-line {
    background: var(--clr-primary);
    display: block;
    height: 2px;
    position: relative;
    width: 45px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: var(--clr-primary);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 8px;
}
.hamb-line::after{
    top: -8px;
}

.side-menu {
    display: none;
} /* Hide checkbox */

/* Toggle menu icon */
#site-navigation.toggled ~ nav{
    max-height: 100%;
    padding: 3rem 0 0;
}
#site-navigation.toggled .hamb .hamb-line {
    background: transparent;
}
#site-navigation.toggled .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
#site-navigation.toggled .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

.nav {
    max-height:0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    position:relative;
    float:none;
    
}

.nav:before, .nav:after {
    content:'';
    position:absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% + 50vw);
    z-index: -1;
}







/* Homepage */
/* ----------------------------------------------- */







.portfolio-grid figure.wp-block-post-featured-image a:has(img) {
    aspect-ratio: 20 / 15;
    overflow: hidden;
    align-content: center;
}



.portfolio-grid .wp-block-post-featured-image :where(img) {
	width: 100%;
	height: 100%;
}

.portfolio-grid .wp-block-post-featured-image a img {
	object-fit: cover;
}


.portfolio-grid .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow h2 {
	opacity: 0;
    position: absolute;
    z-index: 999;
    top: calc(50% - 1rem);
    width: 100%;
    text-align: center;
	transition: all .2s;
	font-size: 1rem;
	font-weight: bold;
}

.portfolio-grid .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow h2:after {
	content:' \2192';
}

.portfolio-grid .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    position: relative;
}

.portfolio-grid .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:has(figure.wp-block-post-featured-image):hover h2 {
	opacity: 1;
}

.portfolio-grid .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:hover figure.wp-block-post-featured-image {
    opacity: 0.25;
	transition: all 0.2s;
}









/* Footer */
/* ----------------------------------------------- */


.site-footer {
	padding-top: var(--pd-half);
}






/* Media Queries */
/* ----------------------------------------------- */


@media only screen and (min-width:31.25em) {
	
	header.site-header {
		grid-template-columns: 8rem 1fr;
		gap: 0;
	}

	header.site-header nav,
	.main-navigation ul {
		gap: 1rem;
	}

	header.site-header nav {
		justify-content: right;
	}

}

@media only screen and (min-width:37.5em) {
	.portfolio-grid {
		grid-template-columns: 1fr 1fr;
	}
}


@media only screen and (min-width:45em) {
 
.intro-paragraph {
	min-width: 24rem;
}


}


@media only screen and (min-width:55em) {
	
}





@media only screen and (min-width:60em) {

    :root {
        --pd-full: 6vw;
        --pd-half: 3vw;
        --pd-small: 2vw;
    }

	.container {width: min(90%, 65em);}

	


    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background: transparent;

    }

    nav ul li a {
        font-size: 1rem;
    }
    nav ul li, .menu li {
        margin-bottom:0;
    }
    .menu a:hover{
        background-color: transparent;
       

    }

    .hamb{
        display: none;
    }


	.flex {
		flex-direction: row;
	}

.grid.full-width {
	grid-template-columns: 1fr;
}

.grid.halves {
    grid-template-columns: 1fr 1fr;
}

.grid.halves.offset-right {
    grid-template-columns: 5fr 7fr;
}

.grid.halves.offset-left {
    grid-template-columns: 7fr 5fr;
}

.grid.thirds, .team-grid.wp-block-query-is-layout-flow ul, ul.team-grid {
    grid-template-columns: 1fr 1fr 1fr; 
}

.grid.two-thirds-right {
    grid-template-columns: 1fr 2fr;
}

.grid.two-thirds-left {
    grid-template-columns: 2fr 1fr;
}

.grid.quarters {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.two-quarters-left {
	grid-template-columns: 2fr 1fr 1fr;
}

.grid.two-quarters-right {
	grid-template-columns: 1fr 1fr 2fr;
}

.grid.three-quarters-left {
	grid-template-columns: 3fr 1fr;
}

.grid.seven-twelfths-left {
	grid-template-columns: 7fr 5fr;
}

.grid.seven-twelfths-right {
	grid-template-columns: 5fr 7fr;
}


.grid.big-gap {
	gap: 0 7vw;
}





}








@media only screen and (min-width:85.375em) {
    body, html {font-size:28px;}
	.social-icons {margin-top: 0.085em;}
	
}

@media only screen and (min-width:98.75em) {
:root {
   
}

}