html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  width: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: relative;
  list-style: none;
  display: flex;
  gap: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

body {
  background: #e9e3dc;
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: left;
}
body img {
  max-width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body ul, body ul li {
  margin: 0px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  line-height: 1.6;
}
body h5, body .h5 {
  font-size: 14px;
  text-transform: uppercase;
}
body h4, body .h4 {
  font-size: 16px;
  text-transform: uppercase;
}
body h3, body .h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 600;
}
body h2, body .h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
body h2 b, body .h2 b {
  font-weight: 700;
}
@media (min-width: 650px) {
  body {
    font-size: 20px;
  }
  body h3, body .h3 {
    font-size: 48px;
  }
  body h2, body .h2 {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  body h2, body .h2 {
    font-size: 42px;
  }
}
body a {
  color: #000000;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body button, body input[type=submit] {
  display: inline-block;
  border: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
body .button, body input[type=submit] {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 14px 30px 13px;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  color: #000000;
  background: #d3c8b9;
  transition: background 0.15s ease;
}
body .button:hover, body input[type=submit]:hover {
  background: #eeebe8;
  transition: background 0.15s ease;
  text-decoration: none;
}
body .button.orange, body input[type=submit].orange {
  background: #b15821;
  color: #ffffff;
}
body .button.orange:hover, body input[type=submit].orange:hover {
  background: #000000;
}
body img {
  display: block;
  width: 100%;
  object-fit: cover;
  position: relative;
}
body .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body .table {
  display: table;
}
body .tablecell {
  display: table-cell;
  vertical-align: middle;
}

header.mainheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
header.mainheader .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  position: relative;
  background-color: #eeebe8;
}
header.mainheader .wrap a.home {
  height: 30px;
  line-height: 0;
}
header.mainheader .wrap a.home img {
  height: 30px;
  width: auto;
}
@media (min-width: 650px) {
  header.mainheader .wrap {
    padding: 20px 40px;
  }
  header.mainheader .wrap a.home {
    height: 45px;
  }
  header.mainheader .wrap a.home img {
    height: 45px;
  }
}
@media (min-width: 900px) {
  header.mainheader .wrap {
    padding: 20px 70px;
  }
}
header.mainheader .wrap .header_right {
  display: flex;
  align-items: center;
  gap: 30px;
}
header.mainheader .wrap .header_right a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header.mainheader .wrap .header_right button {
  line-height: 1;
  padding: 0px;
  border: none;
  cursor: pointer;
}
header.mainheader .wrap .header_right button span.icon {
  width: 32px;
  height: 24px;
  display: inline-block;
}
header.mainheader .wrap .header_right button span.icon div {
  position: relative;
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  transition: transform 0.25s ease;
}
header.mainheader .wrap .header_right button span.icon div.top {
  top: 0px;
}
header.mainheader .wrap .header_right button span.icon div.mid {
  top: 11px;
}
header.mainheader .wrap .header_right button span.icon div.bot {
  top: 23px;
}
@media (max-width: 500px) {
  header.mainheader .wrap .header_right button span.text {
    position: absolute;
    left: -99999px;
  }
}
header.mainheader nav {
  display: none;
  opacity: 0;
  background: #eeebe8;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
header.mainheader nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.mainheader nav a {
  font-size: 24px;
  line-height: 1.2;
  padding: 5px 0;
  display: block;
}
header.mainheader nav .mainMenu {
  height: 100%;
  width: 100%;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #b15821 #b15821;
}
header.mainheader nav .mainMenu::-webkit-scrollbar {
  width: 20px;
}
header.mainheader nav .mainMenu::-webkit-scrollbar-track {
  background: #b15821;
}
header.mainheader nav .mainMenu::-webkit-scrollbar-thumb {
  background-color: #b15821;
  border-radius: 10px;
  border: 8px solid #b15821;
}
header.mainheader nav .mainMenu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
header.mainheader nav .mainMenu a {
  font-weight: 300;
  position: relative;
  display: inline-block;
}
header.mainheader nav .mainMenu a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
header.mainheader.open {
  background: #eeebe8;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
header.mainheader.open .wrap {
  background-color: transparent;
}
header.mainheader.open .wrap .header_right a {
  color: #000000;
}
header.mainheader.open .wrap button span.icon div {
  transition: transform 0.25s ease;
  background: #ffffff;
}
header.mainheader.open .wrap button span.icon div.top {
  transform: translate(0, 13px) rotate(45deg);
}
header.mainheader.open .wrap button span.icon div.mid {
  transform: scaleX(0);
}
header.mainheader.open .wrap button span.icon div.bot {
  transform: translate(0, -12px) rotate(-45deg);
}
header.mainheader.open nav {
  display: flex;
  opacity: 1;
  animation: fadeIn 0.25s ease;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  .001% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@media (min-width: 650px) {
  body.page-template-home-template header.unscrolled:not(.open) .wrap {
    background: transparent;
  }
  body.page-template-home-template header.unscrolled:not(.open) .wrap a.home {
    opacity: 0;
  }
  body.page-template-home-template header.unscrolled:not(.open) .wrap .header_right a {
    color: #ffffff;
  }
  body.page-template-home-template header.unscrolled:not(.open) .wrap button span.icon div {
    background: #ffffff;
  }
}
footer {
  background: #eeebe8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 90px 20px 20px;
}
footer a.home {
  height: 45px;
}
footer a.home img {
  height: 45px;
  width: auto;
}
footer .info {
  width: 100%;
}
footer .info .directions {
  font-size: 20px;
}
footer .info .sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 5px;
}
@media (min-width: 650px) {
  footer .info .sub {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .info .sub .social {
    order: 2;
  }
  footer .info .sub .links {
    order: 1;
  }
}
footer .info .sub .social, footer .info .sub .links {
  display: flex;
  gap: 15px;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
}
footer .info .sub .social a, footer .info .sub svg {
  height: 20px;
}
footer .info .sub .social a:hover path, footer .info .sub svg:hover path {
  fill: #b15821;
}
@media (min-width: 650px) {
  footer {
    padding: 40px 90px 20px 40px;
    gap: 30px;
  }
}
@media (min-width: 900px) {
  footer {
    padding: 60px 90px 40px 70px;
    gap: 50px;
  }
  footer .info .directions {
    font-size: 25px;
  }
}

body.error404 main {
  background-image: url("../onesocial-theme/img/circles_orange_bkg.webp");
  background-position: center;
  background-size: cover;
  padding: 160px 40px 100px;
}
@media (min-width: 650px) {
  body.error404 main {
    padding: 220px 10vw 160px;
  }
}
@media (min-width: 900px) {
  body.error404 main {
    padding: 245px 22vw 160px;
  }
}
body.error404 main section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #ffffff;
  padding: 30px;
}
@media (min-width: 650px) {
  body.error404 main section {
    padding: 40px;
  }
}
@media (min-width: 900px) {
  body.error404 main section {
    padding: 60px;
    gap: 30px;
  }
}

body.page-template-home-template main {
  padding-top: 60px;
}
@media (min-width: 650px) {
  body.page-template-home-template main {
    padding-top: 0px;
  }
}
body.page-template-home-template main #herovideo {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.page-template-home-template main #herovideo video {
  width: 100vw;
  height: 56vw;
  display: block;
  object-fit: cover;
}
body.page-template-home-template main #herovideo h1 {
  width: 50vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 650px) {
  body.page-template-home-template main #herovideo video {
    height: 100vh;
  }
  body.page-template-home-template main #herovideo #gallery-caption {
    position: absolute;
    bottom: 93px;
    padding: 0px 30px 10px;
  }
  body.page-template-home-template main #herovideo #gallery-caption p.h1 {
    color: #ffffff;
  }
  body.page-template-home-template main #herovideo #gallery-caption::after {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
  }
}
body.page-template-home-template main #overview {
  padding: 40px;
  background-color: #b15821;
  background-image: url("../onesocial-theme/img/circles_orange_bkg.webp");
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
@media (min-width: 500px) {
  body.page-template-home-template main #overview {
    padding: 40px 60px;
  }
}
@media (min-width: 650px) {
  body.page-template-home-template main #overview {
    padding: 80px 100px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #overview {
    padding: 120px 16vw;
  }
}
body.page-template-home-template main #overview p, body.page-template-home-template main #overview h2 {
  line-height: 1.4;
}
body.page-template-home-template main #entities {
  padding: 40px;
}
@media (min-width: 650px) {
  body.page-template-home-template main #entities {
    padding: 60px 10vw;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #entities {
    padding: 100px 10vw;
  }
}
body.page-template-home-template main #entities ul, body.page-template-home-template main #entities li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body.page-template-home-template main #entities ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 900px) {
  body.page-template-home-template main #entities ul {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #entities ul {
    gap: 100px;
  }
}
body.page-template-home-template main #entities li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
}
@media (min-width: 650px) {
  body.page-template-home-template main #entities li {
    padding: 40px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #entities li {
    padding: 30px;
    flex-direction: row;
    gap: 60px;
    align-items: stretch;
  }
}
body.page-template-home-template main #entities li .img {
  position: relative;
}
body.page-template-home-template main #entities li .img img.bkg {
  aspect-ratio: 1.5;
  height: 100%;
}
body.page-template-home-template main #entities li .img h2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
  width: 60%;
}
body.page-template-home-template main #entities li .img h2 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 900px) {
  body.page-template-home-template main #entities li .img {
    width: 60%;
  }
  body.page-template-home-template main #entities li .img h2 {
    height: 60%;
    width: 45%;
  }
}
body.page-template-home-template main #entities li .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.page-template-home-template main #entities li .content div.button {
  border: 2px solid #766E66;
  color: #766E66;
  background: transparent;
}
@media (min-width: 900px) {
  body.page-template-home-template main #entities li .content {
    width: 40%;
    gap: 30px;
    justify-content: center;
    padding-right: 70px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #entities li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  body.page-template-home-template main #entities li:nth-of-type(even) .content {
    text-align: right;
    align-items: flex-end;
    padding-right: 0px;
    padding-left: 70px;
  }
}
body.page-template-home-template main #entities li .mark {
  display: none;
}
@media (min-width: 900px) {
  body.page-template-home-template main #entities li .mark {
    display: block;
    position: absolute;
  }
  body.page-template-home-template main #entities li.residences .mark {
    width: 50px;
    top: -15px;
    right: -25px;
  }
  body.page-template-home-template main #entities li.foodhall .mark {
    width: 150px;
    top: -40px;
    left: -60px;
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  body.page-template-home-template main #entities li.restaurant .mark {
    width: 130px;
    top: -50px;
    right: -30px;
  }
  body.page-template-home-template main #entities li.speakeasy .mark {
    width: 110px;
    top: -15px;
    left: -15px;
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
body.page-template-home-template main #contact {
  padding: 40px;
  background-color: #d3c8b9;
  background-image: url("../onesocial-theme/img/foaa_beige_bkg.webp");
  background-position: center;
  background-size: cover;
}
@media (min-width: 650px) {
  body.page-template-home-template main #contact {
    padding: 60px 10vw;
  }
}
body.page-template-home-template main #contact .wrap {
  background: #eeebe8;
  padding: 30px;
  text-align: center;
}
@media (min-width: 650px) {
  body.page-template-home-template main #contact .wrap {
    padding: 40px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #contact .wrap {
    padding: 60px;
  }
  body.page-template-home-template main #contact .wrap .copy {
    padding: 0px 40px;
  }
}
body.page-template-home-template main #contact .wrap a {
  text-decoration: underline;
}
body.page-template-home-template main #contact .wrap a:hover {
  color: #944717;
}
body.page-template-home-template main #contact .form {
  padding-top: 15px;
}
body.page-template-home-template main #contact .form label {
  position: fixed;
  left: -9999px;
  top: 0px;
}
body.page-template-home-template main #contact .form input.wpcf7-text {
  border: 2px solid #d3c8b9;
  border-radius: 0px;
  background-color: white;
  width: 100%;
  padding: 15px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  max-width: 500px;
  text-align: center;
}
body.page-template-home-template main #contact .form input.wpcf7-text:focus-visible {
  outline-color: #d3c8b9;
}
body.page-template-home-template main #contact .form input.wpcf7-text::placeholder {
  color: #d3c8b9;
}
body.page-template-home-template main #contact .form input[type=submit] {
  background: #b15821;
  color: #ffffff;
}
body.page-template-home-template main #contact .form input[type=submit]:hover {
  background: #944717;
}
body.page-template-home-template main #contact .form .wpcf7-spinner {
  position: absolute;
}
body.page-template-home-template main #contact .form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-template-home-template main #contact .form div.inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 900px) {
  body.page-template-home-template main #contact .form div.inputs {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.page-template-home-template main #contact .form .radio {
  font-size: 16px;
}
body.page-template-home-template main #contact .form .radio .wpcf7-form-control {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
body.page-template-home-template main #contact .form .radio .wpcf7-list-item {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0px;
}
body.page-template-home-template main #contact .form .radio .wpcf7-list-item-label {
  text-wrap: nowrap;
}
body.page-template-home-template main #contact .form .radio input {
  display: inline;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  padding: 0px;
  font: inherit;
  color: #d3c8b9;
  width: 30px;
  height: 30px;
  border: 2px solid #d3c8b9;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
body.page-template-home-template main #contact .form .radio input::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #d3c8b9;
}
body.page-template-home-template main #contact .form .radio input:checked::before {
  transform: scale(1);
}
body.page-template-home-template main #contact .form .wpcf7-response-output {
  border: 0px;
  margin: 0px;
}

body.tribe-events-page-template .wrapper .tribe-common, body.tribe-events-page-template .wrapper .tribe-events {
  padding-top: 100px;
  font-family: "basic-sans", sans-serif !important;
}
@media (min-width: 650px) {
  body.tribe-events-page-template .wrapper .tribe-common, body.tribe-events-page-template .wrapper .tribe-events {
    padding-top: 165px;
  }
}
body.tribe-events-page-template .wrapper .tribe-common .tribe-common-l-container, body.tribe-events-page-template .wrapper .tribe-events .tribe-common-l-container {
  width: 90%;
  margin: auto;
}
body.tribe-events-page-template .wrapper .tribe-common .tribe-common-c-btn-border-small, body.tribe-events-page-template .wrapper .tribe-common .tribe-common a.tribe-common-c-btn-border-small, body.tribe-events-page-template .wrapper .tribe-events .tribe-common-c-btn-border-small, body.tribe-events-page-template .wrapper .tribe-events .tribe-common a.tribe-common-c-btn-border-small {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: transparent;
  border-color: #000000;
  border-radius: 0px;
}
body.tribe-events-page-template .wrapper .tribe-common .tribe-events-calendar-month__multiday-event-bar-inner, body.tribe-events-page-template .wrapper .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #b15821;
}
body.tribe-events-page-template .wrapper .tribe-common .tribe-events-calendar-month__multiday-event-bar-inner:hover, body.tribe-events-page-template .wrapper .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:hover {
  background-color: #944717;
}
body.tribe-events-page-template .wrapper .tribe-common .tribe-events-calendar-month__multiday-event-hidden-title, body.tribe-events-page-template .wrapper .tribe-common .tribe-events-calendar-month__multiday-event-bar-title, body.tribe-events-page-template .wrapper .tribe-events .tribe-events-calendar-month__multiday-event-hidden-title, body.tribe-events-page-template .wrapper .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  color: #ffffff;
}
body.tribe-events-page-template .wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0px !important;
  max-width: 100% !important;
}
body.tribe-events-page-template .wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day, body.tribe-events-page-template .wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week, body.tribe-events-page-template .wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  border-color: #d3c8b9;
}
body.tribe-events-page-template .wrapper .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding-left: 0px;
  padding-right: 0px;
}
body.tribe-events-page-template .wrapper .tribe-events .datepicker table {
  width: 100%;
}
body.tribe-events-page-template .wrapper .single-tribe_events .tribe-events-c-subscribe-dropdown__container, body.tribe-events-page-template .wrapper .tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none;
}
body.tribe-events-page-template .wrapper .tribe-common .tribe-common-form-control-checkbox__label, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-form-control-radio__label, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-form-control-slider__label, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-form-control-text__input, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-form-control-text__input, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-form-control-toggle__label, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-b1, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-b2, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-b3, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-c-btn-border, body.tribe-events-page-template .wrapper .tribe-common a.tribe-common-c-btn-border, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-c-btn-border-small, body.tribe-events-page-template .wrapper .tribe-common a.tribe-common-c-btn-border-small, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-c-btn, body.tribe-events-page-template .wrapper .tribe-common a.tribe-common-c-btn, body.tribe-events-page-template .wrapper .tribe-common button.tribe-common-c-btn {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.tribe-events-page-template .wrapper .tribe-common .tribe-common-cta, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-h1, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-h2, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-h3, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-h4 {
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 600;
}
body.tribe-events-page-template .wrapper .tribe-common .tribe-common-h5, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-h6, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-h7, body.tribe-events-page-template .wrapper .tribe-common .tribe-common-h8 {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.tribe-events-page-template .wrapper .tribe-events-back a, body.tribe-events-page-template .wrapper .tribe-events-back a:visited, body.tribe-events-page-template .wrapper .tribe-events-schedule h2, body.tribe-events-page-template .wrapper .tribe-events-schedule .recurringinfo, body.tribe-events-page-template .wrapper .tribe-related-event-info .recurringinfo, body.tribe-events-page-template .wrapper .tribe-events-schedule .recurringinfo, body.tribe-events-page-template .wrapper .tribe-events-schedule .tribe-events-cost, body.tribe-events-page-template .wrapper .tribe-events-content, body.tribe-events-page-template .wrapper .tribe-events-content h2, body.tribe-events-page-template .wrapper .tribe-events-content h3, body.tribe-events-page-template .wrapper .tribe-events-content h4, body.tribe-events-page-template .wrapper .tribe-events-content h5, body.tribe-events-page-template .wrapper .tribe-events-content h6, body.tribe-events-page-template .wrapper .tribe-events-cal-links, body.tribe-events-page-template .wrapper .tribe-events-event-meta, body.tribe-events-page-template .wrapper .tribe-events-related-events-title, body.tribe-events-page-template .wrapper .tribe-events-single ul.tribe-related-events li, body.tribe-events-page-template .wrapper .tribe-events-single ul.tribe-related-events li .tribe-related-events-title, body.tribe-events-page-template .wrapper .tribe-events-single .tribe-events-sub-nav {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}
body.tribe-events-page-template .wrapper .tribe-events-single-event-title {
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}