@media (min-width: 960px) {
  .slideshow, .parent-selector {
    height: 100svh !important;
    overscroll-behavior: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .slideshow figure, .parent-selector figure {
    height: 100svh !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.parent-selector {
  position: absolute;
  z-index: 10;
  top: 0;
}

/* Define a transition duration during page visits */
[x-cloak] {
  display: none !important;
}

.vercenter {
  position: absolute;
  z-index: 3; /* Position relative to the parent */
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%); /* Center the div both vertically and horizontally */
}

.vercenter2 {
  position: absolute;
  z-index: 3; /* Position relative to the parent */
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%); /* Center the div both vertically and horizontally */
}

/* ===== Scrollbar CSS ===== */
* {
  box-sizing: border-box;
  min-width: 0;
  outline: none;
}

.h-screen {
  height: 100dvh !important;
}

.picture img {
  background-repeat: repeat;
}

section {
  background-size: cover;
  background-position: center;
}

img {
  font-size: 0;
}

.smart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_tint_LightT img, .bg_tint_LightT video, .bg_tint_LightT iframe {
  filter: brightness(0.88);
}

.bg_tint_MediumT img, .bg_tint_MediumT video, .bg_tint_MediumT iframe {
  filter: brightness(0.55);
}

.bg_tint_StrongT img, .bg_tint_StrongT video, .bg_tint_StrongT iframe {
  filter: brightness(0.4);
}

.bg_tint_LightT .tint {
  background-color: rgba(16, 16, 16, 0.2);
}

.bg_tint_MediumT .tint {
  background-color: rgba(16, 16, 16, 0.5);
}

.bg_tint_StrongT .tint {
  background-color: rgba(16, 16, 16, 0.7);
}

.top_Black:before, .top_White:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 3;
  height: 60%;
}
@media (min-width: 640px) {
  .top_Black:before, .top_White:before {
    height: 35%;
  }
}

.bot_Black:after, .bot_White:after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 3;
  height: 60%;
}
@media (min-width: 640px) {
  .bot_Black:after, .bot_White:after {
    height: 35%;
  }
}

.top_Black:before, .top_White:before {
  top: 0;
}

.bot_Black:after, .bot_White:after {
  bottom: 0;
}

.top_Black:before {
  background: linear-gradient(0deg, rgba(29, 25, 9, 0) 0%, rgba(29, 25, 9, 0.4) 100%);
}

.bot_Black:after {
  background: linear-gradient(180deg, rgba(29, 25, 9, 0) 0%, rgba(29, 25, 9, 0.4) 100%);
}

.top_White:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.bot_White:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.funky-nav-menu .Social-Icons {
  gap: 0.75rem;
}
.funky-nav-menu .Social-Icons a {
  transition: all 0.2s linear;
  border: 1px solid var(--constwhite);
  border-radius: 100px;
  padding: 0.75rem;
}
.funky-nav-menu .Social-Icons a svg {
  height: 21px;
  width: 21px;
}
.funky-nav-menu .Social-Icons a svg path {
  fill: var(--constwhite);
}
.funky-nav-menu .Social-Icons a:hover {
  background-color: var(--constwhite);
}
.funky-nav-menu .Social-Icons a:hover svg path {
  fill: var(--constblack);
}

footer .Social-Icons,
.widget .Social-Icons {
  gap: 0.6rem;
}
footer .Social-Icons a,
.widget .Social-Icons a {
  transition: all 0.2s linear;
  border: 1px solid var(--black);
  border-radius: 3px;
  padding: 0.5rem;
}
@media (min-width: 640px) {
  footer .Social-Icons a,
  .widget .Social-Icons a {
    padding: 0.4rem;
  }
}
footer .Social-Icons a svg,
.widget .Social-Icons a svg {
  height: 15px;
  width: 15px;
}
footer .Social-Icons a svg path,
.widget .Social-Icons a svg path {
  fill: var(--black);
}
footer .Social-Icons a:hover,
.widget .Social-Icons a:hover {
  background-color: var(--black);
}
footer .Social-Icons a:hover svg path,
.widget .Social-Icons a:hover svg path {
  fill: var(--grey-light);
}

.links_table_file {
  min-width: 150px;
}
@media (min-width: 640px) {
  .links_table_file {
    min-width: 200px;
  }
}

.btn {
  transition: all 0.2s linear;
}
.btn.btn-sml {
  padding: 0.43rem 0.9rem 0.33rem 1rem;
}
@media (min-width: 640px) {
  .btn.btn-sml {
    padding: 0.4rem 0.8rem 0.3rem 0.9rem;
  }
}
.btn.btn-std {
  padding: 0.56rem 1rem 0.47rem 1.1rem;
}
@media (min-width: 640px) {
  .btn.btn-std {
    padding: 0.6rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .btn.btn-std {
    padding: 0.65rem 1.4rem 0.54rem 1.4rem;
  }
}
.btn.btn-lge {
  padding: 1.1rem 1.85rem 0.9rem 1.85rem;
}
@media (min-width: 640px) {
  .btn.btn-lge {
    padding: 1.01rem 2rem 0.8rem 2rem;
  }
}

svg.sectiondown {
  width: 30px;
}
svg.sectiondown .arrow {
  animation: scroll 0.35s ease-in alternate infinite;
  fill: var(--constwhite) !important;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.sb-card {
  position: relative;
}

.zoom {
  transition: all 0.2s linear;
}
.zoom figure {
  overflow: hidden;
}
.zoom img, .zoom .grid-gallery-fig {
  transition: 0.3s;
  transform: scale(1);
}
.zoom:hover img, .zoom:hover .grid-gallery-fig {
  transform: scale(1.02);
}

.highlight-editable-fields .zoom img, .highlight-editable-fields .zoom .grid-gallery-fig {
  transform: none !important;
}

.blog-post-intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-intro figcaption {
  background-color: rgba(0, 0, 0, 0.428);
}

.hidefilters .Page_Filters {
  display: none;
}

.SetIMGBG_1 article {
  position: relative;
  z-index: 1;
}
.SetIMGBG_1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.grid-gallery img, .fh-img img {
  height: 100%;
  object-fit: cover;
}

.grid-gallery .smart-img {
  height: 100%;
}

.textcolour * {
  color: inherit;
}

.scrollsnap-gallery figure::after {
  background-color: rgba(0, 0, 0, 0.197);
  padding: 0.5rem 0.7rem 0.5rem 0.7rem;
  position: absolute;
  color: white;
  font-size: 0.8rem;
  z-index: 91;
  bottom: 0px;
  left: 0;
}

.simplecontentblock .slide img {
  aspect-ratio: 16/9;
}

#blog_post blockquote {
  border-left: 3px solid var(--brand-primary);
  padding-left: 1rem;
}

.font-selector {
  z-index: 999999;
  width: 240px !important;
}
@media (min-width: 640px) {
  .font-selector {
    width: 260px !important;
  }
}
.font-selector {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.font-selector * {
  font-family: Arial, Helvetica, sans-serif;
}
.font-selector select {
  padding: 0.3rem 0.4rem 0.3rem 0.6rem;
  font-size: 13px;
  border-radius: 2px;
  background-position: right 8px top 8px;
}
.font-selector details {
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  background-color: var(--white);
}
.font-selector details summary {
  font-size: 15px;
  margin: -0.6em 0em 0;
}
.font-selector details[open] {
  padding: 0.4em;
}

.animate-effect-in {
  animation: fadeInUp 0.6s ease-out var(--animation-delay, 0s) forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
