/*
Theme Name: Vanilla
Theme URI: https://example.com/vanilla
Author: Codex
Description: PPM Design & Build source-driven classic WordPress theme.
Version: 0.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: vanilla
*/

.w-commerce-commercecartwrapper,
.brix-badges-wrapper {
  display: none !important;
}

.page-wrapper[style*="opacity:0"],
.page-wrapper[style*="opacity: 0"] {
  opacity: 1 !important;
}

.vanilla-enquiry-form {
  margin-bottom: 0;
}

.vanilla-honeypot {
  height: 0;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.page-wrapper .w-form-done,
.page-wrapper .w-form-fail {
  display: block;
}

.grid-footer-paragrah---social-media {
  grid-template-columns: 1fr;
}

.header-logo-link img,
.footer-logo-wrapper img {
  width: auto;
  height: 34px;
}

.vanilla-back-to-top {
  -webkit-backdrop-filter: grayscale() blur(4px);
  backdrop-filter: grayscale() blur(4px);
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.9);
  bottom: 24px;
  box-shadow: 0 0 0 1px #281909, 0 18px 42px rgba(21, 15, 11, 0.22);
  color: var(--neutral--100);
  cursor: pointer;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translate3d(0, 14px, 0);
  transition: border-color .3s, background-color .3s, transform .3s, color .3s, opacity .3s;
  width: 60px;
  z-index: 50;
}

.vanilla-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.vanilla-back-to-top:hover,
.vanilla-back-to-top:focus-visible {
  background-color: rgba(255, 255, 255, 0.18);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.vanilla-back-to-top:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 4px;
}

.vanilla-back-to-top__icon {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  display: block;
  filter: drop-shadow(1px 0 0 #281909) drop-shadow(-1px 0 0 #281909) drop-shadow(0 1px 0 #281909) drop-shadow(0 -1px 0 #281909);
  height: 14px;
  margin-top: 6px;
  transform: rotate(45deg);
  width: 14px;
}

@media screen and (max-width: 767px) {
  .vanilla-back-to-top {
    bottom: 18px;
    height: 54px;
    right: 18px;
    width: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vanilla-back-to-top {
    transition: opacity .2s ease;
  }
}

.dropdown-wrapper {
  position: relative;
}

.dropdown-toggle .dropdown-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 1;
}

.dropdown-toggle .dropdown-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.75px solid currentColor;
  border-bottom: 1.75px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 200ms ease;
}

.dropdown-wrapper .dropdown-column-wrapper {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 30;
  transform: translate3d(0, 10px, 0);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.dropdown-wrapper:hover .dropdown-column-wrapper,
.dropdown-wrapper:focus-within .dropdown-column-wrapper,
.dropdown-wrapper.is-open .dropdown-column-wrapper {
  display: block !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.dropdown-wrapper:hover .dropdown-arrow::before,
.dropdown-wrapper:focus-within .dropdown-arrow::before,
.dropdown-wrapper.is-open .dropdown-arrow::before {
  transform: rotate(225deg) translateY(-1px);
}

.vanilla-gallery-content-section,
.vanilla-gallery-basic-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.vanilla-gallery-content-container,
.vanilla-gallery-basic-container {
  max-width: 1560px;
  padding-left: 18px;
  padding-right: 18px;
}

.vanilla-gallery-content-copy > *:last-child {
  margin-bottom: 0;
}

.vanilla-gallery-basic-section .gallery-page-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.vanilla-home-services-grid .vanilla-home-services-card {
  opacity: 0;
  transform: translate3d(0, 46px, 0);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease, border-color .3s ease;
  will-change: transform, opacity;
}

.vanilla-home-services-grid.is-visible .vanilla-home-services-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.vanilla-home-services-grid .vanilla-home-services-card .link-title,
.vanilla-home-services-grid .vanilla-home-services-card .text-200,
.vanilla-home-services-grid .vanilla-home-services-card .underline {
  transition: color .28s ease, transform .28s ease, width .28s ease, opacity .28s ease;
}

.vanilla-home-services-grid .vanilla-home-services-card .underline {
  width: 0;
}

.vanilla-home-services-grid .vanilla-home-services-card:hover,
.vanilla-home-services-grid .vanilla-home-services-card:focus-visible {
  border-color: var(--neutral--800);
  box-shadow: 0 18px 44px rgba(20, 17, 12, 0.08);
  transform: translate3d(0, -10px, .01px);
}

.vanilla-home-services-grid .vanilla-home-services-card:hover .link-title,
.vanilla-home-services-grid .vanilla-home-services-card:focus-visible .link-title {
  transform: translate3d(0, -4px, 0);
}

.vanilla-home-services-grid .vanilla-home-services-card:hover .text-200,
.vanilla-home-services-grid .vanilla-home-services-card:focus-visible .text-200 {
  transform: translate3d(10px, 0, 0);
}

.vanilla-home-services-grid .vanilla-home-services-card:hover .underline,
.vanilla-home-services-grid .vanilla-home-services-card:focus-visible .underline {
  width: 100% !important;
}

@media (prefers-reduced-motion: reduce) {
  .vanilla-home-services-grid .vanilla-home-services-card,
  .vanilla-home-services-grid .vanilla-home-services-card .link-title,
  .vanilla-home-services-grid .vanilla-home-services-card .text-200,
  .vanilla-home-services-grid .vanilla-home-services-card .underline {
    transition: none;
  }

  .vanilla-home-services-grid .vanilla-home-services-card {
    opacity: 1;
    transform: none;
  }

  .vanilla-home-services-grid .vanilla-home-services-card:hover,
  .vanilla-home-services-grid .vanilla-home-services-card:focus-visible,
  .vanilla-home-services-grid .vanilla-home-services-card:hover .link-title,
  .vanilla-home-services-grid .vanilla-home-services-card:focus-visible .link-title,
  .vanilla-home-services-grid .vanilla-home-services-card:hover .text-200,
  .vanilla-home-services-grid .vanilla-home-services-card:focus-visible .text-200 {
    transform: none;
  }

  .vanilla-home-services-grid .vanilla-home-services-card .underline {
    width: 100%;
  }
}

body.admin-bar .header-wrapper {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .header-wrapper {
    top: 46px;
  }
}

@media screen and (max-width: 991px) {
  .w-nav.is-open .w-nav-menu,
  .w-nav .w-nav-menu[data-nav-menu-open] {
    display: block !important;
  }

  .vanilla-gallery-content-section,
  .vanilla-gallery-basic-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vanilla-gallery-content-container,
  .vanilla-gallery-basic-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body.vanilla-video-modal-open {
  overflow: hidden;
}

.vanilla-video-modal[hidden] {
  display: none;
}

.vanilla-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.vanilla-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 9, 6, 0.82);
  backdrop-filter: blur(6px);
}

.vanilla-video-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 28px;
}

.vanilla-video-modal__frame {
  position: relative;
  width: min(100%, 1120px);
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.vanilla-video-modal__player {
  display: block;
  width: 100%;
  max-height: calc(100vh - 96px);
  background: #000;
}

.vanilla-video-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(12, 9, 6, 0.72);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.vanilla-video-modal__close:hover,
.vanilla-video-modal__close:focus-visible {
  background: rgba(12, 9, 6, 0.92);
  border-color: rgba(255, 255, 255, 0.52);
  transform: scale(1.04);
}

.vanilla-video-modal__close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}

@media screen and (max-width: 767px) {
  .vanilla-video-modal__dialog {
    padding: 16px;
  }

  .vanilla-video-modal__player {
    max-height: calc(100vh - 48px);
  }

  .vanilla-video-modal__close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }
}
