@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Aeonik", "Verdana", sans-serif;
  letter-spacing: -0.03em;
  color: #000;
  background: #000;
}
body p {
  font-size: 21px;
}
body #main {
  background: url(../images/texture_cream.png) top center repeat-y #FFFFF9;
  background-size: 100% auto;
}
body.page-rent-a-space main, body.post-type-archive-events main {
  padding-top: 100px;
}

@font-face {
  font-family: "Aurochs";
  src: url("../fonts/Aurochs-Regular.woff2") format("woff2"), url("../fonts/Aurochs-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aurochs_bold";
  src: url("../fonts/Aurochs-Heavy.woff2") format("woff2"), url("../fonts/Aurochs-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mono";
  src: url("../fonts/MonoTotalRegular.woff2") format("woff2"), url("../fonts/MonoTotalRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik_light";
  src: url("../fonts/Aeonik-Light.woff2") format("woff2"), url("../fonts/Aeonik-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik_semi";
  src: url("../fonts/Aeonik-SemiBold.woff2") format("woff2"), url("../fonts/Aeonik-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Founders";
  src: url("../fonts/FoundersHandRegular.woff2") format("woff2"), url("../fonts/FoundersHandRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
}
.entry_content p {
  display: block;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.entry_content ul {
  display: inline-block;
}
.entry_content ul li {
  font-size: 18px;
  line-height: 1.4em;
  border-top: 1px solid #000;
  padding: 16px 0;
  padding-right: 20px;
}
.entry_content ul li:last-of-type {
  border-bottom: 1px solid #000;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  transition: 0.2s;
}
.btn:hover {
  color: #000;
}

/* =========================================
   Simple reusable grid layout
   Classes: .grid .grid_4 .grid_3 .grid_2
   One gap setting: change $grid_gap
   Responsive:
   - grid_4: 4 -> 3 -> 2 -> 1
   - grid_3: 3 -> 2 -> 1
   - grid_2: 2 -> 1
========================================= */
/* sensible width breakpoints */
/* below this, 4 drops to 3 */
/* below this, 3 drops to 2, and 4 can drop to 2 */
/* below this, everything drops to 1 */
.grid {
  display: grid;
  gap: 16px;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  /* default */
  grid-template-columns: 1fr;
  /* stop long text and images breaking the grid */
}
.grid > * {
  min-width: 0;
}

/* base column counts */
.grid_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

/* 4 -> 3 */
@media (max-width: 1100px) {
  .grid_5,
  .grid_4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* 4 -> 2 and 3 -> 2 */
@media (max-width: 860px) {
  .grid_5,
  .grid_4,
  .grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* everything -> 1 */
@media (max-width: 600px) {
  .grid_5,
  .grid_4,
  .grid_3,
  .grid_2 {
    grid-template-columns: 1fr;
  }
}
/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper {
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number] {
  padding: 16px;
  border: 1px solid #000;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid blue !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body div.gfield .ginput_container input,
.gform_wrapper .gform-body div.gfield .ginput_container select,
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #000;
  background: transparent;
  resize: none !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px;
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description {
  padding-top: 10px;
}
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: block;
  padding-bottom: 10px;
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex div input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
}
.gform_wrapper {
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  font-size: 23px;
  font-family: "Aurochs";
  padding: 10px 60px;
}
.gform_wrapper .gform_footer input.gform_next_button, .gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_next_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  max-width: 25%;
}
.gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: #fff;
  color: #000;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

/*
---------------------------------------------------------------------------
=	THANKYOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 50px;
  height: 110px;
  z-index: 9999;
  background: transparent;
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 767px) {
  #header {
    height: 80px;
    padding: 20px;
  }
}
#header.headroom-hidden {
  transform: translateY(-110%);
  background: #000;
}
#header.on_the_move {
  transform: translateY(0);
  background: #000;
}
.blog #header nav a, .page-availability #header nav a {
  color: #000;
}
.blog #header nav .bg, .page-availability #header nav .bg {
  color: #fff;
}
.blog #header #logo img, .page-availability #header #logo img {
  filter: invert(1);
}
.blog #header.headroom-hidden nav a, .blog #header.on_the_move nav a, .page-availability #header.headroom-hidden nav a, .page-availability #header.on_the_move nav a {
  color: #fff;
}
.blog #header.headroom-hidden #logo img, .blog #header.on_the_move #logo img, .page-availability #header.headroom-hidden #logo img, .page-availability #header.on_the_move #logo img {
  filter: unset;
}
.blog #header.headroom-hidden .burger-toggle, .blog #header.on_the_move .burger-toggle, .page-availability #header.headroom-hidden .burger-toggle, .page-availability #header.on_the_move .burger-toggle {
  color: #fff !important;
}
.body-locked #header img {
  filter: unset !important;
}
#header #logo {
  display: inline-block;
  height: 100%;
}
#header #logo img {
  display: block;
  height: 100%;
  width: auto;
}
#header nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 960px) {
  #header nav {
    display: none;
  }
}
#header nav a {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  font-family: "Mono";
  position: relative;
}
#header nav a:hover {
  color: #E73134;
}
#header nav a {
  /*
  &:hover
  {
  	&:after
  	{
  		position: absolute;
  		top:50%;
  		left:50%;
  		transform: translate(-50%, -50%);
  		width: 150%;
  		height: 50px;
  		content: "";
  		background: url(../images/ring.svg) 50% 50% no-repeat;
  		background-size: contain;
  	}
  }
  */
}
#header nav a.bg {
  padding: 14px 20px;
  font-size: 33px;
  font-family: "Aurochs";
  background: url(../images/btn_bg.png) 50% 50% no-repeat;
  background-size: cover;
}
#header nav a.bg:hover {
  color: #000;
}
#header nav a.bg:hover:after {
  display: none;
}

.page-our-story #nav_story:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 50px;
  content: "";
  background: url(../images/ring.svg) 50% 50% no-repeat;
  background-size: contain;
}
.page-our-story #nav_story:hover {
  color: #fff;
}

.page-plan-your-visit #nav_plan:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 50px;
  content: "";
  background: url(../images/ring.svg) 50% 50% no-repeat;
  background-size: contain;
}
.page-plan-your-visit #nav_plan:hover {
  color: #fff;
}

.post-type-archive-residents #nav_res:after,
.single-residents #nav_res:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 50px;
  content: "";
  background: url(../images/ring.svg) 50% 50% no-repeat;
  background-size: contain;
}
.post-type-archive-residents #nav_res:hover,
.single-residents #nav_res:hover {
  color: #fff;
}

.post-type-archive-workspaces #nav_space:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 50px;
  content: "";
  background: url(../images/ring.svg) 50% 50% no-repeat;
  background-size: contain;
}
.post-type-archive-workspaces #nav_space:hover {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	BURGER
---------------------------------------------------------------------------
*/
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: "Mono";
  font-size: 1rem;
  line-height: 1;
  display: none;
  margin-left: auto;
}
@media only screen and (max-width: 960px) {
  .burger-toggle {
    display: flex;
  }
}
.blog .burger-toggle, .page-availability .burger-toggle {
  color: #000;
}
.body-locked .burger-toggle {
  color: #fff !important;
}
.burger-toggle .burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.burger-toggle .burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}
.burger-toggle .burger_icon .line.line1 {
  top: 0;
}
.burger-toggle .burger_icon .line.line2 {
  top: 9px;
}
.burger-toggle .burger_icon .line.line3 {
  top: 18px;
}
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}
.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}
.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}
.burger-toggle .burger_label {
  color: currentColor;
  font-weight: 600;
  pointer-events: none;
  user-select: none;
  transition: color 0.25s ease;
}
.burger-toggle:hover .burger_label {
  color: #E73134;
}

/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
.body-locked {
  overflow: hidden;
}

.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.side_menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  color: #fff;
  transform: translateX(100%);
  z-index: 400;
  display: flex;
  flex-direction: column;
  background: url(../images/texture_black.png) 50% 50% no-repeat;
  background-size: cover;
}
.side_menu.is-open {
  transform: translateX(0);
}
.side_menu .side_menu_inner {
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /* nav styles */
}
.side_menu .side_menu_inner .side_menu_nav {
  flex: 100%;
}
.side_menu .side_menu_inner .side_menu_nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 100px 20px 0;
}
.side_menu .side_menu_inner .side_menu_nav ul li {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.side_menu .side_menu_inner .side_menu_nav ul li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-family: "Aurochs";
  text-decoration: none;
  font-size: 8vh;
  font-weight: 300;
}
.side_menu .side_menu_inner .side_menu_nav ul li a:hover, .side_menu .side_menu_inner .side_menu_nav ul li a.current {
  color: #E73134;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#join #break_out {
  background: #fff;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  #join #break_out {
    padding: 20px;
  }
}
#join #break_out > * {
  aspect-ratio: 1/0.7;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #join #break_out > * {
    aspect-ratio: 1/0.85;
  }
}
#join #break_out > * > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 5%;
}
#join #break_out > * > div div {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  #join #break_out > * > div div {
    max-width: 700px;
  }
}
@media only screen and (max-width: 900px) {
  #join #break_out > * > div div {
    display: none;
  }
}
#join #break_out > * > div div p {
  font-size: clamp(18px, 2vw, 24px);
  display: inline;
  background: linear-gradient(#29292A 0 0) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 4px;
}
#join #break_out > * > div nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#join #break_out > * > div nav a {
  font-family: "Aurochs";
  color: #fff;
  font-size: 33px;
}

#footer {
  padding: 85px 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 60px 20px;
  }
}
#footer #sign_up {
  padding: 100px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #footer #sign_up {
    padding: 0 0 60px 0;
  }
}
#footer #sign_up > div {
  text-align: center;
  color: #fff;
}
#footer #sign_up > div h5 {
  line-height: 0.9em;
}
@media only screen and (min-width: 768px) {
  #footer #sign_up > div h5 span {
    display: block;
  }
}
#footer #sign_up > div form {
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
#footer #sign_up > div form label {
  display: none;
}
#footer #sign_up > div form input {
  text-align: center;
  color: #fff;
  font-family: "mono";
  font-size: 20px;
  border: none;
  padding: 0;
}
#footer #sign_up > div form input::placeholder {
  color: #fff;
}
#footer #sign_up > div form .gform_button {
  text-align: center;
  margin: 0 auto;
  background: none;
  color: #E73134;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 2em;
  position: relative;
  padding-left: 20px;
}
#footer #sign_up > div form .gform_button:after {
  position: absolute;
  content: "→";
  left: 0;
  top: 0;
}
#footer #sign_up > div form .gform_button:hover {
  color: #fff;
}
#footer #sign_up > div {
  /*
  form
  {

  	span
  	{
  		display: block;
  		font-size: 20px;
  		font-family: "mono";
  	}
  	.link
  	{
  		display: inline-block;
  		margin-top: 40px;
  		//color: #F4B609;
  		font-size: 21px;
  	}
  }
  */
}
#footer .foot_top {
  padding-bottom: 10%;
  font-size: 17px;
  background: url(../images/line_chalk.svg) 50% 0 no-repeat;
  padding-top: 100px;
}
#footer .foot_top > nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
#footer .foot_top > nav a {
  display: inline-block;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .foot_top > nav {
    display: none;
  }
}
#footer .foot_top > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
@media only screen and (min-width: 768px) {
  #footer .foot_top > div {
    padding-top: 70px;
  }
}
#footer .foot_top > div ul {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #footer .foot_top > div ul {
    flex: 100%;
  }
  #footer .foot_top > div ul:nth-child(2) {
    margin: 40px 0;
  }
}
#footer .foot_top > div ul li {
  display: block;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 4px;
}
#footer .foot_top > div ul li:first-of-type {
  font-family: "Aeonik_semi";
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .foot_top > div ul li:first-of-type {
    margin-bottom: 20px;
  }
}
#footer .foot_top > div ul li a {
  display: block;
  color: #fff;
}
#footer .foot_end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "mono";
  font-size: 13px;
  line-height: 1.6em;
}
#footer .foot_end .copy a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
#footer .foot_end .copy a:hover {
  text-decoration: none;
}
#footer .foot_end > * {
  color: #fff;
}
#footer .foot_end > *.yoke {
  margin-left: auto;
}
#footer .foot_end > *.yoke a {
  color: #E73134;
}
#footer .foot_end > *.yoke a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .foot_end > * {
    flex: 100%;
    text-align: center;
  }
  #footer .foot_end > *.yoke {
    margin-top: 20px;
  }
}

/*
---------------------------------------------------------------------------
=	GENERAL
---------------------------------------------------------------------------
*/
.section_title {
  display: block;
  font-family: "Mono";
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 1em;
  letter-spacing: 0em;
}

.title {
  display: block;
  font-family: "Aurochs";
  line-height: 0.9em;
}
.title.title_l {
  font-size: 9vw;
}
@media only screen and (max-width: 600px) {
  .title.title_l {
    font-size: 80px;
  }
}
.title.title_m {
  font-size: 8vw;
}
@media only screen and (max-width: 767px) {
  .title.title_m {
    font-size: 70px;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 1em;
}
.nav.nav_left {
  justify-content: left;
}
.nav .btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 33px;
  font-family: "Aurochs";
  background: url(../images/btn_bg.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}
.nav .btn:hover {
  color: #000;
}

.link {
  display: block;
  color: #E73134;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 2em;
  position: relative;
  padding-left: 20px;
}
.link:after {
  position: absolute;
  content: "→";
  left: 0;
  top: 0;
}
.link:hover {
  color: #fff;
}

.break {
  height: 80vh;
  position: relative;
}
.break img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .sticky {
    position: sticky;
    top: 5%;
  }
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.underline {
  display: inline-block;
  padding: 0 6px 16px 0;
  background: url(../images/underline.svg) 0 100% no-repeat;
}
@media only screen and (max-width: 767px) {
  .underline {
    margin-bottom: 40px;
  }
}

.intro_block_central {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intro_block_central > * {
  flex: 100%;
}
.intro_block_central .entry_content {
  max-width: 800px;
}

.central {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 50px 50px 50px;
}
.central .title {
  margin-bottom: 0.2em;
}
.central p {
  font-size: 25px;
}

/*CARD*/
.card {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  background: #fff;
  padding: 13px;
}
.card .card_img {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  margin-bottom: 14px;
}
.card .card_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card_info {
  display: block;
  padding: 0 5% 4px 10px;
  color: #000;
}
.card .card_info span {
  display: block;
  font-family: "mono";
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 14px;
}
.card .card_info span.cat {
  line-height: 22px;
  padding-left: 34px;
  text-transform: unset;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px 22px;
}
.card .card_info span.cat_audio-and-arts {
  color: #ec5d2e;
  background-image: url(../images/cat_audio.svg);
}
.card .card_info span.cat_care-and-services {
  color: #74c89d;
  background-image: url(../images/cat_care.svg);
}
.card .card_info span.cat_eat-and-gather {
  color: #924DE2;
  background-image: url(../images/cat_eat.svg);
}
.card .card_info span.cat_makers-and-studios {
  color: #ebb642;
  background-image: url(../images/cat_makers.svg);
}
.card .card_info span.cat_movement-and-training {
  color: #3a7753;
  background-image: url(../images/cat_move.svg);
}
.card .card_info span.cat_workspaces {
  color: #d44540;
  background-image: url(../images/cat_workspace.svg);
}
.card .card_info span.link {
  font-family: unset;
  text-transform: capitalize;
  font-size: 18px;
}
.card .card_info span.link:hover {
  color: #000;
}
.card .card_info h3 {
  display: block;
  font-size: clamp(22px, 5vw, 27px);
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.card .card_info h3 a {
  display: inline-block;
  color: #000;
}
.card .card_info h3 a:hover {
  color: #E73134;
}
.card .card_info p {
  display: block;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.4em;
  margin-bottom: 10px;
}
.card .card_info .soc {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4em;
}
.card .card_info .soc a {
  display: inline-block;
  color: #000;
  font-size: clamp(20px, 2vw, 26px);
}

/*IMG CARD*/
.img_card {
  text-align: center;
}
.img_card div {
  aspect-ratio: 1/1.2;
  position: relative;
}
.img_card div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_card span {
  display: block;
  font-family: Founders;
  font-size: 32px;
  padding: 10px;
}

/*
----------------------------
=	TEXTURES
----------------------------
*/
#texture_1 {
  position: relative;
}
#texture_1 > div {
  position: relative;
  z-index: 10;
}
#texture_1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: url(../images/texture_1_top.png) no-repeat #F4EAD4;
  background-size: contain;
  background-blend-mode: color-burn;
  opacity: 0.5;
}
#texture_1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: url(../images/texture_1_bottom.png) 0 100% no-repeat #F4EAD4;
  background-size: contain;
  background-blend-mode: color-burn;
  opacity: 0.5;
}

#dark_scrib {
  background: url(../images/texture_2.png) 50% 50% no-repeat #303031;
  background-size: 100% auto;
}

.texture_red {
  background: url(../images/texture_red.png) 0 10% repeat-y;
  background-size: 100% auto;
  color: #fff;
}
.texture_red li,
.texture_red ul {
  border-color: #fff !important;
}
.texture_red a {
  color: #fff;
}
.texture_red a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	REPEATED LAYOUTS
---------------------------------------------------------------------------
*/
section {
  padding: 100px 50px;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 80px 20px;
  }
}
section.page_head, section.img_block_2, section.break {
  padding: 0;
}
section#latest_news {
  padding-left: 0;
  padding-right: 0;
}
section#latest_news .section_intro {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  section#latest_news .section_intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog section#latest_news {
  padding: 200px 5% 100px 5%;
}
section#latest_news .nav a:hover {
  color: #000;
}
section.cream {
  background: #F4EAD4;
}
section.dark {
  background: #29292A;
  color: #fff;
}
section.dark .entry_content ul, section.dark .entry_content li {
  border-color: #fff;
}
section.dark.grit {
  background: url(../images/texture_black.png) 50% 50% no-repeat #303031;
  background-size: cover;
}
section.black {
  background: #000;
  color: #fff;
}
section.black .entry_content ul, section.black .entry_content li {
  border-color: #fff;
}
section.red {
  background: #E73134;
  color: #fff;
}
section.red ul, section.red li {
  border-color: #fff;
}
section.red .link {
  color: #fff;
}
section.red .btn {
  background: #000;
}

/*
----------------------------
=	SECTION INTRO
----------------------------
*/
.section_intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.section_intro > div {
  text-align: center;
}
.section_intro > div > span {
  font-size: 20px;
  margin-bottom: 1em;
}
.section_intro > div .entry_content {
  max-width: 1200px;
  margin: 0 auto;
}
.section_intro p {
  font-size: 25px;
}
.section_intro p:first-of-type {
  margin-top: 50px;
}
.section_intro nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

/*
----------------------------
=	TEXT ONLY COL
----------------------------
*/
.text_block .cols {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .text_block .cols {
    min-height: calc(100vh - 200px);
  }
}
.text_block .cols > * {
  flex: 100%;
}
@media only screen and (min-width: 768px) {
  .text_block .cols .col1 {
    padding-right: 5%;
  }
}
.text_block .cols .col1 p {
  font-size: clamp(26px, 2vw, 47px);
  line-height: 1.4em;
}
.text_block .cols .col2 {
  align-self: flex-end;
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
}
.text_block .cols .col2 > div {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .text_block .cols .col2 > div {
    max-width: 40%;
  }
}
.text_block .cols .col2 > div .nav {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .text_block .cols .col2 > div .nav {
    margin-top: 40px;
  }
}

/*
----------------------------
=	2 COL LAYOUT
----------------------------
*/
.col2_layout .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.col2_layout .cols .col {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .col2_layout .cols .col1 {
    order: 2;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .col2_layout .cols .col1 {
    margin-bottom: 60px;
  }
}
.col2_layout .cols .col1.gal {
  height: 90vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.col2_layout .cols .col1.gal > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.col2_layout .cols .col1.gal > div span {
  display: block;
  width: 80%;
  height: 100%;
  background: red;
  margin-left: auto;
  position: relative;
}
.col2_layout .cols .col1.gal > div:first-of-type {
  flex: 0 0 35%;
}
.col2_layout .cols .col1.gal > div:first-of-type span {
  width: 60%;
  margin-right: 2%;
}
.col2_layout .cols .col1.gal > div:last-of-type {
  flex: 0 0 65%;
}
.col2_layout .cols .col1.gal > div:last-of-type span {
  width: 100%;
}
.col2_layout .cols .col1.gal.one_img > div {
  flex: 0 0 100%;
}
.col2_layout .cols .col1.gal.one_img > div span {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .col2_layout .cols .col1.gal.one_img {
    height: unset;
  }
  .col2_layout .cols .col1.gal.one_img > div {
    aspect-ratio: 1/1;
  }
}
.col2_layout .cols .col2 {
  padding: 5% 0 0 0;
  max-width: 600px;
}
.col2_layout .cols .col2 .title {
  font-size: 7vw;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .col2_layout .cols .col2 .title {
    font-size: 80px;
  }
}
.col2_layout .cols .col2 .entry_content p {
  line-height: 1.4em;
}
.col2_layout .cols .col2 .entry_content ul {
  margin-top: 30px;
}
.col2_layout .cols .col2 .entry_content:first-of-type p:first-of-type {
  font-size: clamp(22px, 2vw, 28px);
}
.col2_layout .cols .col2 .bullet_list {
  margin: 80px 0;
}
.col2_layout .cols .col2 .bullet_list span {
  display: block;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Founders";
  margin-bottom: 2.5em;
  transform: rotate(-4deg);
}
.col2_layout .cols .col2 .bullet_list ul {
  display: block;
}
.col2_layout .cols .col2 .bullet_list ul li {
  font-size: 24px;
  line-height: 28px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 1em;
}
.col2_layout .cols .col2 .bullet_list ul li:before {
  position: absolute;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/bullit.svg);
}
.col2_layout .cols .col2 .nav {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .col2_layout .cols .col {
    flex: 100%;
    max-width: 100%;
  }
}

/*
---------------------------------------------------------------------------
=	PAGE HEAD
---------------------------------------------------------------------------
*/
.page_head {
  background: #000;
  display: flex;
  flex-wrap: wrap;
  min-height: 70vh;
  background: url(../images/texture_black.png) 50% 50% no-repeat;
  background-size: cover;
}
.home .page_head {
  min-height: 100vh;
  background: url(../images/welcome.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.single .page_head {
  background: url(../images/bg_res.png) 50% 50% no-repeat;
  background-size: cover;
}
.page_head .cols {
  align-self: flex-end;
  padding: 160px 50px 70px 50px;
  color: #fff;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page_head .cols {
    padding: 160px 5% 5% 5%;
  }
}
.page_head .cols > div {
  flex: 100%;
}
@media only screen and (min-width: 768px) {
  .page_head .cols > div.col1 {
    padding-right: 10%;
  }
}
.page_head .cols > div.col2 {
  padding-top: clamp(20px, 5%, 50px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page_head .cols > div.col2 .entry_content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page_head .cols > div.col2 .entry_content {
    margin-bottom: 20px;
  }
}
.page_head .cols > div.col2 .entry_content p {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3em;
}
.home .page_head .cols > div.col2 .entry_content p {
  font-size: clamp(18px, 2vw, 32px);
}
.page_head .cols > div.col2 nav {
  margin-left: auto;
}
.page_head .cols > div.col2 nav a {
  color: #F4B609;
}
@media only screen and (max-width: 767px) {
  .page_head .cols > div.col2 > * {
    flex: 100%;
    max-width: 100%;
  }
}

/*
---------------------------------------------------------------------------
=	OFFER
---------------------------------------------------------------------------
*/
#offer > * {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #F4EAD4;
}
#offer > * > * {
  flex: 100%;
  text-align: center;
}
#offer > * img {
  width: 100%;
  max-width: 104px;
  max-height: 104px;
  margin-bottom: 30px;
}
#offer > * span {
  display: block;
  font-size: 21px;
  font-family: "Mono";
  text-transform: uppercase;
}

/*
---------------------------------------------------------------------------
=	IMG BLOCK
---------------------------------------------------------------------------
*/
.img_block_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.img_block_2 > * {
  flex: 50%;
  aspect-ratio: 1/1;
  position: relative;
}
.img_block_2 > * img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
---------------------------------------------------------------------------
=	COMMUNITY
---------------------------------------------------------------------------
*/
.featured_residents {
  text-align: center;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .featured_residents {
    padding-bottom: 80px;
  }
}
.featured_residents > div {
  margin-bottom: 80px;
}
.featured_residents > div a {
  display: block;
  color: #F7F4EB;
  font-family: "Aurochs";
  font-size: 8vw;
}
@media only screen and (max-width: 767px) {
  .featured_residents > div a {
    font-size: 80px;
    line-height: 0.8em;
    margin-bottom: 20px;
  }
}
.featured_residents > div a span {
  display: none;
  font-family: "Aeonik";
  font-size: clamp(16px, 2vw, 26px);
  line-height: 1.2em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 600px) {
  .featured_residents > div a:hover {
    font-family: "Aurochs_bold";
    color: #E4D7C2;
  }
  .featured_residents > div a:hover span {
    display: block;
  }
}

.content_and_gal {
  padding: 50px;
}

.featured_community,
.content_and_gal {
  display: flex;
  flex-wrap: wrap;
}
.featured_community > *,
.content_and_gal > * {
  flex: 1;
}
.featured_community > *.col1,
.content_and_gal > *.col1 {
  max-width: 40%;
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.featured_community > *.col1 > div,
.content_and_gal > *.col1 > div {
  aspect-ratio: 1/1;
  position: relative;
}
.featured_community > *.col1 > div:nth-child(1),
.content_and_gal > *.col1 > div:nth-child(1) {
  aspect-ratio: 1/0.8;
  width: 70%;
  margin-left: 25%;
}
.featured_community > *.col1 > div:nth-child(2),
.content_and_gal > *.col1 > div:nth-child(2) {
  width: 100%;
}
.featured_community > *.col1 > div img,
.content_and_gal > *.col1 > div img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured_community > *.col2,
.content_and_gal > *.col2 {
  padding: 5% 10% 0 0;
}
.featured_community > *.col2 .entry_content,
.content_and_gal > *.col2 .entry_content {
  padding-top: 5%;
}
.featured_community > *.col2 .entry_content p,
.content_and_gal > *.col2 .entry_content p {
  font-size: 24px;
  line-height: 1.3em;
}
.featured_community > *.col2 .entry_content p:first-of-type,
.content_and_gal > *.col2 .entry_content p:first-of-type {
  font-size: 34px;
}
.featured_community > *.col2 .list,
.content_and_gal > *.col2 .list {
  margin-top: 10%;
  max-width: 400px;
  border-color: #F4EAD4;
}
.featured_community > *.col2 .list li,
.content_and_gal > *.col2 .list li {
  border-color: #F4EAD4;
}
.featured_community > *.col2 nav,
.content_and_gal > *.col2 nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.spaces {
  padding: 200px 50px;
}
.spaces .col1 > div {
  aspect-ratio: 1/1;
  position: relative;
}
.spaces .col1 > div:nth-child(1) {
  aspect-ratio: 1/0.7;
  width: 70%;
  margin: 0 5% 0 25%;
}
.spaces .col1 > div:nth-child(2) {
  aspect-ratio: 1/1;
  width: 90%;
  margin-left: 10%;
}

/*
---------------------------------------------------------------------------
=	NEWS
---------------------------------------------------------------------------
*/
.home .swiper-wrapper,
.single .swiper-wrapper {
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .home .swiper-wrapper,
  .single .swiper-wrapper {
    padding-left: 20px;
  }
}
.home .swiper-wrapper .slide,
.single .swiper-wrapper .slide {
  height: auto;
}

/*
---------------------------------------------------------------------------
=	RES LOGOS
---------------------------------------------------------------------------
*/
.res_logos {
  padding: 5% 10%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .res_logos {
    padding: 5% 20px;
  }
}
.res_logos a {
  text-align: center;
}
.res_logos {
  /*
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:20px;	


  a
  {
  	flex:calc(25% - 20px);
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  	justify-content: center;	
  	padding: 0 20px;

  	img
  	{
  		max-width: 100%;
  		height: auto;
  	}
  }
  */
}

/*
---------------------------------------------------------------------------
=	ETHOS
---------------------------------------------------------------------------
*/
.ethos {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .ethos {
    min-height: 100vh;
  }
}
.ethos > * {
  flex: 100%;
}
.ethos .sticky {
  text-align: center;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .ethos .sticky {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .ethos .sticky {
    padding: 80px 0;
  }
}
.ethos .sticky h3 {
  margin-bottom: 40px;
}
.ethos .sticky p {
  font-size: clamp(18px, 2vw, 25px);
}
.ethos .sticky .link {
  margin-top: 60px;
}
.ethos .floaters {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .ethos .floaters {
    display: none;
  }
}
.ethos .floaters > div {
  position: absolute;
  width: 20%;
}
.ethos .floaters > div span {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
}
.ethos .floaters > div span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .ethos .floaters > div {
    width: 40%;
  }
}
.ethos .floaters #float1 {
  left: 5%;
  top: 3%;
}
.ethos .floaters #float2 {
  right: 5%;
  top: 5%;
}
.ethos .floaters #float3 {
  top: 80%;
  left: 0;
}
.ethos .floaters #float4 {
  bottom: 30%;
  right: 0;
}

/*
---------------------------------------------------------------------------
=	EVENTS
---------------------------------------------------------------------------
*/
.no-events #header #logo img {
  filter: unset;
}
.no-events #header nav a {
  color: #fff;
}
.no-events #main {
  padding-top: 0;
}

.events {
  padding: 100px 0;
}
.events .events_intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 5% 100px 5%;
}
.events .events_intro h2 {
  display: block;
  text-align: center;
}
.events .events_listings {
  padding: 0 5%;
}
.events .events_listings .listing {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .events .events_listings .listing {
    gap: 20px;
  }
}
.events .events_listings .listing:last-of-type {
  padding: 0;
  margin: 0;
  border: none;
}
.events .events_listings .listing > * {
  flex: 1;
}
.events .events_listings .listing .date {
  max-width: 100px;
}
@media only screen and (min-width: 768px) {
  .events .events_listings .listing .date {
    text-align: center;
  }
}
.events .events_listings .listing .date > * {
  display: block;
  font-family: "Mono";
  font-size: 36px;
}
.events .events_listings .listing .date > *:first-of-type {
  font-family: "Aurochs_bold";
  font-size: clamp(80px, 8vw, 110px);
  margin-bottom: 6px;
}
.events .events_listings .listing .details {
  flex: 20%;
}
@media only screen and (min-width: 768px) {
  .events .events_listings .listing .details > div {
    max-width: 80%;
  }
}
.events .events_listings .listing .details > div > span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.events .events_listings .listing .details > div > span a {
  display: inline-block;
  color: #000;
}
.events .events_listings .listing .details > div > span a:hover {
  color: #E73134;
}
.events .events_listings .listing .details > div h3 {
  display: block;
  font-size: clamp(24px, 2vw, 40px);
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
.events .events_listings .listing .details > div h3 a {
  display: block;
  color: #000;
}
.events .events_listings .listing .details > div h3 a:hover {
  color: #E73134;
}
.events .events_listings .listing .details > div p {
  font-size: clamp(18px, 2vw, 22px);
}
.events .events_listings .listing .actions {
  max-width: 200px;
  align-self: flex-end;
}
.events .events_listings .listing .actions a {
  display: block;
}
.events .events_listings .listing .actions a:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .events .events_listings .listing > * {
    flex: 100% !important;
    max-width: 100% !important;
  }
}

.icn_grid {
  padding: 0 0 150px 0;
  color: #FFFFF9;
  gap: 50px !important;
  text-align: center;
}
.icn_grid > div img {
  display: inline-block;
  margin-bottom: 30px;
  height: 170px;
}
.icn_grid > div span,
.icn_grid > div p {
  display: block;
}
.icn_grid > div span {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 20px;
  font-family: "Founders";
  text-transform: uppercase;
  line-height: 1.3em;
}
.icn_grid > div p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	DIRECTORY GRID
---------------------------------------------------------------------------
*/
.directory_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 0 50px 100px 50px;
}
.directory_grid > * {
  flex: calc(33.33% - 24px);
  max-width: calc(33.33% - 24px);
  align-self: streth;
  text-align: center;
  background: #FF5001;
  padding: 70px 40px;
}
.directory_grid > * img {
  display: inline-block;
  height: 170px;
  width: auto;
  margin-bottom: 40px;
}
.directory_grid > * span {
  display: block;
  font-size: 27px;
  font-family: "Mono";
  margin-bottom: 10px;
}
.directory_grid > * p {
  font-size: 19px;
  line-height: 1.4em;
}

.directory_filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 100px;
}
.directory_filters button {
  background: transparent;
  font-size: px;
  font-family: "Mono";
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #000;
  padding: 1em;
  font-size: 12px;
}
.directory_filters button:hover, .directory_filters button.current {
  color: #E73134;
}

/*
---------------------------------------------------------------------------
=	AVAILABILITY
---------------------------------------------------------------------------
*/
.availability {
  padding: 50px;
}
@media only screen and (max-width: 1300px) {
  .availability {
    padding: 5% 0;
  }
}
.availability .unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 50px 0;
  border-bottom: 1px solid #E6D2AD;
}
.availability .unit:last-of-type {
  border: none;
}
.availability .unit > * {
  flex: 1;
}
.availability .unit .unit_img {
  position: relative;
  aspect-ratio: 1/0.75;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .availability .unit .unit_img {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.availability .unit .unit_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.availability .unit .unit_info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.availability .unit .unit_info > * {
  flex: 1;
}
@media only screen and (max-width: 1300px) {
  .availability .unit .unit_info > *:first-of-type, .availability .unit .unit_info > *:nth-child(2) {
    flex: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 900px) {
  .availability .unit .unit_info > * {
    flex: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 600px) {
  .availability .unit .unit_info > * {
    flex: 100%;
    max-width: 100%;
  }
}
.availability .unit .unit_info > * span {
  display: block;
  font-size: 16px;
  line-height: 1.3em;
}
.availability .unit .unit_info > * span:first-of-type {
  font-size: 13px;
  margin-bottom: 30px;
  font-family: "Mono";
}
@media only screen and (max-width: 600px) {
  .availability .unit .unit_info > * span:first-of-type {
    margin-bottom: 10px;
  }
}
.availability .unit .unit_info > * span.status em {
  display: inline-block;
  padding: 0.8em 1.2em;
  border-radius: 30px;
  color: #fff;
  background: #E73134;
}
@media only screen and (max-width: 600px) {
  .availability .unit .unit_info > * span.status em {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}
.availability .unit .unit_info > * span.status.status_2 em {
  background: #FF5001;
}
.availability .unit .unit_info > * span.status.status_3 em {
  background: #52CE9B;
}
.availability .unit .unit_info > * span.unit_num {
  font-size: 20px;
}
.availability .unit .unit_info > * span a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.availability .unit .unit_info > * span a:hover {
  text-decoration: none;
}
.availability .unit .unit_info > * span.floorplan {
  margin-top: 20px;
}

/*
---------------------------------------------------------------------------
=	CONTACT BLOCK
---------------------------------------------------------------------------
*/
.contact_block {
  background: #000;
}
.contact_block .col1 > div {
  background: #fff;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .contact_block .col1 > div {
    padding: 40px 20px;
  }
  .contact_block .col1 > div input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact_block .col1 {
    order: 2;
  }
}
.contact_block .col2 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact_block .col2 {
    margin-bottom: 60px;
  }
}
.contact_block .col2 p {
  font-family: "mono";
  font-size: 18px;
  line-height: 1.5em;
}

/*
---------------------------------------------------------------------------
=	DIRECTORY
---------------------------------------------------------------------------
*/
.directory .directory_list .card {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  background: transparent;
}
.directory .directory_list .card .card_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .directory .directory_list .card .card_info {
    gap: 20px;
  }
}
.directory .directory_list .card .card_info > div {
  flex: 1;
}
.directory .directory_list .card .card_info > div h3 {
  font-family: "Mono";
}
@media only screen and (max-width: 767px) {
  .directory .directory_list .card .card_info > * {
    flex: 100%;
  }
}

/*
---------------------------------------------------------------------------
=	BENIFITS
---------------------------------------------------------------------------
*/
.icn_card {
  padding: 80px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
  color: #000;
  margin-bottom: 32px;
  background: url(../images/bg_purple_2.png) 0 0 no-repeat;
  background-size: cover;
}
.icn_card:nth-child(2) {
  background: url(../images/bg_yellow_2.png) 0 0 no-repeat;
  background-size: cover;
}
.icn_card:nth-child(3) {
  background: url(../images/bg_orange_2.png) 0 0 no-repeat;
  background-size: cover;
}
.icn_card:last-of-type {
  margin-bottom: 0;
}
.icn_card .entry_content {
  flex: 1;
}
.icn_card .entry_content h3 {
  font-size: 30px;
  line-height: 1.4em;
  font-family: "Mono";
}
@media only screen and (max-width: 767px) {
  .icn_card {
    padding: 60px 20px;
  }
  .icn_card > * {
    flex: 100%;
  }
  .icn_card .entry_content {
    text-align: center;
  }
  .icn_card .icn {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.grid .icn_card {
  margin-bottom: 0;
}
.grid .icn_card > * {
  flex: 100%;
  text-align: center;
}
.grid .icn_card .icn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

/*
---------------------------------------------------------------------------
=	QUOTE
---------------------------------------------------------------------------
*/
.quote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.quote div {
  padding: 0 10%;
  text-align: center;
}
.quote div .title {
  font-size: 9vw;
}
.quote div cite {
  display: block;
  font-size: clamp(0px, 3vw, 18px);
  padding-top: 30px;
}

/*
---------------------------------------------------------------------------
=	MAP
---------------------------------------------------------------------------
*/
.map {
  align-self: stretch;
}

.map_info {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
}
.map_info .location {
  align-self: flex-end;
  padding-top: 100px;
}
.map_info .location > div {
  margin-bottom: 40px;
}
.map_info .location > div:last-of-type {
  margin-bottom: 0;
}
.map_info .location > div span {
  display: block;
  font-family: "Mono";
  font-size: 18px;
  margin-bottom: 6px;
}
.map_info .location > div p {
  line-height: 1.2em;
}
.map_info .location > div a {
  color: #fff;
}
.map_info .location > div a:hover {
  color: #E73134;
}

/*
---------------------------------------------------------------------------
=	SITE MAP
---------------------------------------------------------------------------
*/
#site_map {
  overflow: hidden;
  background: #29292A;
}
#site_map .site_map_inner {
  width: 100%;
}
#site_map .tab_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 20px;
}
#site_map .tab_buttons > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#site_map .tab_buttons > div > * {
  flex: 100%;
  text-align: left;
}
#site_map .tab_buttons > div:nth-child(2) button {
  text-align: right;
}
@media (max-width: 767px) {
  #site_map .tab_buttons > div {
    flex: calc(50% - 2vw);
    max-width: calc(50% - 2vw);
  }
}
#site_map .tab_buttons .location {
  display: block;
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: "Aurochs";
  font-size: 4vw;
  font-weight: inherit;
  line-height: 0.9em;
  letter-spacing: 0;
  text-align: left;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  #site_map .tab_buttons .location {
    font-size: 10vw;
  }
}
#site_map .tab_buttons .location:hover, #site_map .tab_buttons .location:focus-visible, #site_map .tab_buttons .location.current {
  color: #E73134;
}
#site_map .tab_buttons .location:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}
#site_map .tab_buttons .site_map_btn {
  background: transparent;
  color: #fff;
  font-size: 3vw;
}
#site_map .site_map_swiper {
  width: 100%;
  overflow: visible;
}
#site_map .site_map_swiper .swiper-wrapper {
  margin-bottom: 40px;
}
#site_map .site_map_swiper .swiper-slide {
  width: 100%;
  height: auto;
}
#site_map .site_map_swiper .swiper-slide img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #site_map .tab_buttons {
    gap: 20px;
    margin-bottom: 20px;
  }
  #site_map .tab_buttons button {
    font-size: 9vw;
  }
}

/*
---------------------------------------------------------------------------
=	SINGLE NEWS
---------------------------------------------------------------------------
*/
.single-post .page_head {
  position: relative;
}
.single-post .page_head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.single-post .entry_content h1, .single-post .entry_content h2, .single-post .entry_content h3 {
  display: block;
  font-family: "Mono";
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
.single-post .entry_content ul {
  margin-bottom: 40px;
}
