﻿.BGparchment {
  background: url("img/parchment.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}

.BGparchmentBeige { /*background-color:$terracotta15;*/
  background-color: rgb(255, 255, 255);
  background: rgba(188, 119, 73, 0.15) url(/img/parchment15.png) no-repeat center center/cover;
}
.BGparchmentBeige h3, .BGparchmentBeige a {
  color: rgb(188, 119, 73);
}
.BGparchmentBeige h2 {
  color: rgb(83, 10, 25);
}

.BGsage {
  background: rgba(141, 143, 127, 0.75) url(/img/parchment15.png) no-repeat center center/cover;
  background-attachment: fixed;
}
.BGsage h3, .BGsage a, .BGsage a.btn {
  color: rgb(83, 10, 25);
}
.BGsage h2 {
  color: rgb(17, 10, 6);
}

.BGdarkgreen {
  background-color: rgba(141, 143, 127, 0.9);
}
.BGdarkgreen h2, .BGdarkgreen a, .BGdarkgreen a.btn {
  color: rgb(255, 255, 255);
}
.BGdarkgreen h3 {
  color: rgb(17, 10, 6);
}

.BGterracotta {
  background: linear-gradient(180deg, rgba(188, 119, 73, 0.3) 20%, rgba(188, 119, 73, 0.3) 20%), rgb(188, 119, 73) url("/img/parchment15.png") no-repeat center center/cover;
}
.BGterracotta h2, .BGterracotta a, .BGterracotta a.btn {
  color: rgb(255, 255, 255);
}
.BGterracotta h3 {
  color: rgb(17, 10, 6);
}

.BGwhite {
  background: rgb(255, 255, 255);
}
.BGwhite h3, .BGwhite a, .BGwhite a.btn {
  color: rgb(188, 119, 73);
}
.BGwhite h2 {
  color: rgb(83, 10, 25);
}

.BGwine {
  background: rgb(83, 10, 25) url(/img/parchment30.png) no-repeat center center/cover;
  background-blend-mode: color-burn;
  color: rgb(255, 255, 255);
}
.BGwine h3, .BGwine a, .BGwine a.btn {
  color: rgb(255, 255, 255);
}
.BGwine a.btn:hover {
  color: rgb(255, 255, 255);
}
.BGwine h1, .BGwine h2 {
  color: rgb(255, 255, 255);
}

:root {
  font-size: clamp(14px, 0.95vw, 26px);
}

body {
  font-family: "input-mono", monospace;
  font-size: clamp(14px, 0.95vw, 26px);
  font-weight: 400;
  color: rgb(17, 10, 6);
  background: rgb(245, 245, 245) url("/img/parchment30.png") no-repeat center center/cover;
  overflow-x: hidden;
  background-attachment: fixed;
}

a {
  color: rgb(83, 10, 25);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a:hover {
  color: rgb(17, 10, 6);
}

a.btn, input[type=submit], button[type=submit], .fancybox__container a.btn { /*background:$wine;*/
  color: rgb(188, 119, 73);
  padding: 0; /*padding:.5rem 1rem;*/
  margin-top: 1.5rem;
  text-transform: uppercase;
}
a.btn:after, input[type=submit]:after, button[type=submit]:after, .fancybox__container a.btn:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  transition: all 0.15s ease-in-out;
}
a.btn:hover, input[type=submit]:hover, button[type=submit]:hover, .fancybox__container a.btn:hover { /*background:$wine;*/
  color: rgb(17, 10, 6);
}
a.btn:hover:after, input[type=submit]:hover:after, button[type=submit]:hover:after, .fancybox__container a.btn:hover:after {
  margin-left: 1rem;
  margin-right: 0;
}
a.btn.text-link, input[type=submit].text-link, button[type=submit].text-link, .fancybox__container a.btn.text-link {
  background: transparent;
  color: rgb(83, 10, 25);
  padding: 0;
}
a.btn.text-link:hover, input[type=submit].text-link:hover, button[type=submit].text-link:hover, .fancybox__container a.btn.text-link:hover {
  background: transparent;
  color: rgb(17, 10, 6);
}

h1, h2, h3 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-weight: 300;
}

h2.like-h3, h3 {
  font-size: 1.2rem;
  font-family: "john-doe", sans-serif;
  color: rgb(188, 119, 73);
  font-weight: normal;
  text-transform: none;
}

sup {
  position: relative;
  top: -0.35em;
  font-size: 0.7em;
}

/*h2 sup { font-size:.7em; }*/
.vertical-padding {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.vertical-padding-double {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.vertical-padding-top {
  padding-top: 3rem !important;
}

.vertical-padding-top-double {
  padding-top: 6rem !important;
}

.vertical-padding-top-none {
  padding-top: 0 !important;
}

.vertical-padding-bottom {
  padding-bottom: 3rem !important;
}

.vertical-padding-bottom-double {
  padding-bottom: 6rem !important;
}

.vertical-padding-bottom-none {
  padding-bottom: 0 !important;
}

.block-padding {
  padding: 6rem 3vw !important;
}

nav {
  /* NAV */
  /* NAV OVER*/
}
nav.bg-light {
  background: rgb(245, 245, 245) url("/img/parchment30.png") no-repeat center center/cover !important;
}
nav a.navbar-brand img {
  height: 50px;
}
nav .navbar-toggler {
  border: none;
  padding-right: 0;
  color: rgb(83, 10, 25);
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .btn-close:focus {
  box-shadow: none;
}
nav .fa-bars-sort {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
nav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: rgb(83, 10, 25);
}
nav .cta {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: var(--bs-navbar-brand-margin-end);
}
nav .cta .nav-link {
  font-size: 1rem;
  padding: 0 1rem;
}
nav .offcanvas.offcanvas-end {
  max-width: 1000px;
  width: 100%;
}
nav .offcanvas-header {
  background-color: rgb(255, 255, 255);
  background: rgba(188, 119, 73, 0.15) url(/img/parchment15.png) no-repeat center center/cover;
  padding: 0.5rem calc(var(--bs-gutter-x) * 0.5);
}
nav .offcanvas-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100vh;
  padding: 0;
  overflow-y: auto;
}
nav .left {
  background-color: rgb(255, 255, 255);
  background: rgba(188, 119, 73, 0.15) url(/img/parchment15.png) no-repeat center center/cover;
  font-size: 0.8rem;
}
nav .left.top {
  flex: 0 0 40%;
}
nav .left.bottom {
  flex: 0 0 60%;
  padding: 2rem 1rem;
}
nav .left h3 {
  font-size: 0.8rem;
  color: rgb(83, 10, 25);
  font-family: "input-mono", monospace;
}
nav .left h3:not(:first-of-type) {
  margin-top: 1rem;
}
nav .left a {
  font-weight: 700;
}
nav .left a .fa-sharp {
  margin-right: 0.5rem;
}
nav .right {
  background: rgb(245, 245, 245) url("/img/parchment30.png") no-repeat center center/cover;
  flex: 0 0 100%;
}
nav .right .navbar-nav.primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0;
}
nav .right .navbar-nav.primary .nav-link {
  font-size: 1.5rem;
}
nav .right .secondary {
  padding-top: 2rem;
}
nav .right .secondary .navbar-nav {
  flex-direction: row;
}
nav .right .secondary .nav-link {
  font-size: 0.8rem !important;
  padding: 0 1rem;
}
nav .right .secondary .nav-link:last-of-type {
  padding-right: 0;
}
nav.popup-open {
  position: relative;
}

.nav-shadow {
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
  transition: all 0.25s ease-in-out;
  position: fixed !important;
}

#main-content {
  padding-top: calc(2rem + 50px);
}
#main-content.popup-open {
  padding-top: 0;
}

#footer {
  font-size: 0.8rem;
}
#footer h3 {
  font-size: 0.8rem;
  color: rgb(83, 10, 25);
  font-family: "input-mono", monospace;
}
#footer h3:not(:first-child) {
  margin-top: 2rem;
}
#footer a, #footer a:hover {
  color: black;
}
#footer .top {
  padding-bottom: 3rem;
}
#footer .top .center img {
  margin: 0 auto;
  display: block;
}
#footer .top .center img.brand {
  max-width: 300px;
  height: auto;
}
#footer .top .right {
  display: flex;
  justify-content: flex-end;
}
#footer .top ul.contact-info, #footer .top ul.quick-links, #footer .top ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .top ul.contact-info li, #footer .top ul.quick-links li, #footer .top ul.social li {
  padding: 0;
}
#footer .top ul.contact-info li:not(:first-child), #footer .top ul.quick-links li:not(:first-child), #footer .top ul.social li:not(:first-child) {
  margin-top: 1rem;
}
#footer .top ul.contact-info li a .fa-brands, #footer .top ul.quick-links li a .fa-brands, #footer .top ul.social li a .fa-brands {
  margin-right: 0.5rem;
}
#footer .bottom {
  border-top: 1px solid rgba(17, 10, 6, 0.25);
}
#footer .bottom .left, #footer .bottom .right {
  display: flex;
  align-items: center;
}
#footer .bottom .left img {
  width: 150px;
  height: auto;
}
#footer .bottom .right {
  justify-content: flex-end;
}
#footer .bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .bottom ul li {
  margin: 0;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#footer .certifications {
  display: flex;
  flex-direction: column;
}
#footer .certifications img.certification {
  margin-top: 2rem;
  max-width: 150px;
  max-height: 70px;
}
#footer .certifications.mobile {
  display: none;
}

#Demo .component {
  border-bottom: 1rem solid rgb(17, 10, 6);
}

/* blocklist components */
.c5050 {
  display: flex;
  align-items: stretch;
}
.c5050.header {
  padding-top: 0;
}
.c5050 .copy {
  display: flex;
  align-items: center;
}
.c5050 .copy.left {
  padding-left: 0 !important;
  padding-right: 3vw;
}
.c5050 .copy.right {
  padding-right: 0 !important;
  padding-left: 3vw;
}
.c5050 .img-container {
  padding-left: 3vw;
}
.c5050 .img-container.left {
  padding-left: 0;
  padding-right: 3vw;
}
.c5050 .img {
  min-height: 90vh;
}
.c5050 .right .img {
  position: relative;
}
.c5050 .right .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: -8vw;
  width: 8vw;
  height: 100%;
  background: url(/img/fabric.jpg) no-repeat center center/cover;
}
.c5050 .left .img {
  position: relative;
}
.c5050 .left .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: -8vw;
  width: 8vw;
  height: 100%;
  background: url(/img/wine-terra-cotta-pattern.jpg) no-repeat center center/cover;
}

.c5050Header, .c5050 {
  display: flex;
  align-items: stretch;
}
.c5050Header .copy, .c5050 .copy {
  display: flex;
  align-items: center;
}
.c5050Header .copy.artist, .c5050 .copy.artist {
  display: flex;
  flex-direction: column;
}
.c5050Header .copy.artist.artist, .c5050 .copy.artist.artist {
  flex-direction: column;
}
.c5050Header .copy.artist .artist-container, .c5050 .copy.artist .artist-container {
  width: 100%;
  padding: 0;
}
.c5050Header .copy.artist .artist-container .copy, .c5050 .copy.artist .artist-container .copy {
  align-items: flex-start;
  width: 100%;
}
.c5050Header.header, .c5050.header { /*padding-top:0!important;*/ }

.cCopyWithBackground {
  display: flex;
  align-items: stretch;
}
.cCopyWithBackground .BG {
  min-height: 60vh;
  background-attachment: fixed !important;
}
.cCopyWithBackground .row.overlay {
  background: rgba(17, 10, 6, 0.25);
  min-height: 60vh;
}
.cCopyWithBackground .copy {
  display: flex;
  align-items: center;
}
.cCopyWithBackground .copy.has-image {
  color: rgb(255, 255, 255);
}
.cCopyWithBackground .copy.has-image h2, .cCopyWithBackground .copy.has-image h3, .cCopyWithBackground .copy.has-image a.btn, .cCopyWithBackground .copy.has-image a.btn:hover {
  color: rgb(255, 255, 255);
}

.cCopyWithStaggeredImages {
  display: flex;
  align-items: stretch;
}
.cCopyWithStaggeredImages .copy-container {
  display: flex;
  flex-direction: column;
}
.cCopyWithStaggeredImages .copy {
  padding-bottom: 3rem;
}
.cCopyWithStaggeredImages .copy.order-last {
  padding-top: 3rem;
  padding-bottom: 0;
}
.cCopyWithStaggeredImages .left {
  padding-right: 3vw;
}
.cCopyWithStaggeredImages .right {
  padding-left: 3vw;
}
.cCopyWithStaggeredImages .left:not(.copy-container), .cCopyWithStaggeredImages .right:not(.copy-container) {
  display: flex;
  align-items: center;
}

.cCardList {
  /*.row { justify-content:space-evenly; }*/
}
.cCardList .two:first-of-type {
  padding-right: 3vw;
}
.cCardList .two:nth-of-type(2) {
  padding-left: 3vw;
}
.cCardList .three:first-of-type {
  padding-right: 3vw;
}
.cCardList .three:nth-of-type(2) {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.cCardList .three:nth-of-type(3) {
  padding-left: 3vw;
}
.cCardList .four {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.cCardList .no-image:last-of-type {
  border-right: none !important;
}

.cCard {
  display: flex;
  flex-direction: column;
}
.cCard .img {
  width: 100%;
  height: 50vh;
}
.cCard h3 {
  font-family: "sofia-pro", sans-serif;
  color: rgb(17, 10, 6);
  text-transform: uppercase;
  margin: 1rem 0 0;
}
.cCard .copy {
  padding-top: 1rem;
}
.cCard a.btn {
  margin-top: 1rem;
  text-align: left;
}
.cCard.no-image {
  border-right: 1px solid rgb(188, 119, 73);
}
.cCard.no-image.two:nth-of-type(2n), .cCard.no-image.three:nth-of-type(3n), .cCard.no-image.four:nth-of-type(4n) {
  border-right: none;
}
.cCard .inner {
  display: flex;
  flex-direction: column;
}
.cCard .content {
  padding: 0 1rem 1rem;
}

.cVideoPlayer .video-container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80vh;
  overflow: hidden;
}
.cVideoPlayer .video-container.darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  height: 100%;
  width: calc(100% - var(--bs-gutter-x));
  background: rgba(17, 10, 6, 0.25);
  z-index: 2;
}
.cVideoPlayer .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cVideoPlayer .video-container .overlay {
  position: absolute;
  z-index: 2;
  padding-left: 8vw;
  width: 65%;
  color: rgb(255, 255, 255);
}
.cVideoPlayer .video-container .overlay.center {
  width: 100%;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.cVideoPlayer .video-container a.play-btn {
  color: rgb(255, 255, 255);
  font-size: 4rem;
}
.cVideoPlayer .video-container .play-btn-container {
  display: flex;
  align-items: center;
}
.cVideoPlayer .video-container .play-btn-container .copy {
  padding-left: 1rem;
}

.cImageSlider .slider.slider-w-arrows, .cArtSlider .slider.slider-w-arrows {
  position: relative;
}
.cImageSlider .slider.slider-w-arrows .slick-list, .cArtSlider .slider.slider-w-arrows .slick-list {
  padding: 0 15%;
}
.cImageSlider .slider.slider-w-arrows .slide, .cArtSlider .slider.slider-w-arrows .slide {
  width: 80vw;
  height: 60vh; /*opacity:.5;*/
}
.cImageSlider .slider.slider-w-arrows .slick-slide, .cArtSlider .slider.slider-w-arrows .slick-slide {
  padding: 0 1vw;
}
.cImageSlider .slider.slider-w-arrows .slick-slide div, .cArtSlider .slider.slider-w-arrows .slick-slide div {
  height: 60vh;
}
.cImageSlider .slider.slider-w-arrows .slick-active .slide, .cArtSlider .slider.slider-w-arrows .slick-active .slide {
  opacity: 1;
}
.cImageSlider .slider.slider-w-arrows .previous, .cImageSlider .slider.slider-w-arrows .next, .cArtSlider .slider.slider-w-arrows .previous, .cArtSlider .slider.slider-w-arrows .next {
  height: 64px;
  width: 64px;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(17, 10, 6);
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 998;
  transition: opacity 0.3s linear;
}
.cImageSlider .slider.slider-w-arrows .previous:hover, .cImageSlider .slider.slider-w-arrows .next:hover, .cArtSlider .slider.slider-w-arrows .previous:hover, .cArtSlider .slider.slider-w-arrows .next:hover {
  opacity: 1;
}
.cImageSlider .slider.slider-w-arrows .previous, .cArtSlider .slider.slider-w-arrows .previous {
  position: absolute;
  left: 8vw;
}
.cImageSlider .slider.slider-w-arrows .previous::before, .cArtSlider .slider.slider-w-arrows .previous::before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cImageSlider .slider.slider-w-arrows .next, .cArtSlider .slider.slider-w-arrows .next {
  position: absolute;
  right: 8vw;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
}
.cImageSlider .slider.slider-w-arrows .next::before, .cArtSlider .slider.slider-w-arrows .next::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cImageSlider .slider.continuous, .cArtSlider .slider.continuous {
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.cImageSlider .slider.continuous:hover div, .cArtSlider .slider.continuous:hover div {
  animation-play-state: paused;
}
.cImageSlider .slider.continuous.rtl div, .cArtSlider .slider.continuous.rtl div {
  animation-name: marqueeRTL;
}
.cImageSlider .slider.continuous.ltr div, .cArtSlider .slider.continuous.ltr div {
  animation-name: marqueeLTR;
}
.cImageSlider .slider.continuous div, .cArtSlider .slider.continuous div {
  display: flex;
  position: relative;
  /*animation: marquee 10s linear infinite;*/
  /*animation-duration: THIS IS SET IN HTML*/
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  justify-content: space-around;
}
.cImageSlider .slider.continuous img, .cArtSlider .slider.continuous img {
  display: block;
  /*min-width: var(--image-size);
  height: var(--image-size);*/
  margin: 0 1vw;
}
.cImageSlider h2.slider-w-arrows, .cArtSlider h2.slider-w-arrows {
  margin-left: auto;
  margin-right: auto;
  width: 66.66%;
  left: 33.33%;
  margin-bottom: 1rem;
}
.cImageSlider h2.continuous, .cArtSlider h2.continuous {
  width: 40%;
  margin-left: 8%;
  text-align: right;
  padding-right: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@keyframes marqueeRTL {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marqueeLTR {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.cArtSlider .slide {
  height: auto !important;
}
.cArtSlider .slide .img {
  min-height: 60vh;
}
.cArtSlider .slide .description {
  display: flex;
  flex-direction: row;
}
.cArtSlider .slide .copy {
  width: 60%;
  padding: 1.5rem;
}
.cArtSlider .previous, .cArtSlider .next {
  top: 50%;
  top: 30vh !important; /*top = half of img height */
}

.artist-container {
  width: 40%;
  padding: 1.5rem;
  font-size: 0.8rem;
}
.artist-container .inner {
  padding: 0.5rem 1rem;
  background: rgb(228, 228, 228);
  display: flex;
  flex-direction: row;
}
.artist-container .avatar-container {
  padding-right: 0.5rem;
}
.artist-container .copy {
  padding: 0 !important;
  width: 100% !important;
  display: flex;
  flex-direction: column !important;
}
.artist-container a {
  font-size: 0.8rem;
  margin-top: 0.8rem;
  text-transform: uppercase;
}
.artist-container .fa-arrow-up-right {
  padding-left: 0.25rem;
}

ul.filters.iso-grid-nav, ul.virtual-tour-nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
ul.filters.iso-grid-nav li, ul.virtual-tour-nav li {
  padding: 0 0.5rem;
  cursor: pointer;
}
ul.filters.iso-grid-nav li.caption, ul.virtual-tour-nav li.caption {
  font-weight: bold;
  cursor: auto;
}
ul.filters.iso-grid-nav li.active, ul.virtual-tour-nav li.active {
  border-bottom: 1px solid rgb(17, 10, 6);
}

.cGalleryGrid {
  box-sizing: border-box;
}
.cGalleryGrid .grid, .cGalleryGrid .masonry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
}
.cGalleryGrid .grid .grid-item, .cGalleryGrid .masonry .grid-item {
  width: 25vw;
  height: 25vw;
  padding: 1rem;
  transition: all 0.2s ease-in-out;
}
.cGalleryGrid .grid .grid-item a, .cGalleryGrid .masonry .grid-item a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.cGalleryGrid .grid .grid-item a .overlay, .cGalleryGrid .masonry .grid-item a .overlay {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 10, 6, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: rgb(255, 255, 255);
}
.cGalleryGrid .grid .grid-item a:hover .overlay, .cGalleryGrid .masonry .grid-item a:hover .overlay {
  opacity: 1;
}
.cGalleryGrid .grid .grid-item:hover, .cGalleryGrid .masonry .grid-item:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 2;
}
.cGalleryGrid .grid .grid-item:hover div, .cGalleryGrid .masonry .grid-item:hover div {
  border: 1px solid rgb(255, 255, 255);
}
.cGalleryGrid .masonry {
  justify-content: flex-start;
}
.cGalleryGrid .masonry .grid-item {
  width: 25vw;
  height: 25vw;
  padding: 1rem;
}
.cGalleryGrid .masonry .w-half {
  width: 12.5vw !important;
}
.cGalleryGrid .masonry .w-one {
  width: 25vw !important;
}
.cGalleryGrid .masonry .w-one-point-five {
  width: 37.5vw !important;
}
.cGalleryGrid .masonry .w-two {
  width: 50vw !important;
}

.cEngrainSitemap {
  height: 85vh;
  width: 100vw;
  padding-left: 3%;
  padding-right: 3%;
}

.cFloorPlanGrid .floor-plan {
  cursor: pointer;
  font-size: 0.7rem;
  transition: all 0.2s ease-in-out;
  background: rgb(228, 228, 228);
  padding: 0.5rem;
}
.cFloorPlanGrid .floor-plan:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 2;
  outline: 1px solid rgb(255, 255, 255);
}
.cFloorPlanGrid .floor-plan h3 {
  padding: 0.5rem 0 0.25rem;
}
.cFloorPlanGrid .floor-plan .description {
  padding: 0.25rem 0;
}
.cFloorPlanGrid .floor-plan .price {
  padding: 0.25rem 0;
}
.cFloorPlanGrid .floor-plan .text-link {
  padding: 0.25rem;
}
.cFloorPlanGrid ul.iso-grid-nav {
  margin-bottom: 1rem;
}

.floorplan-view-toggler {
  margin-left: 3vw;
}

.floorplan-view-toggler li.active {
  background-color: rgb(83, 10, 25);
  border-color: rgb(83, 10, 25) !important;
}

.fancybox__slide .text-link {
  color: rgb(151, 96, 55);
}

.cGoogleReviews .reviews .review-stars {
  display: none;
}
.cGoogleReviews .reviews .review-item {
  background: url("/img/quote.svg") no-repeat left center/contain;
}
.cGoogleReviews .previous, .cGoogleReviews .next {
  height: 64px;
  width: 64px;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(17, 10, 6);
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 998;
}
.cGoogleReviews .previous::hover, .cGoogleReviews .next::hover {
  opacity: 1;
}
.cGoogleReviews .previous {
  position: absolute;
  left: -8vw;
}
.cGoogleReviews .previous::before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cGoogleReviews .next {
  position: absolute;
  right: -8vw;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
}
.cGoogleReviews .next::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.cCTA a.btn {
  font-weight: bold;
}
.cCTA.BGwine {
  position: relative;
}
.cCTA.BGwine:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8vw;
  height: 100%;
  background: url(/img/wine-terra-cotta-pattern.jpg) no-repeat center center;
}

.cContactForm .contact-info h3:not(:first-of-type) {
  margin-top: 1.5rem;
}
.cContactForm .contact-form .input-validation-error {
  border: 1px solid red;
}
.cContactForm .contact-form .field-validation-error {
  color: red;
}
.cContactForm .contact-form .form {
  display: flex;
  flex-direction: column;
}
.cContactForm .contact-form .form fieldset {
  border: 1px solid rgb(228, 228, 228);
  margin-bottom: 2rem;
  padding: 0 1rem 0.5rem;
  height: auto;
}
.cContactForm .contact-form .form legend {
  text-transform: uppercase;
  font-size: 1rem;
  width: auto;
  padding: 0 0.5rem;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
  color: rgb(83, 10, 25);
  transform: translateY(-50%);
  background: rgb(245, 245, 245) url("/img/parchment30.png") no-repeat center center/cover;
}
.cContactForm .contact-form .form label {
  margin-right: 1.5rem;
  margin-left: 0.25rem;
}
.cContactForm .contact-form .form input[type=text], .cContactForm .contact-form .form input[type=email], .cContactForm .contact-form .form input[type=tel] {
  width: 100%;
  margin: 0 auto;
  border: none;
  background: transparent;
  height: 2.5rem;
  padding-left: 1rem;
}
.cContactForm .contact-form .form input[type=text]:focus, .cContactForm .contact-form .form input[type=email]:focus, .cContactForm .contact-form .form input[type=tel]:focus {
  border: none !important;
  box-shadow: none;
  outline: none;
}
.cContactForm .contact-form .form input[type=checkbox] {
  height: 2rem;
  width: 2rem;
}
.cContactForm .contact-form .form .form-group {
  display: flex;
  align-items: center;
}
.cContactForm .contact-form .form button[type=submit] {
  display: flex;
  justify-content: flex-end;
}

/*.cFullWidthImage { padding-left:8vw; padding-right:8vw; }*/
.cFullWidthImage .img {
  min-height: 60vh;
  background-attachment: fixed;
}

/*.cPopup { display:none; }*/
.cPopup {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: -1rem;
  /*.btn { margin:0 auto; }*/
}
.cPopup .close {
  float: right;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 2rem;
}
.cPopup h1 {
  text-align: center;
  margin: 0 auto 0.5rem;
  padding-top: 1rem;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
}
.cPopup .inner {
  padding: 1rem;
}
.cPopup.BGwhite h1, .cPopup.BGwhite .fa-xmark {
  color: rgb(83, 10, 25);
}
.cPopup.BGdarkgrey .close, .cPopup.BGorange .close {
  color: rgb(255, 255, 255);
}
.cPopup a.btn {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem;
}

/* fancybox */
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  height: 100%;
}

/*RECAPTCHA*/
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  right: 1rem !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.cHomeHero {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  background: url("/img/parchment15.png") no-repeat center center/cover, url("/img/Novel_Logo_Stacked_14th Street.svg") no-repeat center center;
  background-size: 40vh;
  background-blend-mode: darken;
  /*&:before { content:''; position:absolute; top:0; left:0; width:15vw; height:100%; background:url(/img/parquet.jpg) no-repeat center center / cover; }*/
}
.cHomeHero .hero-container {
  display: flex;
  align-items: stretch;
  background-size: 100%;
  position: relative;
}
.cHomeHero .hero-container .copy-container {
  background: rgb(83, 10, 25);
  width: 46%;
  transform: skew(-30deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  position: relative;
  /*&:after { content:''; position:absolute; bottom:0; width:100%; height:3rem; background:$sage; }*/
}
.cHomeHero .hero-container .copy-container .copy {
  transform: skew(30deg);
}
.cHomeHero .hero-container .copy-container .copy h1 {
  color: rgb(255, 255, 255);
  font-size: 3rem;
}
.cHomeHero .hero-container .copy-container .copy h2 {
  font-size: 1.5rem;
}
.cHomeHero .hero-container .copy-container .shape.top {
  position: absolute;
  top: 0;
  right: 0;
  width: 15vw;
  height: 15vw;
  background: linear-gradient(225deg, rgb(151, 96, 55) 50%, transparent 50%);
}
.cHomeHero .hero-container .copy-container .shape.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: rgb(141, 143, 127);
}
.cHomeHero .hero-container .shape.top.left {
  position: absolute;
  top: 0;
  left: 0;
  width: 35vw;
  height: 50vh;
  background: url(/img/parquet.jpg) no-repeat center center/cover;
}
.cHomeHero .video-container {
  background: rgb(83, 10, 25);
  position: relative;
}
.cHomeHero .video-container .shape.top.left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 20vw;
  height: 30vh;
  background: url(/img/parquet.jpg) no-repeat center center;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-size: 200%;
}
.cHomeHero .video-container .overlay {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 8vw;
  transform: translateY(-50%);
}
.cHomeHero .video-container .overlay h1 {
  color: rgb(255, 255, 255);
  font-size: 3rem;
}
.cHomeHero .video-container .overlay h2 {
  font-size: 1.5rem;
}
.cHomeHero .video-container .overlay h2.like-h3 {
  color: rgb(255, 255, 255) !important;
}
.cHomeHero .video-container .video-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  top: 4rem;
  width: 75%;
  height: auto;
}
.cHomeHero .video-container .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cHomeHero .video-container .video-wrapper .inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.cHomeHero .video-container .video-wrapper .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(30, 30, 30, 0.3);
}
.cHomeHero .video-container #controls {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cHomeHero .video-container #controls .btn {
  color: rgb(255, 255, 255);
  background: rgba(17, 10, 6, 0.25);
  border-radius: 0.1rem;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  font-size: 1.25rem;
}
.cHomeHero .video-container #controls #btn-play {
  display: none;
}
.cHomeHero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 6vw;
  height: 100%;
  background: url(/img/pattern-vertical.jpg) no-repeat center center/cover;
}

/* for hero animation*/
.cHomeHero .copy-container {
  transform: translateY(100vh);
}

#home {
  /*rgba(188, 119, 73, 0.15) url(/img/parchment15.png) no-repeat center center/cover*/
}
#home .cCardList:has(.no-image) {
  position: relative;
  background-color: rgba(188, 119, 73, 0.15);
  background-image: url("/img/chevron.png");
  background-blend-mode: luminosity;
  background-attachment: fixed;
}
#home .cCardList:has(.no-image):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: -1;
}
#home .cCardList:has(.no-image) .cCard a {
  border: 1px solid rgb(188, 119, 73);
  padding: 0.5rem;
}
#home .cCardList:has(.img) {
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgba(188, 119, 73, 0.3) 20%), rgb(188, 119, 73) url("/img/parchment15.png") no-repeat center center/cover;
}
#home .cFullWidthImage .img {
  min-height: 12vh;
}
#home .cFullWidthImage ~ .c5050 {
  background: linear-gradient(135deg, rgb(141, 143, 127) 15%, rgba(255, 255, 255, 0) 15%);
}
#home .cFullWidthImage ~ .c5050 .left {
  align-items: flex-end;
  padding-bottom: 2rem;
}
#home .cFullWidthImage ~ .c5050 .right .img:after {
  display: none !important;
}
#home .cImageSlider ~ .c5050Header {
  position: relative; /*background:linear-gradient(-315deg, $wine 15%, rgba(255,255,255,0) 15%), $terracotta30!important; background-repeat:no-repeat; background-position:left bottom; background-attachment:fixed;*/
}
#home .cImageSlider ~ .c5050Header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 15vw;
  height: 15vw;
  background: linear-gradient(-315deg, rgb(83, 10, 25) 50%, rgba(255, 255, 255, 0) 50%);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#home .cImageSlider .slider {
  position: relative;
  z-index: 2;
}

.cWYSIWYG:has(#canva-iframe-wrapper) {
  width: 66.67%;
  margin-left: 16.66%;
}

#iz {
  padding: 2rem;
  background: rgb(30, 30, 30);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
}

body:has(.offcanvas.show) #knockDoorwayRoot {
  z-index: 800 !important;
}

@media screen and (max-width: 767px) {
  .vertical-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .vertical-padding-half {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .vertical-padding-top {
    padding-top: 3rem;
  }
  .vertical-padding-top-half {
    padding-top: 1.5rem;
  }
  .vertical-padding-top-none {
    padding-top: 0;
  }
  .vertical-padding-bottom {
    padding-bottom: 3rem;
  }
  .vertical-padding-top-half {
    padding-bottom: 1.5rem;
  }
  .vertical-padding-top-none {
    padding-bottom: 0;
  }
  .block-padding {
    padding: 3rem 1.5rem;
  }
  .navbar-toggler {
    font-size: 2rem;
  }
  nav {
    width: 100vw;
  }
  nav .left.top, nav .left.bottom, nav .right {
    flex: 1;
  }
  nav .right {
    order: 1;
  }
  nav .left.top {
    order: 3;
  }
  nav .left.bottom {
    order: 2;
    text-align: right;
    background: rgb(245, 245, 245) url("/img/parchment30.png") no-repeat center center/cover;
  }
  nav .offcanvas-body {
    flex-wrap: nowrap;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    margin-bottom: 1rem;
  }
  .c5050 .img {
    min-height: 40vh;
  }
  .c5050 .img-container {
    order: 1;
    padding-left: 0;
  }
  .c5050 .copy {
    padding-left: 0;
    padding-right: 0;
    order: 2;
  }
  .c5050.header .copy {
    order: 1 !important;
    padding: 3rem 0;
  }
  .c5050.header .img-container {
    order: 2 !important;
  }
  .c5050.header .img {
    min-height: 40vh !important;
  }
  .cCopyWithStaggeredImages .copy-container .copy {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .cCopyWithStaggeredImages .left.copy-container .copy {
    order: 2 !important;
  }
  .cCopyWithStaggeredImages .left.copy-container img {
    order: 1 !important;
  }
  .cCopyWithStaggeredImages .right.copy-container .copy {
    order: 1 !important;
  }
  .cCopyWithStaggeredImages .right.copy-container img {
    order: 2 !important;
  }
  .cCard {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .cCard:not(:last-of-type) {
    padding-bottom: 3rem;
  }
  .cCard.no-image:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid rgb(83, 10, 25);
    padding: 1.5rem 0;
  }
  .cCard.no-image:first-of-type {
    padding-top: 0;
  }
  .cCard.no-image:last-of-type {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  .cVideoPlayer .video-container {
    min-height: 30vh;
  }
  .cVideoPlayer .video-container .overlay {
    width: 90%;
  }
  .cImageSlider .continuous img {
    height: 50vw;
    width: 50vw;
  }
  .cImageSlider .slider.slider-w-arrows .slick-list, .cArtSlider .slider.slider-w-arrows .slick-list {
    padding: 0 5% !important;
  }
  .cImageSlider .slider.slider-w-arrows .slide, .cArtSlider .slider.slider-w-arrows .slide {
    width: 90vw;
    height: 60vh;
    opacity: 0.5;
  }
  .cImageSlider .slider.slider-w-arrows .previous, .cImageSlider .slider.slider-w-arrows .next, .cArtSlider .slider.slider-w-arrows .previous, .cArtSlider .slider.slider-w-arrows .next {
    height: 32px;
    width: 32px;
  }
  .cImageSlider .slider.slider-w-arrows .previous, .cArtSlider .slider.slider-w-arrows .previous {
    left: 0;
  }
  .cImageSlider .slider.slider-w-arrows .next, .cArtSlider .slider.slider-w-arrows .next {
    right: 0;
  }
  .cImageSlider h2.continuous, .cArtSlider h2.continuous {
    width: 83.33%;
  }
  .cGalleryGrid {
    box-sizing: border-box;
  }
  .cGalleryGrid .grid .grid-item, .cGalleryGrid .masonry .grid-item {
    width: 50vw;
    height: 50vw;
    padding: 0.5rem;
    transition: all 0.2s ease-in-out;
  }
  .cGalleryGrid .masonry {
    justify-content: flex-start;
  }
  .cGalleryGrid .masonry .grid-item {
    width: 50vw;
    height: 50vw;
    padding: 0.5rem;
  }
  .cGalleryGrid .masonry .w-half {
    width: 25vw !important;
  }
  .cGalleryGrid .masonry .w-one {
    width: 50vw !important;
  }
  .cGalleryGrid .masonry .w-one-point-five {
    width: 75vw !important;
  }
  .cGalleryGrid .masonry .w-two {
    width: 100vw !important;
  }
  ul.filters.iso-grid-nav, ul.virtual-tour-nav {
    flex-wrap: wrap;
  }
  ul.filters.iso-grid-nav li.caption, ul.virtual-tour-nav li.caption {
    flex-basis: 100%;
    text-align: left;
  }
  .cGoogleReviews .previous, .cGoogleReviews .next {
    height: 32px;
    width: 32px;
  }
  .cContactForm .contact-info {
    padding-bottom: 3rem;
  }
  .cContactForm label:after {
    content: "";
    clear: both;
    display: table;
  }
  #footer .top .left {
    order: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #footer .top .center {
    order: 1;
  }
  #footer .top .right {
    order: 3;
    justify-content: flex-start;
  }
  #footer .bottom .right {
    justify-content: flex-start;
  }
  #footer .bottom .right ul {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
  }
  #footer .bottom .right ul li {
    padding: 1rem 0;
  }
  #footer .certifications.mobile {
    display: flex;
  }
  #footer .certifications.desktop {
    display: none;
  }
  .cArtSlider .slide .copy {
    width: 100%;
  }
  .cArtSlider .slide .description {
    flex-direction: column;
  }
  .artist-container {
    width: 100%;
  }
  .cHomeHero {
    padding-bottom: 3rem !important;
  }
  .cHomeHero .hero-container {
    background: none !important;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .cHomeHero .hero-container .shape.top.left {
    background: rgb(188, 119, 73);
    height: 15vh;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .cHomeHero .hero-container .img-container {
    height: 40vh;
    width: 100vw;
  }
  .cHomeHero .hero-container .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .cHomeHero .hero-container .copy-container {
    background: rgb(83, 10, 25);
    transform: skew(0);
    width: 100vw;
  }
  .cHomeHero .hero-container .copy-container .copy {
    transform: skew(0);
    padding: 8vw;
  }
  .cHomeHero .hero-container .copy-container .shape.bottom {
    display: none;
  }
  .cHomeHero .hero-container .copy-container .shape.top {
    background: linear-gradient(225deg, rgb(141, 143, 127) 50%, transparent 50%);
  }
  .cHomeHero .video-container {
    display: flex;
    flex-direction: column;
  }
  .cHomeHero .video-container .shape.top.left {
    background: rgb(188, 119, 73);
    height: 15vh;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .cHomeHero .video-container .video-wrapper {
    width: 100vw;
    height: 40vh;
    position: relative;
    z-index: 1;
    top: 0;
  }
  .cHomeHero .video-container .overlay {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(0);
    padding: 8vw;
  }
  .cHomeHero .video-container .overlay .shape.top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 15vw;
    height: 15vw;
    background: rgb(141, 143, 127);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .cHomeHero::after {
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
    height: 3rem;
    background: url(/img/parquet.jpg) no-repeat center center/cover;
  }
  .c5050 .copy {
    padding: 8vw;
  }
  .cWYSIWYG:has(#canva-iframe-wrapper) {
    width: 100%;
    margin-left: 0;
  }
}
