/*!
Theme Name: utc2021
Author: Attention Web Design
Author URI: https://attentiondesign.ca
Description: Custom theme for Up The Creek
Version: 1.0.0
Tested up to: 5.6.1
Requires PHP: 5.6
Text Domain: utc2021

utc2021 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/
*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 19, 2021 */

@font-face {
    font-family: 'Marker Felt';
    src: url('webfonts/marker_felt-webfont.woff2') format('woff2'),
         url('webfonts/marker_felt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 60%;
	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 (and Brave?). Remove border.
 */
fieldset {
	padding: 0.75em 0;
	border: 0;
}

/**
 * 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 its 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;
}
html, body {
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

html {
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	html {
		font-size: 16px;
	}
}
@media screen and (min-width: 1440px) {
	html {
		font-size: 18px;
	}
}

.has-large-font-size {
	font-size: 1.25em;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
 	font-family: "Open Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 
	font-size: 1rem;
	line-height: 1.6;
}

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

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul.is-style-fancy-list {
	list-style: none;
	padding-left: 44px;
}
ul.is-style-fancy-list li {
	margin: 0 0 1.5rem 0;
	position: relative;
}
ul.is-style-fancy-list li:before {
	content: "\2714";
	color: rgb(235,173,20);
	background-color: rgb(41,71,61);
	font-size: 1.25rem;
	position: absolute;
	--size: 28px;
	left: calc(-1 * var(--size) - 16px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;	
	border-radius: 50%;
	text-align: center;
}
ul.is-style-fancy-list ul {
	list-style: disc;
	padding-left: 0;
	margin-top: .75rem;
}
ul.is-style-fancy-list ul li {
	margin: 0 0 .25rem 0;
	position: static;
}
ul.is-style-fancy-list ul li:before {
	content: "";
	background-color: transparent;
	font-size: 1rem;
	position: static;
	left: unset;
	line-height: 1.3;
	width: unset;
	height: unset;
	top: unset;	
	border-radius: 0;
	text-align: left;
}
ol.is-style-fancy-list {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding-left: 54px;
}
ol.is-style-fancy-list li {
	margin: 0 0 1.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}
ol.is-style-fancy-list li:before {
	content: counter(my-awesome-counter);
	color: rgb(235,173,20);
	background-color: rgb(41,71,61);
	font-size: 1.25rem;
	font-weight: bold;
	transform: rotate(-10deg);
	position: absolute;
	--size: 38px;
	left: calc(-1 * var(--size) - 16px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;	
	border-radius: 50%;
	text-align: center;
}
.is-style-fancy-list a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dotted rgb(235,173,20);
}

@media screen and (min-width: 1440px) {
	ul.is-style-fancy-list {
		padding-left: 54px;
	}
	ul.is-style-fancy-list li:before {
		--size: 38px;
	}
	
}

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: rgb(41,71,61);
}

a:visited {
	color: rgb(41,71,61);
}

a:hover,
a:focus,
a:active {
	color: rgb(117,41,41);
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a.post-edit-link {
    text-decoration: none;
    color: #999;
    display: inline-block;
    padding: .5em;
    font-size: .9em;
}
a.post-edit-link:after {
	content: "\f327";
	font-family: "dashicons";
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
    border-radius: 1.5em;
    background-color: rgb(41,71,61);
    font-family: 'Marker Felt', 'Open Sans', sans-serif;
	color: #fff;
	line-height: 1;
	padding: 0.9em 3em;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: .05em;
	transition: background-color 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: rgb(117,41,41);
}

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 {
	background-color: rgb(117,41,41);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px 8px;
	width: 100%;
	border-radius: 4px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
.toggled .menu-primary-nav-container {
    background: rgba(255,255,255,.8);
	width: 100vw;
	position: absolute;
	right: 0;
	top: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 1.1rem;
}
.main-navigation ul ul {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 85%;
	left: -999em;
	z-index: 99999;
	background: transparent;
	transition: left 0.6s ease;
}
.main-navigation.toggled ul ul {
	padding: 0;
	width: 85%;
	margin-left: 15%;
	top: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}
.main-navigation ul ul ul {
	left: -999em;
}
.main-navigation.toggled ul ul ul {
	margin-left: 25%;
	width: 75%;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul,
.main-navigation ul ul li.focus > ul {
	left: 0;
}
.main-navigation li.menu-item-has-children > a:after {
    position: absolute;
    content: ">";
    right: 5%;
	color: #333;
}
.main-navigation ul ul a {
	font-size: .85em;
	border-color: #333;
	font-weight: normal;
	line-height: 1.3;
	padding: .6em .75em;
	background: #fbd36f;
}
.main-navigation ul ul ul a {
	background: #fbd36f;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	background: #fbd36f;
	color: #000;
	font-weight: 700;
	padding: .4em .75em;
	border-bottom: 1px solid #333;
	transition: all 0.3s ease;
}
.main-navigation a:not([href]) {
	cursor: cell;
}
.main-navigation a:hover,
.main-navigation a:focus {
	background: #fff;
	color: #000;
	outline: none;
}
.main-navigation .current-menu-item > a {
	color: #000;
}

/* Small menu. */
.menu-button-text {
	display: none;
}
.menu-toggle {
	display: inline-block;
	color: #000;
	background: transparent;
	border-radius: 0;
	border: none;
	cursor: pointer;
	padding: 1rem;
	transition: color 0.3s ease;
	outline: 0;
	box-shadow: none;
}
.popthrough .menu-toggle {
	position: absolute;
	top: 6px;
	right: 10px;
}
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
	color: rgb(117,41,41);
	background: transparent;
	outline: none;
}
.main-navigation.toggled {
	z-index: 104;
}
.main-navigation.toggled ul {
	display: block;
	position: absolute;
	top: 56px;
	width: 100%;
	background: rgba(255,255,255,.97);
	border-top: 3px solid #555;
}
.close-icon,
.hamburger-icon {
	width: 25px;
	height: 16px;
	vertical-align: middle;
	max-width: unset;
}
.hamburger-icon {
	display: inline-block;
}
.close-icon {
	display: none;
}
.toggled .hamburger-icon {
	display: none;
}
.toggled .close-icon {
	display: inline-block;
}
.main-navigation.popthrough {
    left: auto;
    position: fixed;
    top: 0;
	right: auto;
	width: auto;
	background: transparent;
    z-index: 100;
	width: 100%;
}
.main-navigation.popthrough.toggled .menu-mobile-nav-container {
    width: 100vw;
}

.menu-social {
    display: flex;
    justify-content: flex-end;
}

.mobile-footer-navigation ul,
.extra-footer-navigation ul,
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.mobile-footer-navigation {
    margin-bottom: 2em;
}
.site-footer {
	font-size: .85rem;
	background: rgb(117,41,41);
	color: #fff;
	padding: 1rem;
	margin-top: 3rem;
	text-align: center;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.site-footer a:hover,
.site-footer a:active {
	color: rgb(235,173,20);
}
#fatFooter {
	margin-bottom: 4rem;
}
#fat-footer > li {
	margin-bottom: .25em;
}
#fat-footer > li > a {
    font-weight: bold;
    padding: 0;
	line-height: 1.2;
    display: inline-block;
	text-transform: uppercase;
}
#fat-footer ul a {
	line-height: 1.25;
}
#fat-footer ul {
	display: none;
}
#thinFooter {
	border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 1em 0;
}
#thin-footer a {
    text-transform: uppercase;
}
.extra-footer-navigation li {
	margin-bottom: .25em;
}
.mobile-footer-navigation ul {
    text-transform: uppercase;
    font-size: 1.1rem;
}
.mobile-footer-navigation a {
    padding: .35em;
    display: block;
}
.mobile-footer-navigation a:active {
	color: #CCC;
}
.credits {
	margin-top: 3em;
	font-size: .75em;
}


@media screen and (min-width: 768px) {
	.popthrough .menu-toggle {
		margin-top: 0;
		top: 12px;
	}
	.main-navigation {
		position: relative;
	}
	.main-navigation.toggled {
		position: static;
		flex-basis: 55px;
		text-align: right;
	}
	.main-navigation.popthrough.toggled {
		position: fixed;
	}
	.main-navigation.toggled .menu-toggle {
		position: static;
	}
	.main-navigation.toggled.popthrough .menu-toggle {
		position: absolute;
	}
	.main-navigation.toggled .menu-primary-nav-container	{
		width: 100%;
		right: 0;
		top: 100%;
		left: 0;
		background: transparent;
		border-top: 4px solid transparent;
	}
	.main-navigation.toggled.popthrough .menu-primary-nav-container {
		border-top: 8px solid transparent;
	}
	.main-navigation.toggled ul.nav-menu {
		display: flex;
		top: calc(100% + .8rem);
		border-top: 0;
	}
	.main-navigation.toggled.popthrough ul.nav-menu {
		padding-left: 0;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children > a:after {
		content: "";
	}	
	.admin-bar .main-navigation.popthrough .menu-toggle {
		top: 56px;
	}	
	.main-navigation a {
		padding: .4em 2em;
	}
	.main-navigation.popthrough {
		max-width: 1440px;
		left: auto;
		right: auto;
	}
	.main-navigation.toggled.popthrough {
		padding-top: 62px;
	}
	.main-navigation.toggled ul ul {
		/* display: none; */
		clear: none;
		background: #fff;
		border: none;
		margin-left: 0;
		width: 100%;
		z-index: 999;
		float: none;
		top: auto;
	}
	.main-navigation.toggled ul li:hover > ul,
	.main-navigation.toggled ul li:focus > ul {
		left: 0;
		display: block;
	}
	.main-navigation.toggled ul ul li:hover > ul,
	.main-navigation.toggled ul ul li:focus > ul {
		left: 100%;
	}	
	.main-navigation.toggled .menu-primary-nav-container > ul	{
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.main-navigation li {
		float: none;
	}
	.main-navigation ul.nav-menu > li {
		flex: 0 1 auto;
		position: relative;
		padding: 0 1%;
		font-size: inherit;
		text-align: center;
	}
	.main-navigation a {
		display: inline-block;
		padding: .7em 1em;
		border: 0;
		background: transparent;
		font-size: .7em;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
	}
	/* top level nav item link */
	.main-navigation ul.nav-menu > li > a { 
		color: #000;
		font-weight: bold;
		padding: 8px;
		line-height: 1.3;
		text-transform: uppercase;
		position: relative;
		z-index: 1000;
		font-size: .85em;
		text-align: center;
	}
	.main-navigation.popthrough ul.nav-menu > li > a {
		font-size: .75em;
	}
	
	/* top level nav item link when hovered */
	.main-navigation ul.nav-menu > li > a:hover,
	.main-navigation ul.nav-menu > li > a:focus { 
		color: rgb(117,41,41); 
	}
	.main-navigation ul ul {
		flex-direction: column;
		padding: .7rem;
		top: 100%;
		left: 0;
		background: #fff;
		padding: 15px 0;
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
	.main-navigation ul ul a {
		display: block;
		color: #000;
		font-size: .6em;
		line-height: 1.2;
		font-weight: normal;
		padding: 6px .75em;
		background: rgba(235,173,20,.5);
	}
	.main-navigation ul ul > li:hover > a,
	.main-navigation ul ul a:hover,
	.main-navigation ul ul a:focus {
		background-color: rgb(117,41,41);
		color: #fff;
	}

	/* 3rd level list */
	.main-navigation ul.nav-menu ul ul {
		height: auto;
		margin: 0;
		top: 0;
		padding: 0;
		overflow: visible;
		width: 100%;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
		border-left: 6px solid #fff;
	}
	/* 3rd level list items */
	.main-navigation ul ul ul li {
		height: auto;
		float: none;
		margin: 0;
		padding: 0;
		min-height: 0;
		width: auto;
		position: static;
		border-right: none;
	}
	/* 3rd level links */
	.main-navigation ul ul ul li a {
		display: block;
		color: #000;
		font-weight: 400;
		line-height: 1.2;
		width: auto;
		text-align: left;
	}
	.main-navigation > div > ul > li.current-menu-item > a,
	.main-navigation > div > ul > li.current_page_item > a,
	.main-navigation > div > ul > li.current-menu-ancestor > a,
	.main-navigation > div > ul > li.current_page_ancestor > a,
	.main-navigation > div > ul > li:hover > a {
		color: rgb(117,41,41);
	}
	.main-navigation ul ul li.current-menu-item > a,
	.main-navigation ul ul li.current_page_item > a {
		font-weight: bold;
	}
	.site-footer {
		padding: 2em 1em 4em;
	}
	#fat-footer {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		text-align: left;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		max-width: 1500px;
	}
	#fat-footer li {
		margin: 0 0 .7em 0;
	}
	#fat-footer > li {
		padding: 0 1rem;
		margin-bottom: 3em;
	}
	#fat-footer > li > a {
		font-weight: bold;
	}
	#fat-footer a {
		display: block;
	}	
	#fat-footer ul {
		display: block;
	}
	#fat-footer ul ul {
		display: none;
	}
	#fat-footer > li:first-child ul ul {
		display: block;
	}
	#fat-footer > li > ul {
		margin-top: .7em;
	}
	#fat-footer > li > ul > li {
		font-size: .82em;
		line-height: 1.3;
		margin: 0 0 .25em 0;
	}
	#fat-footer > li:first-child ul ul li {
		margin-bottom: 0;
	}
	#fat-footer > li > ul > li a {
		font-weight: normal;
	}
	.extra-footer-navigation {
		border-top: 1px solid #fff;
		padding: 1em;
		font-size: .95em;
		width: 96%;
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
	}
	.extra-footer-navigation ul {
		display: flex;
		justify-content: center;
	}
	.extra-footer-navigation li {
		margin-bottom: 0;
	}
	.extra-footer-navigation a {
		padding: .2em 1em;
	}
	
}
@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation .menu-primary-nav-container > ul	{
		display: flex;
		justify-content: center;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.main-navigation ul.nav-menu > li {
		text-align: left;
	}
	.main-navigation.popthrough {
		width: 80%;
		margin-left: 0;
		max-width: 80%;
		padding-top: 8px;
	}
	.admin-bar .main-navigation.popthrough {
		top: 44px;
	}
	.main-navigation.popthrough .menu-primary-nav-container > ul {
		padding-left: 0;
	}
	.main-navigation ul ul {
		min-width: 8em;
		padding: 0;
	}
	.main-navigation ul ul a {
		font-size: .75em;
	}
	#fat-footer > li > ul > li {
		font-size: .9em;
	}
}
@media screen and (min-width: 1024px) {
	#fat-footer > li {
		flex: 1;
	}
	.admin-bar .main-navigation.popthrough {
		top: 32px;
	}

}
@media screen and (min-width: 1440px) {
	.main-navigation .menu-primary-nav-container > ul	{
		max-width: 1100px;
	}
	
}

/*--------------------------------------------------------------
## Secondary nav and social
---------------------------------------------------------------*/

.secondary-holder {
	display: flex;
	align-items: center;
}
.menu-secondary-nav-container {
	order: 0;
	flex: 1 1 100%;
}
ul.nav-secondary {
    list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: .7rem;
}
ul.nav-secondary li {
	display: inline-block;
	color: #fff;
	white-space: nowrap;
}
ul.nav-secondary li:after {
	content: "|";
}
ul.nav-secondary li:last-child:after {
	content: "";
}
ul.nav-secondary li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-left: .2em;
	margin-right: .4em;
	padding: 0;
	transition: color 0.3s ease;
}
ul.nav-secondary li a:hover {
	color: rgb(235,173,20);
}
.utc2021-social {
    padding: .25em .5em 0;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	background-color: rgb(41,71,61);
}
.utc2021-social a {
	display: inline-block;
	margin-left: .5em;
	color: #fff;
    text-decoration: none;
    border-radius: 50%;
    padding: 5px;
    line-height: 16px;
	transition: background-color 0.3s ease;
}
.utc2021-social a:first-child {
	margin-left: 0;
}
.utc2021-social a:hover {
	color: rgb(235,173,20);
}
#mastheadphantom a.utc2021-search,
.header-bar a.utc2021-search {
	background: transparent;
	color: #fff;
	border-radius: 0;
	padding: 0;
	text-decoration: none;
	transition: color 0.3s ease;
}
#mastheadphantom a.utc2021-search:hover,
.header-bar a.utc2021-search:hover {
	color: rgb(235,173,20);
}
#mastheadphantom .utc2021-search .dashicons,
#mastheadphantom .utc2021-search .dashicons-before:before,
.header-bar a.utc2021-search .dashicons,
.header-bar a.utc2021-search .dashicons-before:before {
	font-size: 32px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	.utc2021-social {
		padding: 0 4% 0 2%;
		order: unset;
		position: static;
		bottom: unset;
		left: unset;
		z-index: 1;
		background-color: transparent;
	}
	.header-bar a.utc2021-search {
		margin-left: 2em;
	}
	.menu-secondary-nav-container {
		margin-left: 2%;
		order: unset;
		flex: 0 1 28%;
		align-self: center;
	}
	ul.nav-secondary {
		display: flex;
		font-size: 1em;
	}
	ul.nav-secondary li a {
		margin-left: .75em;
		margin-right: .75em;
	}
	#mastheadphantom  .dashicons,
	#mastheadphantom  .dashicons-before:before,
	.utc2021-social .dashicons,
	.utc2021-social .dashicons-before:before {
		font-size: 20px;
		width: 20px;
		height: 20px;
	}
	.utc2021-social a {
		line-height: 20px;
	}
	#mastheadphantom .utc2021-search .dashicons,
	#mastheadphantom .utc2021-search .dashicons-before:before,
	.header-bar a.utc2021-search .dashicons,
	.header-bar a.utc2021-search .dashicons-before:before {
		font-size: 28px;
		width: 28px;
		height: 28px;
	}

}
@media screen and (min-width: 1100px) {
	.utc2021-social a {
		margin-left: .25em;
	}
	.menu-secondary-nav-container {
		flex-basis: auto;
	}
}
@media screen and (min-width: 1440px) {
	.menu-secondary-nav-container {
		margin-left: 8%;
	}
	ul.nav-secondary {
		justify-content: flex-end;
		flex-wrap: nowrap;
	}
	.utc2021-social {
		padding: 0 4%;
	}
	#mastheadphantom  .dashicons,
	#mastheadphantom  .dashicons-before:before,
	.utc2021-social .dashicons,
	.utc2021-social .dashicons-before:before {
		font-size: 24px;
		width: 24px;
		height: 24px;
	}
	.utc2021-social a {
		line-height: 24px;
	}
	#mastheadphantom .utc2021-search .dashicons,
	#mastheadphantom .utc2021-search .dashicons-before:before,
	.header-bar a.utc2021-search .dashicons,
	.header-bar a.utc2021-search .dashicons-before:before {
		font-size: 32px;
		width: 32px;
		height: 32px;
	}
	
}

span.widescreen { display: none; }

@media screen and (min-width: 1100px) {
	span.widescreen { display: inline; }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 1.5em auto;
	max-width: 1190px;
	width: 90%;
}

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

.nav-links a {
    display: inline-block;
	font-size: .85em;
    padding: .6em 1.5em;
    border: 2px solid #000;
    text-decoration: none;
    color: #000;
	height: 100%;
	transition: background 0.3s ease;
}
.nav-links .nav-title {
    text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: .1em;
	vertical-align: middle;
	display: inline-block;
}
.nav-links .nav-subtitle {
    font-size: 1.75em;
	vertical-align: -25%;
	line-height: .5;
	display: inline-block;
}
.nav-links .nav-previous .nav-subtitle {
	margin-right: .5em;
}
.nav-links .nav-next .nav-subtitle {
	margin-left: .5em;
}
.nav-links a:hover {
	background-color: #ccc;
	color: #000;
}

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

.updated:not(.published) {
	display: none;
}
.page-content {
	margin: 1.5em 0 0;
}
.entry-summary,
.entry-content {
	margin: 0 auto;
	padding: 0;
	max-width: 600px;
}
.site-main {
	padding: 0 2rem;
}
.home .site-main {
	padding-top: 2rem;
}
@media screen and (min-width: 768px) {
	.site-main {
		padding: 0;
	}
	.entry-summary {
		padding: 0;
	}
}
@media screen and (min-width: 1440px) {
	.entry-summary,
	.entry-content {
		max-width: 800px;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single-post .entry-meta {
    margin-top: 1em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.alignwide,
figure.wp-block-gallery.alignwide {
	width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
}
.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;	
}

@media screen and (min-width: 768px) {
	.alignwide, 
	figure.wp-block-gallery.alignwide {
		width: 94vw;
		max-width: 94vw;
		margin: 2rem calc(50% - 47vw);
	}
}
@media screen and (min-width: 1190px) {
	.alignwide, 
	figure.wp-block-gallery.alignwide	{
		width: 1190px;
		max-width: 1190px;
		margin: 3rem calc(50% - 595px);
	}
}

/* Theme specific styles */

h1,
h1.page-title {
    font-family: 'Marker Felt', 'Open Sans', sans-serif;
	font-size: 2rem;
    color: rgb(41,71,61);
	line-height: 1.2;
	letter-spacing: .05em;
    font-weight: normal;
    text-align: center;
	margin: .5em 0;
}
h1.page-title {
    margin: 0;
	padding: .25rem 1rem;
	background-color: rgba(255,255,255,.7);
	text-transform: uppercase;
}
.search-results h1.page-title {
	margin-bottom: 0;
}
.search-results h1.page-title a {
	text-decoration: none;
}
.search-results p {
	margin-top: 0;
}
h2 {
    font-size: 1.75rem;
	color: rgb(41,71,61);
	font-weight: normal;
}
.is-style-accomm h2 {
    margin-top: 0;
    line-height: 1.2;
}
h2.is-style-fancy {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .25em;
}
h3 {
	font-size: 1.15rem;
	margin-bottom: .5em;
}
h3.site-desc {
    color: #fff;
    text-align: center;
    font-size: 6.75vw;
	line-height: 1;
	margin-top: 1rem;
	margin-bottom: .5rem;
}
h4 {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
h5 {
	font-size: 1rem;
    font-weight: normal;
    letter-spacing: .15em;
}

@media screen and (min-width:768px) {
	h1,
	h1.page-title {
		font-size: 6vw;
	}
	h3.site-desc {
		font-size: 3.75vw;
	}
}
@media screen and (min-width:1100px) {
	h1,
	h1.page-title {
		font-size: 3.5rem;
	}
	
}
@media screen and (min-width: 1440px) {
	h3.site-desc {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
## Masthead
---------------------------------------------------------------*/
.site-header {
	position: relative;
}
.feature-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 45vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.feature-image.slideshow {
	/* border-bottom: 4px solid rgb(117,41,41); */
	position: relative;
	background-color: #fff;
	height: auto;
	display: block;
}
.feature-image.slideshow h1#HomeSlideOverlay {
	position: absolute;
	left: 10%;
	width: 80%;
	top: calc(50% - 22.4px);
	transform: translateY(-50%);
	font-size: 5vw;
	color: #fff;
	padding: 1.5em 1em;
	margin: 0;
	background-color: transparent;
	background-image: radial-gradient( closest-side at 50% 50%, rgba(0,0,0,.7) 20%, transparent );
}
@media screen and (min-width:768px) {
	.feature-image.slideshow .nextend-arrow {
		width: 60px;
		height: 60px;
	}
	.feature-image.slideshow h1#HomeSlideOverlay {
		font-size: 4vw;
	}
}
@media screen and (min-width:1440px) {
	.feature-image.slideshow .nextend-arrow {
		width: 90px;
		height: 90px;
	}
}

#breadcrumbs {
	max-width: 600px;
	color: #555;
	font-size: .85rem;
	margin: .5em auto 1.5em;
}
#breadcrumbs a {
	text-decoration: none;
	color: #555;
}
#breadcrumbs a:hover {
	color: #000;
}
#breadcrumbs .breadcrumb_last {
	color: #000;
}
#mastheadphantom {
	position: fixed;
	display: none;
	width: 100%;
	background: rgb(235,173,20);
	color: #000;
	top:0;
	left:0;
	z-index: 3;
	height: auto;
	padding-bottom: 0;
}
#masthead .site-branding {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(235,173,20);
	padding: .4rem 1rem .2rem;
}
.site-branding a {
	text-decoration: none;
	color: rgb(41,71,61);
	transition: color 0.3s ease;
}
.site-branding a:hover,
.site-branding a:active,
.site-branding a:focus {
	color: #000;
}
.site-branding h1 {
	margin-right: 1em;
	font-size: 4vw;
}
.home .site-branding h1 {
	margin-left: 0;
	margin-right: .5em;
}
.site-branding h1 em {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 1.6em;
}
.site-branding .custom-logo-link img {
	display: block;
}
#masthead .site-branding .custom-logo-link {
	flex-basis: 12%;
}
#mastheadphantom .site-branding {
	padding: 5px;
	position: static;
	margin-top: 0;
	margin-right: 4%;
	background-color: transparent;
}
#mastheadphantom .custom-logo-link {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#mastheadphantom .custom-logo-link img {
	display: block;
	margin: 0 auto;
}
.utc2021-search {
	display: inline-block;
	margin-left: 2em;
}
#mastheadphantom a.utc2021-search {
	margin-left: 0;
	margin-right: 1em;
	color: #000;
}
#mastheadphantom a.utc2021-search:hover {
	color: rgb(117,41,41);
}

.layout-helper {
    display: flex;
    justify-content: flex-start;
	align-items: center;
	padding: .25rem 1rem;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.header-bar {
	padding: .5em 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgb(41,71,61);
	color: #fff;
}
.nav-bar {
	background-color: rgb(235,173,20);
}
.video-holder {
	margin: 0;
}
.video-holder video {
	display: block;
}

@media screen and (min-width:768px) {
	.header-bar {
		font-size: .75rem;
		justify-content: space-around;
		align-items: center;
		flex-wrap: nowrap;
		margin: 0;
		padding: .25rem 16px;
		position: relative;
		z-index: 4;
	}
	.site-branding h1 {
		font-size: 2vw;
		margin: 0 1em 0 0;
	}
	.home .site-branding h1 {
		font-size: 3.25vw; 
	}
	#masthead .site-branding .custom-logo-link {
		flex-basis: 60px;
	}
	.home #masthead .site-branding .custom-logo-link {
		flex-basis: 10%;
	}
	.nav-bar {
		padding: 0;
		position: relative;
		border-bottom: 4px solid rgb(117,41,41);
	}
	.main-navigation {
		padding: 0 1em;
		background-color: rgba(117,41,41,.15);
	}
	#mastheadphantom .custom-logo-link {
		max-width: unset;
	}
	.layout-helper {
		justify-content: flex-end;
	}
	.feature-image {
		height: 28vw;
	}
	.home .feature-image {
		height: auto;
	}
	h1.page-title {
		font-size: 3.5vw;
		color: #fff;
		background-color: transparent;
		background-image: linear-gradient( to right, transparent, rgba(41,71,61,.7) 25%, rgba(41,71,61,.7) 75%, transparent 100% );
	}
	.admin-bar #mastheadphantom {
		top: 44px;
	}
	#mastheadphantom {
		border-bottom: 0;
		box-shadow: 0 2px 8px rgba(0,0,0,.2);
	}
	#mastheadphantom .site-branding {
		padding: 0;
		width: unset;
		max-width: 60px;
		box-sizing: content-box;
		background: transparent;
		border-radius: 0;
		border: 0;
		margin-right: 0;
	}
	.main-navigation.popthrough li {
		flex-basis: 6em;
	}
	.main-navigation.toggled.popthrough ul {
		top: 100%;
	}
	.main-navigation.toggled.popthrough ul ul ul {
		top: 0;
	}
	#mastheadphantom .custom-logo-link {
		margin-bottom: 0;
		display: block;
	}
	.utc2021-search {
		margin-left: 0;
	}

}
@media screen and (min-width: 1024px) {
	.admin-bar #mastheadphantom {
		top: 32px;
	}
}
@media screen and (min-width: 1100px) {	
	#mastheadphantom .site-logo img {
		max-width: 100%;
	}
	.utc2021-search {
		margin-left: .2em;
	}
	.header-bar {
		font-size: .75rem;
	}
}
@media screen and (min-width: 1440px) {	
	.header-bar {
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}
	#masthead .site-branding .custom-logo-link {
		flex-basis: 80px;
	}
	.home #masthead .site-branding .custom-logo-link {
		flex-basis: 125px;
	}
	.home .site-branding h1 {
		font-size: 3.25rem;
	}
	#mastheadphantom .site-branding {
		padding: 0;
		margin-top: 0;
	}
	#breadcrumbs {
		max-width: 800px;
	}
	
}

/* TILE MENUS */

.tile-menu-holder {
	padding: 0 20px;
	width: 100vw;
	margin: 1rem calc(50% - 50vw) 2rem;
}
ul.tile-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tile-menu a {
	text-decoration: none;
	color: #fff;
	display: block;
}
ul.tile-menu li {
	margin: 1.5em auto 2.5em;
	max-width: 400px;
	padding: 0;
	position: relative;
}
#svgEgg {
	width: 0;
	height: 0;
}
ul.tile-menu .tile-image-border {
	background-color: rgb(117,41,41);
	-webkit-clip-path: url(#clipEgg);
	clip-path: url(#clipEgg);
	padding: 4px;
	transition: background-color 0.3s ease;
}
ul.tile-menu a:hover .tile-image-border {
	background-color: rgb(235,173,20);
}
ul.tile-menu img.tile-image {
	-webkit-clip-path: url(#clipEgg);
	clip-path: url(#clipEgg);
	width: 100%;
	object-fit: cover;
	display: block;
}
ul.tile-menu .tile-label {
    font-family: 'Marker Felt', 'Open Sans', sans-serif;
	text-align: center;
	letter-spacing: .05em;
	font-weight: normal;
	font-size: 6.75vw;
	line-height: 1.1;
	margin: .5em 0 0 0;
	padding: 0;
	color: rgb(41,71,61);
	transition: color 0.3s ease;
}
ul.tile-menu a:hover .tile-label {
	color: rgb(117,41,41);
}

@media screen and (min-width: 600px) {
	ul.tile-menu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: -1em 0 0 -1em;
		width: calc(100% + 1em);		
	}
	ul.tile-menu li {
		flex-basis: calc(50% - 1em);
		margin: 1em 0 2em 1em;
	}
	ul.tile-menu .tile-label {
		font-size: 3.25vw;
	}

}
@media screen and (min-width: 1200px) {
	ul.tile-menu .tile-label {
		font-size: 1.75vw;
	}
	ul.tile-menu li {
		flex-basis: calc(25% - 1em);
	}
}
@media screen and (min-width: 1920px) {
	ul.tile-menu .tile-label {
		font-size: 1.5rem;
	}
}

/* modals */
.modal-search-form, .modal-content-box { display: none; }
.my-modal-box {
	background: rgba(255,255,255,.9);
	padding: 10px;
}
.vbox-content .vbox-inline { 
	height: 350px; 
	width: 500px; 
	max-width: 90%; 
	padding: 20px 2% !important; 
	box-sizing: border-box; 
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.vbox-num, .vbox-title {
	font-size: 18px;
}
.vbox-close {
	width: 90px;
	font-size: 50px;
	height: 50px;
}
.search-form {
	text-align: center;
	align-self: stretch;
	margin-bottom: 1rem;
}
.search-form input {
    font-size: 1rem;
}
.vbox-content .search-form input {
	margin-top: 1rem;
}
.search-form input[type="search"] {
	width: 70%;
	padding: .3em .8em;
}
.error-404 .search-form input[type="search"] {
	padding: .65em 1em;
	border: 1px solid #57B5C1;
	margin-right: 1em;
}
.search-form input[type="submit"] {
    text-transform: uppercase;
}
.search-form label {
	display: block;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.search-form label {
		display: inline;
		margin-bottom: 0;
	}
}

#toplink {
    position: fixed;
    bottom: 0px;
    right: 0px;
	display: none;
	z-index: 99;
}
#toplink a {
	display: inline-block;
	background: rgb(235,173,20);
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 1em;
	font-size: .75rem;
	transition: all 0.3s ease;
}
#toplink a:hover {
	background: rgb(41,71,61);
	color: #fff;
}
#toplink a:after {
	content: "\276F";
	display: inline-block;
	margin-left: 10px;
	transform: rotate(270deg);
}
.wp-block-button {
	background-color: transparent;
	padding: 0;
}
.wp-block-button__link {
    font-family: 'Marker Felt', 'Open Sans', sans-serif;
	text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: normal;
	font-size: 1rem;
	border-radius: 1.5rem;
	padding: .3em 2em;
	background-color: rgb(41,71,61);
	color: #fff;
	transition: background-color 0.3s ease;
}
.wp-block-button__link:hover {
	background-color: rgb(117,41,41);
}
.is-style-outline > .wp-block-button__link:not(.has-text-color), 
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: rgb(41,71,61);
}
.wp-block-button.is-style-outline a {
	transition: background 0.3s ease;
}
.wp-block-button.is-style-outline a:hover {
	background-color: rgb(235,173,20);
}
.wp-block-latest-posts__list.is-grid {
    padding: 0 1em;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.wp-block-latest-posts.is-grid li,
.wp-block-latest-posts.is-grid article {
    margin: 0 0 1.25em 0;
	padding: 1em;
	text-align: left;
	position: relative;
	background-color: rgba(235,173,20,.5);
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: .5em;
}
.wp-block-latest-posts__featured-image {
    margin: -1em -1em .5em -1em;
}
.wp-block-latest-posts__featured-image > a {
	display: block;
}
.wp-block-latest-posts__featured-image img {
    display: block;
	width: 100%;
}
.wp-block-latest-posts__featured-image + a {
    font-size: 1.5rem;
    display: block;
    line-height: 1.1;
    font-weight: bold;
	text-decoration: none;
	transition: color 0.3s ease;
}
.wp-block-latest-posts a:hover {
	color: rgb(117,41,41);
}
.wp-block-latest-posts__post-author {
    color: #000;
	font-size: 1rem;
}
.wp-block-latest-posts__post-date {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-top: 1em;
    margin-bottom: 0;
}
.wp-block-latest-posts__post-excerpt {
    margin: 0;
}
.wp-block-latest-posts__post-excerpt p {
	margin: 0 0 .4em 0;
	line-height: 1.2;
}
.wp-block-latest-posts .wp-block-buttons {
	margin-top: 1em;
	margin-bottom: 0;
}
.wp-block-latest-posts a.wp-block-button__link {
	font-size: .85rem;
	letter-spacing: .1em;
	padding: .3em 1em;
}
.wp-block-latest-posts a.wp-block-button__link:hover {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.wp-block-latest-posts__list.is-grid {
		padding: 0;
		justify-content: center;
	}
	.wp-block-latest-posts.is-grid li {
		margin: 0 1.5em 1.25em 0;
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc(50% - 1.1875em);
	}
	.wp-block-latest-posts.is-grid article {
		margin: 0 1em 1em 0;
	}
	.wp-block-latest-posts.columns-5 article {
		width: calc(33% - 1.25em);
	}
	.wp-block-latest-posts.columns-4 li:nth-child(2n),
	.wp-block-latest-posts.columns-4 li:last-child,
	.wp-block-latest-posts.columns-5 article:nth-child(3n),
	.wp-block-latest-posts.columns-5 article:last-child {
		margin-right: 0;
	}
	.wp-block-latest-posts__featured-image + a {
		font-size: 1.25rem;
	}
	.wp-block-latest-posts__post-author,
	.wp-block-latest-posts__post-date {
		font-size: .85rem;
	}
	.wp-block-latest-posts__post-excerpt {
		font-size: .85rem;
	}
	#toplink {
		bottom: 10px;
		right: 10px;
	}

}
@media screen and (min-width: 1024px) {
	.wp-block-latest-posts__featured-image + a {
		font-size: 1.35rem;
	}
}
@media screen and (min-width: 1440px) {
	.wp-block-latest-posts.columns-5 article {
		width: calc(20% - 1.25em);
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - 1.1875em);
	}
	.wp-block-latest-posts.columns-4 li:nth-child(2n) {
		margin-right: 1.5em;
	}
	.wp-block-latest-posts.columns-5 article:nth-child(3n) {
		margin-right: 1em;
	}
	.wp-block-latest-posts.columns-4 li:nth-child(4n),
	.wp-block-latest-posts.columns-5 article:nth-child(5n) {
		margin-right: 0;
	}
}

.is-style-footer1 h2 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: .6em;
    line-height: 1;
}
.is-style-footer1 a {
	text-decoration: none;
	color: #fff;
}
.is-style-footer1 figure.wp-block-image {
	margin: 0;
}
.is-style-footer1 .wp-block-group {
    padding: 0px 24px 10px;
	height: 48%;
}
.is-style-footer1 .wp-block-group .wp-block-group__inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Separator */

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	opacity: 1;
	height: 8px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	max-width: 40%;
}


/* HOME PAGE ELEMENTS */


/* News feed */

.is-style-newsfeed {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* END HOME PAGE SECTIONS */

.wp-block-media-text .wp-block-media-text__media[style*="background-image:"] > a > img { 
	opacity: 0; 
	width: 100%; 
	height: 100%; 
} 

.wp-block-group.alignfull.is-style-table .wp-block-group__inner-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
table {
	border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
	border: none;
	border-bottom: 1px solid #000;
}

/* IMAGES and special blocks */

figure.wp-block-image {
	position: relative;
}
figure.wp-block-image img {
	display: block;
}

.is-style-form-holder .wp-block-group__inner-container {
    max-width: 600px;
    margin: 0 auto;
}
.wpcf7 {
    padding: 2em;
	color: #fff;
    background: rgb(41,71,61);
    border-radius: 10px;
}
.wpcf7 input[type="submit"] {
	background-color: rgb(235,173,20);
	color: #000;
	font-size: 1.25em;
}
.wpcf7 label,
span.wpcf7-form-control-wrap {
	display: block;
}
span.wpcf7-form-control-wrap {
	margin-bottom: .5em;
}
.wpcf7 p.submit-button {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.wpcf7 label,
	span.wpcf7-form-control-wrap {
		display: inline-block;
	}
	.wpcf7 label {
		width: 20%;
		margin-right: 2%;
	}
	span.wpcf7-form-control-wrap {
		width: 77%;
	}
	span.wpcf7-form-control-wrap.your-message {
		width: 100%;
		margin-top: .4em;
	}

}
@media screen and (min-width: 1440px) {
	.is-style-form-holder .wp-block-group__inner-container {
		max-width: 800px;
	}
}

.custom-link {
     cursor: pointer !important;
 }
 
.is-style-features-grid .wp-block-columns {
	margin-bottom: 0;
} 
.is-style-features-grid .wp-block-column {
	margin-bottom: 1.5em;
}
.is-style-features-grid .wp-block-media-text {
	grid-template-columns: 22% auto !important;
} 
.is-style-features-grid figure {
	text-align: right;
}
 .is-style-features-grid img {
    max-width: 75px;
	max-height: 75px;
}
.is-style-features-grid p {
	margin: 0;
	line-height: 1.3;
}
@media (min-width: 600px) and (max-width: 781px) {
	.is-style-features-grid .wp-block-column:not(:only-child) {
		flex-basis: calc(33.33% - 1em)!important;
    }
}

.work-stay-slides .n2-ss-img-wrapper img.n2-ow {
    border-radius: 16px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
}
.work-stay-slides .n2-ss-slider .n2-ss-img-crop {
	overflow: visible;
}

/* USP STYLES */

#usp-error-message {
    margin: 1rem 0 .5rem;
	text-align: center;
	color: red;
}
.usp-hidden {
    display: none;
}
#usp-success-message {
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
}
#usp-submit {
    text-align: center;
    margin-top: 1.5em;
}
#usp-submit input[type="submit"] {
	font-size: 1.25em;
}
#usp_form label {
	font-weight: bold;
}
#usp_form ::placeholder {
	color: #bbb;
	opacity: 1;
}
#usp-upload-message {
    margin-bottom: 1em;
}
textarea#user-submitted-content {
    line-height: 1.25;
	height: 18.75em;
}
a#usp_add-another {
    display: none;
}

@media screen and (min-width: 768px) {
	#usp_form fieldset {
		display: flex;
		align-items: center;
	}
	#usp_form fieldset.usp-content,
	#usp_form fieldset.usp-images {
		display: block;
	}
	#usp_form fieldset label {
		flex-basis: 25%;
	}
	#usp_form fieldset input {
		flex-basis: 75%;
	}

}

/* Booking button - floating */

#booknow {
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 10;
	margin: 0;
	transform: rotate(90deg) translate(140%,0);
	transform-origin: top right;
}
#booknow a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: orange;
	border-radius: 0 0 14px 14px;
	font-size: 1.15rem;
	padding: .25rem 1.25rem .75rem;
	line-height: 1;
	text-decoration: none;
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	transition: all 0.3s ease;
}
#booknow a:hover,
#booknow a:active {
	color: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,.9);
	padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
	#booknow {
		top: 100px;
		top: 20vh;
	}
	#booknow a {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1440px) {
	#booknow a {
		font-size: 1.5rem;
	}
	
}

/* THEME COLOURS */

.has-black-color {
	color: #000000;
}
.has-black-background-color {
	background-color: #000000;
}
.has-white-color {
	color: #FFFFFF;
}
.has-white-background-color {
	background-color: #FFFFFF;
}
.has-green-color {
	color: rgb(41,71,61);
}
.has-green-background-color {
	background-color: rgb(41,71,61);
}
.has-gold-color {
	color: rgb(235,173,20);
}
.has-gold-background-color {
	background-color: rgb(235,173,20);
}
.has-red-color {
	color: rgb(117,41,41);
}
.has-red-background-color {
	background-color: rgb(117,41,41);
}
.has-transparent-color {
	color: transparent;
}
.has-transparent-background-color {
	background-color: transparent;
}
