.header-title-nav-wrapper .header-title .header-title-logo > a {
  -webkit-mask-image: url("https://images.squarespace-cdn.com/content/v1/69a84f2e8d0a790d588c7004/285882c8-ac9e-4649-a51f-01854525465f/barbeeviews_logo.png");
  mask-image: url("https://images.squarespace-cdn.com/content/v1/69a84f2e8d0a790d588c7004/285882c8-ac9e-4649-a51f-01854525465f/barbeeviews_logo.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: left center;
  mask-position: left center;
  background-color: var(--navigationLinkColor);
  transition: background-color 0.05s ease-in-out;
}
.header--menu-open .header-title-nav-wrapper .header-title .header-title-logo > a {
  background-color: var(--menuOverlayNavigationLinkColor) !important;
}
.header-title-nav-wrapper .header-title .header-title-logo img {
  opacity: 0;
}
p strong,
p b {
  font-weight: 500;
}
/* nav */
.header-nav-item--folder {
  position: relative;
}
.header-nav-item--folder .header-nav-folder-content {
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  padding: 10px 0 !important;
  background: transparent;
  text-align: left;
}
.header-nav-item--folder .header-nav-folder-item {
  margin: 0 !important;
  text-align: left !important;
}
.header-nav-item--folder .header-nav-folder-item-content {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
@keyframes bgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body:not(.sqs-edit-mode).homepage #page .page-section:first-of-type {
  position: relative;
  top: 0;
  z-index: 10;
  margin-bottom: -90vh;
  padding-top: 0 !important;
  /* Target the container that holds the black color/image */
  /* Target the overlay (often where the actual black color sits) */
  /* Keep the border transparent so it doesn't block the view */
}
body:not(.sqs-edit-mode).homepage #page .page-section:first-of-type .section-background {
  background-color: #000000 !important;
  /* Animation: Name | Duration | Timing | Delay | Fill-Mode */
  animation: bgFadeOut 1s ease-in-out 1s forwards;
}
body:not(.sqs-edit-mode).homepage #page .page-section:first-of-type .section-background-overlay {
  background-color: #000000 !important;
  animation: bgFadeOut 1s ease-in-out 1s forwards;
}
body:not(.sqs-edit-mode).homepage #page .page-section:first-of-type .section-border {
  background-color: transparent !important;
}
body:not(.header--menu-open).homepage .header .header-announcement-bar-wrapper > div.header-border {
  background: linear-gradient(#0A0A0A, transparent);
}
.custom-scroll-arrow {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  z-index: 99;
  width: 30px;
  height: 30px;
  cursor: pointer;
  animation: pulse 1.5s infinite ease-in-out;
}
.custom-scroll-arrow::before,
.custom-scroll-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transition: all 0.3s ease;
}
.custom-scroll-arrow::before {
  border-color: rgba(0, 0, 0, 0.7);
  top: 3px;
  left: 3px;
  filter: blur(2px);
}
.custom-scroll-arrow:hover {
  animation: none;
  transform: rotate(45deg) scale(1);
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: rotate(45deg) scale(1);
    opacity: 0.8;
  }
  40% {
    transform: rotate(45deg) scale(1.05);
    opacity: 1;
  }
  60% {
    transform: rotate(45deg) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 0.8;
  }
}
/* Hides gallery arrows but keeps them in the code for our script */
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item {
  position: relative !important;
  overflow: hidden;
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-media {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-media .list-item-media-inner {
  position: relative !important;
  overflow: hidden;
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-media .list-item-media-inner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.35s ease;
  z-index: 5;
  pointer-events: none;
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-media .list-item-media-inner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-content {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-content .list-item-content__text-wrapper {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 20;
  flex-direction: column;
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-content .list-item-content__text-wrapper * {
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-content .list-item-content__text-wrapper h2.list-item-content__title {
  transition: transform 0.35s ease !important;
  transform: scale(1);
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-content .list-item-content__button-container {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 30;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
.homepage ul.user-items-list-item-container.user-items-list-simple li.list-item .list-item-content .list-item-content__button-container a.list-item-content__button {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999;
  color: transparent !important;
  background-color: transparent !important;
  border: none !important;
}
.homepage ul.user-items-list-item-container.user-items-list-simple:hover li.list-item .list-item-media .list-item-media-inner:after {
  background: rgba(0, 0, 0, 0.85);
}
.homepage ul.user-items-list-item-container.user-items-list-simple:hover li.list-item:hover .list-item-media .list-item-media-inner:after {
  background: rgba(0, 0, 0, 0.1) !important;
}
.homepage ul.user-items-list-item-container.user-items-list-simple:hover li.list-item:hover .list-item-media .list-item-media-inner img {
  transform: scale(1.08) !important;
}
.homepage ul.user-items-list-item-container.user-items-list-simple:hover li.list-item:hover .list-item-content .list-item-content__text-wrapper h2.list-item-content__title {
  transform: scale(1.08) !important;
}
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery {
  height: 100% !important;
  padding: 0 !important;
}
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-block-content,
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-gallery-container,
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-gallery-design-stacked,
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-gallery-design-stacked-slide {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-gallery-design-stacked-slide img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery {
  height: 100% !important;
  padding: 0 !important;
}
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-block-content,
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-gallery-container,
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-gallery-design-stacked,
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-gallery-design-stacked-slide {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body:not(.sqs-edit-mode-active) .fe-block .sqs-block-gallery .sqs-gallery-design-stacked-slide img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#about .gallery-block {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
#about .gallery-block .sqs-block-content {
  position: absolute !important;
  inset: 8% 8.5% !important;
  z-index: 1;
  overflow: hidden;
  height: auto !important;
  width: auto !important;
}
#about .gallery-block .sqs-block-content .sqs-block-gallery {
  height: 100% !important;
  padding: 0 !important;
}
#about .gallery-block .sqs-block-content .sqs-block-gallery .sqs-gallery-container,
#about .gallery-block .sqs-block-content .sqs-block-gallery .sqs-gallery-design-stacked,
#about .gallery-block .sqs-block-content .sqs-block-gallery .sqs-gallery-design-stacked-slide {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#about .gallery-block .sqs-block-content .sqs-block-gallery .sqs-gallery-design-stacked-slide img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#about .gallery-block:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: url('https://images.squarespace-cdn.com/content/69a84f2e8d0a790d588c7004/94b84101-5aa9-4a47-b36f-ac19a0cc083f/Frame_bw02.webp') center / 100% 100% no-repeat;
}
#about .gallery-block:after {
  content: "";
  position: absolute;
  inset: 8% 8.5%;
  z-index: 0;
  pointer-events: none;
  background: #111;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.35);
}
#footer-sections a:not(.sqs-svg-icon--wrapper) {
  font-family: "League Gothic";
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.02s ease-in-out;
  line-height: normal;
  font-size: 1.2rem;
  color: #fff;
}
#footer-sections a:not(.sqs-svg-icon--wrapper):hover {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #footer-sections .social-icon-alignment-right .sqs-svg-icon--list {
    justify-content: center !important;
  }
  #footer-sections .social-icon-alignment-right .sqs-svg-icon--list .sqs-svg-icon--wrapper {
    margin-left: 0px;
  }
}
#footer-sections .sqs-block[data-definition-name="website.components.socialLinks"] .social-icons-style-regular .sqs-svg-icon--list:hover .sqs-use--icon {
  fill: #fff;
}
.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-card-background {
  background-color: var(--list-section-banner-slideshow-card-color);
  border-radius: 16px;
}
