/* -------- Import --------- */
@media (max-width: 1520px) {
  body .ast-container .wp-block-uagb-container.uagb-is-root-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .ast-container .wp-block-uagb-container.uagb-is-root-container.has-bg-image-right {
    padding-right: 20px;
  }
}
@media (max-width: 1520px) and (max-width: 976px) {
  body .ast-container .wp-block-uagb-container.uagb-is-root-container.has-bg-image-right {
    padding-right: 20px;
  }
}
@media (max-width: 1520px) {
  body .ast-container .wp-block-uagb-container.uagb-is-root-container.has-bg-image-left {
    padding-left: 20px;
  }
}
@media (max-width: 1520px) and (max-width: 976px) {
  body .ast-container .wp-block-uagb-container.uagb-is-root-container.has-bg-image-left {
    padding-left: 20px;
  }
}
body .has-diamond-cutout {
  position: relative;
  overflow: visible;
}
body .has-diamond-cutout .uagb-container-inner-blocks-wrap::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 52px;
  transform: translateX(-50%) rotate(45deg);
  width: 60px;
  height: 60px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 976px) {
  body .has-diamond-cutout .uagb-container-inner-blocks-wrap::before {
    bottom: -120px;
  }
}

body.home {
  /* Triangle backgrounds */
}
body.home .slick-list,
body.home .slick-track,
body.home .csss-slider,
body.home .csss-slide {
  height: 100%;
}
body.home .csss-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  width: 100vw;
}
body.home .csss-slide .csss-slide-content {
  height: 100%;
  max-height: 320px;
  max-width: 1520px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  body.home .csss-slide .csss-slide-content {
    padding-left: 0;
    padding-right: 20px;
  }
}
body.home .csss-slide .csss-slide-content .csss-slide-inner {
  height: 100%;
  max-height: 320px;
  max-width: 640px;
  background-color: #363636;
  color: #fff;
  padding: 40px 70px 40px 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
@media (max-width: 769px) {
  body.home .csss-slide .csss-slide-content .csss-slide-inner {
    max-height: 260px;
  }
  body.home .csss-slide .csss-slide-content .csss-slide-inner .csss-slide-text {
    font-size: 18px !important;
  }
  body.home .csss-slide .csss-slide-content .csss-slide-inner .csss-slide-link {
    font-size: 18px !important;
  }
}
body.home .slick-prev {
  left: 20px;
}
@media (max-width: 1650px) {
  body.home .slick-prev {
    display: none !important;
  }
}
body.home .slick-next {
  right: 20px;
}
body.home .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 180px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  body.home .custom-arrow {
    display: none !important;
  }
}
body.home .slick-prev.custom-arrow {
  left: 0;
}
body.home .slick-prev.custom-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 88px solid transparent;
  border-bottom: 88px solid transparent;
  border-left: 88px solid #fff;
}
body.home .slick-prev.custom-arrow::after {
  content: "<-";
  position: relative;
  font-size: 40px;
  color: #363636;
  z-index: 1;
}
body.home .slick-next.custom-arrow {
  right: 0;
}
body.home .slick-next.custom-arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 88px solid transparent;
  border-bottom: 88px solid transparent;
  border-right: 88px solid #fff;
}
body.home .slick-next.custom-arrow::after {
  content: "->";
  position: relative;
  font-size: 40px;
  color: #363636;
  z-index: 1;
}
body.home .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-top: 1.5rem;
  list-style: none;
  padding: 0;
  bottom: 40px;
}
body.home .slick-dots li {
  margin: 0;
}
body.home .slick-dots button {
  font-size: 0;
  width: 16px;
  height: 16px;
  border: none;
  background: transparent;
  position: relative;
  padding: 0;
  cursor: pointer;
}
body.home .slick-dots button::before {
  content: "";
  border: #6A4426 solid 3px;
  display: block;
  width: 38px;
  height: 38px;
  background-color: #ccc;
  transform: rotate(45deg);
  transition: background-color 0.3s ease;
  opacity: 1;
  box-shadow: none;
  border-radius: 0;
}
body.home .slick-dots li.slick-active button::before {
  background-color: #FF9D2E;
  /* active color */
  opacity: 1;
}
body.home .acf-product-teasers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 305px));
  gap: clamp(24px, 5vw, 100px);
  justify-content: center;
  justify-items: center;
  /* ensures 50px sides on mobile */
}
@media (max-width: 768px) {
  body.home .acf-product-teasers {
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
    gap: 40px;
    /* slightly reduced vertical gap */
  }
}
body.home .acf-product-teasers .acf-product {
  width: 100%;
  max-width: 305px;
  max-height: 500px;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
body.home .acf-product-teasers .acf-product .acf-product-image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
body.home .acf-product-teasers .acf-product .acf-product-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}
body.home .acf-product-teasers .acf-product .acf-product-image-wrapper .hover-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/Hover Arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
body.home .acf-product-teasers .acf-product:hover .acf-product-image-wrapper .hover-arrow {
  opacity: 1;
}
body.home .acf-product-teasers .acf-product h3 {
  font-size: clamp(18px, 2vw + 1rem, 24px);
  margin-top: 0.5rem;
  text-decoration: none;
}
body.home .acf-product-teasers .acf-product .acf-category {
  font-size: 0.85rem;
  text-decoration: underline;
  color: #252323;
  font-size: 16px;
}
body.home .acf-product-teasers .acf-product .acf-price {
  font-size: 20px;
  color: #252323;
}

/* Page Title Banner */
.tfs-page-banner {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Background overlay */
  /* Content container */
  /* Inner container with max-width */
  /* Page title styling */
}
.tfs-page-banner .tfs-page-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.tfs-page-banner .tfs-page-banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.tfs-page-banner .tfs-page-banner-inner {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
}
.tfs-page-banner .tfs-page-banner-title {
  color: white;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .tfs-page-banner .tfs-page-banner-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .tfs-page-banner .tfs-page-banner-title {
    font-size: 2rem;
  }
}

/* Hide default page title since we're using our banner */
.page .entry-header {
  display: none;
}

/* ------------ Blog ------------ */
body {
  /* Main Archive */
  /* Single Blog Post */
  /* Both Archive and Single Post */
}
body header .custom-logo.astra-logo-svg {
  width: 100%;
}
@media (max-width: 1024px) {
  body header #ast-desktop-header {
    display: none;
  }
  body header #logo-cutout {
    display: none;
  }
}
body header .site-primary-header-wrap {
  max-height: 110px;
}
@media (max-width: 1024px) {
  body header .site-primary-header-wrap {
    max-height: none;
  }
}
body header .header-phone-number {
  max-width: 1520px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
body header .header-phone-number a {
  color: #919191;
  padding: 0 1em;
  font-size: 18px;
}
body header .custom-grey-bar {
  background-color: #363636;
  height: 49px;
  width: 100%;
  position: relative;
  z-index: 1;
}
body header .custom-grey-bar .custom-grey-bar-inner {
  max-width: 1960px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
body header .custom-grey-bar .custom-grey-bar-inner .ticker {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  animation: scroll-left 40s linear infinite;
  padding-left: 100%;
  z-index: 1;
}
body header .custom-grey-bar .custom-grey-bar-inner .ticker:hover {
  animation-play-state: paused;
}
body header .custom-grey-bar .custom-grey-bar-inner .request-quote {
  display: inline-block;
  color: white;
  font-size: 18px;
}
body header .custom-grey-bar .custom-grey-bar-inner .request-quote p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  body header .custom-grey-bar .custom-grey-bar-inner .request-quote {
    font-size: 15px;
  }
}
body header .custom-grey-bar .custom-grey-bar-inner .request-quote strong {
  color: #FF9D2E;
}
body header .custom-grey-bar .custom-grey-bar-inner #logo-cutout {
  position: absolute;
  top: -40px;
  width: 74px;
  height: 74px;
  background-color: white;
  transform: rotate(45deg);
  z-index: 2;
  transition: left 0.2s ease;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* --------- Footer --------- */
body footer .site-primary-footer-wrap {
  max-width: 1960px;
  margin: auto;
}
@media (max-width: 1520px) {
  body footer .site-below-footer-inner-wrap,
  body footer .site-primary-footer-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body footer .socket-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 921px) {
  body footer .socket-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 921px) {
  body footer .site-footer-primary-section-1 .footer-widget-area,
  body footer .site-footer-primary-section-2 .footer-widget-area,
  body footer .site-footer-primary-section-3 .footer-widget-area {
    text-align: left !important;
  }
  body footer .site-footer-primary-section-1 .footer-widget-area .uagb-buttons__wrap,
  body footer .site-footer-primary-section-2 .footer-widget-area .uagb-buttons__wrap,
  body footer .site-footer-primary-section-3 .footer-widget-area .uagb-buttons__wrap {
    justify-content: flex-start !important;
  }
}

body .slanted-button {
  transform: skewX(-20deg);
}
body .slanted-button .uagb-button__link {
  transform: skewX(20deg);
}
body .button-middle .uagb-buttons__wrap {
  justify-content: center !important;
}

/* --------- Media Queries --------- *//*# sourceMappingURL=main.css.map */