/* Base
------------------------------------------------ */
.color-theme-1 {
  --color-background: #000000;
  --color-foreground: #fff;
  --color-border: #5b5b5b;
  --color-menu-item: #fff;
  --color-menu-item-hover: #66cc99;
  --primary-button-background: #66cc99;
  --primary-button-foreground: #000000;
  --primary-button-background-hover: #e0f5eb;
  --primary-button-foreground-hover: #000000;
}

.color-theme-2 {
  --color-background: #66cc99;
  --color-foreground: #000000;
  --color-border: #5b5b5b;
  --color-menu-item: #fff;
  --color-menu-item-hover: #66cc99;
  --primary-button-background: #66cc99;
  --primary-button-foreground: #000000;
  --primary-button-background-hover: #e0f5eb;
  --primary-button-foreground-hover: #000000;
}

.color-theme-3 {
  --color-background: #000000;
  --color-foreground: #fff;
  --color-border: #5b5b5b;
  --color-menu-item: #fff;
  --color-menu-item-hover: #fff;
  --primary-button-background: #66cc99;
  --primary-button-foreground: #000000;
  --primary-button-background-hover: #e0f5eb;
  --primary-button-foreground-hover: #000000;
}

.color-theme-1,
.color-theme-2,
.color-theme-3 {
  background: var(--color-background);
  color: var(--color-foreground);
}
.color-theme-1 h1,
.color-theme-1 h2,
.color-theme-1 h3,
.color-theme-1 h4,
.color-theme-1 h5,
.color-theme-1 h5,
.color-theme-1 p,
.color-theme-1 li,
.color-theme-2 h1,
.color-theme-2 h2,
.color-theme-2 h3,
.color-theme-2 h4,
.color-theme-2 h5,
.color-theme-2 h5,
.color-theme-2 p,
.color-theme-2 li,
.color-theme-3 h1,
.color-theme-3 h2,
.color-theme-3 h3,
.color-theme-3 h4,
.color-theme-3 h5,
.color-theme-3 h5,
.color-theme-3 p,
.color-theme-3 li {
  color: var(--color-foreground);
}

.svg-wrapper > svg,
.img-wrapper > img {
  width: 100%;
  height: 100%;
}

/* Site Identity
------------------------------------------------ */
.site-header .site-title a,
.site-header .main-navigation a:not(.button) {
  color: var(--color-foreground);
}

@media (max-width: 600px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 1000px) {
  .container {
    padding: 0 24px;
  }
  .site-identity {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .site-identity .site-title-wrap {
    max-width: 117px;
  }
  .site-identity .titles-wrap {
    display: none;
  }
  .site-identity .mobile-navigation {
    width: fit-content;
    background-color: transparent;
    cursor: pointer;
  }
  html:has(.drawer-wrap > div[style="display: block;"]) {
    overflow: hidden;
  }
  .drawer-wrap {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 24px;
    transition: transform 300ms ease;
    transform: translate(100%);
    background: #000000;
    height: calc(100vh - (242.466px + var(--wp-admin--admin-bar--height, 0px)));
    overflow-y: auto;
  }
  .drawer-wrap:has(> [style="display: block;"]) {
    transform: translate(0);
  }
  .drawer .drawer-navigation .drop-open ul.drop-active {
    display: flex;
  }
  .drawer .drawer-navigation {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .drawer .drawer-navigation ul li a {
    padding: 16px 0;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
  .drawer .drawer-navigation ul li a .menu-caret {
    display: none;
  }
  .drawer .drawer-navigation .sub-menu {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
    margin: 0;
    display: none;
  }
  .drawer .drawer-navigation .sub-menu .menu-item {
    background: #f6f6f6;
    padding: 0 16px;
  }
  .drawer .drawer-navigation .sub-menu .menu-item a {
    color: #000000;
  }
  .drawer .drawer-navigation .sub-menu .sub-menu {
    box-shadow: none;
    padding-top: 33px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .drawer .drawer-navigation .sub-menu .menu-item-has-children .toggle-sub {
    color: #000000;
  }
  .drawer .menu-item-has-children .toggle-sub,
  .drawer .sub-menu .menu-item-has-children .toggle-sub,
  .drawer .sub-menu .menu-item-has-children .toggle-sub:active,
  .drawer .sub-menu .menu-item-has-children .toggle-sub:focus-visible,
  .drawer .sub-menu .menu-item-has-children .toggle-sub:focus,
  .drawer .sub-menu .menu-item-has-children .toggle-sub:hover {
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54.4px;
  }
  .drawer .menu-item-has-children .toggle-sub svg,
  .drawer .sub-menu .menu-item-has-children .toggle-sub svg,
  .drawer .sub-menu .menu-item-has-children .toggle-sub:active svg,
  .drawer .sub-menu .menu-item-has-children .toggle-sub:focus-visible svg,
  .drawer .sub-menu .menu-item-has-children .toggle-sub:focus svg,
  .drawer .sub-menu .menu-item-has-children .toggle-sub:hover svg {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    transition: all 150ms;
  }
  .drawer .menu-item-has-children .toggle-sub[aria-expanded="true"] svg,
  .drawer
    .sub-menu
    .menu-item-has-children
    .toggle-sub[aria-expanded="true"]
    svg,
  .drawer
    .sub-menu
    .menu-item-has-children
    .toggle-sub:active[aria-expanded="true"]
    svg,
  .drawer
    .sub-menu
    .menu-item-has-children
    .toggle-sub:focus-visible[aria-expanded="true"]
    svg,
  .drawer
    .sub-menu
    .menu-item-has-children
    .toggle-sub:focus[aria-expanded="true"]
    svg,
  .drawer
    .sub-menu
    .menu-item-has-children
    .toggle-sub:hover[aria-expanded="true"]
    svg {
    transform: rotate(180deg);
  }
  .mobile-navigation {
    padding: 10px;
  }
  .drawer-menu-explore {
    background: #000000;
    padding: 24px 0 100px;
  }
}
.site-title-wrap {
  max-width: 117px;
  margin-right: 67px;
}

.site-header .menu-item-has-children > a::after {
  font-size: 20px;
  padding-left: 8px;
}

.site-header .menu-item-has-children > a::after {
  display: none;
}

.top-navigation-right {
  max-width: 100%;
}

.top-navigation .main-navigation {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.top-navigation .main-navigation ul {
  line-height: 100% !important;
}
.top-navigation .main-navigation .ast-menu {
  flex-direction: row;
  align-items: center;
}

.footer-navigation .ast-menu .menu-item {
  width: fit-content;
}

.ast-menu {
  display: flex;
  column-gap: 24px;
}
.ast-menu--sm .menu-text,
.ast-menu--sm .menu-item > a {
  font-size: 14px;
  font-weight: 500;
}
.ast-menu > .menu-item {
  display: inline-block;
  list-style-type: none;
  padding: 0 0 4px 0;
  position: relative;
  transition: all 150ms;
  border-bottom: 1px solid transparent;
}
.ast-menu > .menu-item:hover,
.ast-menu > .menu-item.current-menu-item,
.ast-menu > .menu-item.current-menu-ancestor,
.ast-menu > .menu-item.current-menu-parent {
  border-color: var(--color-menu-item-hover);
}
.ast-menu > .menu-item:hover a,
.ast-menu > .menu-item:hover.current-menu-item a,
.ast-menu > .menu-item.current-menu-item a,
.ast-menu > .menu-item.current-menu-item.current-menu-item a,
.ast-menu > .menu-item.current-menu-ancestor a,
.ast-menu > .menu-item.current-menu-ancestor.current-menu-item a,
.ast-menu > .menu-item.current-menu-parent a,
.ast-menu > .menu-item.current-menu-parent.current-menu-item a {
  color: var(--color-menu-item-hover);
}
.ast-menu
  > .menu-item.menu-item-has-children[aria-expanded="true"]
  > a
  > .svg-wrapper
  > svg {
  transform: rotate(180deg);
}
.ast-menu
  > .menu-item.menu-item-has-children[aria-expanded="true"]
  .menu-item-has-children[aria-expanded="true"]
  > a
  > .svg-wrapper
  > svg {
  transform: rotate(180deg);
}
.ast-menu > .menu-item a {
  margin: 0;
  line-height: 100%;
  transition: all 150ms;
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: var(--color-menu-item);
}
.ast-menu > .menu-item a .svg-wrapper {
  margin-left: auto;
}
.ast-menu > .menu-item a svg {
  /* transition: all 150ms; */
}
.ast-menu > .menu-item.current-menu-item a {
  color: var(--color-foreground);
}
.ast-menu > .menu-item .menu-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ast-menu > .menu-item .sub-menu {
  display: flex;
  width: 380px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  top: calc(100% + 8px);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
}
.ast-menu > .menu-item .sub-menu .menu-item > a > span.svg-wrapper {
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.ast-menu > .menu-item .sub-menu .menu-item > a > span.svg-wrapper svg {
  width: 20px;
  height: auto;
}
.ast-menu > .menu-item .sub-menu .sub-menu {
  max-height: 360px;
  overflow-y: auto;
}
.ast-menu > .menu-item .sub-menu .menu-item:hover > a,
.ast-menu > .menu-item .sub-menu .menu-item.current-menu-item > a,
.ast-menu > .menu-item .sub-menu .menu-item.current-menu-parent > a {
  background: #e0f5eb;
}
.ast-menu > .menu-item .sub-menu .menu-item a {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  color: #000000;
  background: #f6f6f6;
}
.ast-menu > .menu-item .sub-menu .menu-item.current-menu-item > a {
  background: #59c399;
}
.ast-menu > .menu-item .sub-menu .menu-item.menu-item-has-children a::after {
  position: absolute;
  right: 16px;
}
.ast-menu .toggle-sub {
  display: none;
}
.ast-menu .menu-item.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  left: -20px;
  bottom: -20px;
  border: none;
}
.ast-menu .menu-item.menu-item-has-children[aria-expanded="true"] > .sub-menu,
.ast-menu .menu-item.menu-item-has-children:hover > .sub-menu {
  left: 0;
}
.ast-menu
  .menu-item.menu-item-has-children[aria-expanded="true"]
  > .sub-menu
  .menu-item.menu-item-has-children[aria-expanded="true"]
  .sub-menu,
.ast-menu
  .menu-item.menu-item-has-children:hover
  > .sub-menu
  .menu-item.menu-item-has-children:hover
  .sub-menu {
  left: calc(100% + 40px);
  top: 0;
}

.ast-menu .menu-item .menu-caret {
  transition: rotate 0.3s ease-in-out;
}

.ast-menu .menu-item:hover > a .menu-caret {
  transform: rotate(180deg);
}

.ast-menu ul.sub-menu .menu-item.menu-item-has-children > a:before {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  background-color: transparent;
  right: -50px;
}

.site-footer {
  padding-bottom: 0;
}
.site-footer a:hover {
  text-decoration: none;
}

.site-footer .site-title-wrap {
  max-width: 205px;
  margin-right: unset;
}

/* Review Container
------------------------------------------------ */
#review-container .google-review--icon {
  display: block;
  position: relative;
  width: 34.646px;
  height: 29px;
}
#review-container .google-review--icon svg:first-child {
  width: 100%;
  height: 100%;
}
#review-container .google-review--icon svg:last-child {
  position: absolute;
  top: 3.59px;
  bottom: 3.85px;
  left: 4.11px;
  right: 8.98px;
}
#review-container .seek-review--icon {
  width: 75.97px;
  height: 30px;
  display: block;
}
#review-container .seek-review--icon img {
  object-fit: contain;
  object-position: center;
}
#review-container .google-review--text,
#review-container .seek-review--text {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#review-container .divider {
  width: 1px;
  height: 30px;
  background: var(--color-foreground);
}

/* Components
------------------------------------------------ */
.button {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 1000px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: fit-content;
}
.button .svg-wrapper {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}
.button--primary {
  background: var(--primary-button-background);
  color: var(--primary-button-foreground);
}
.button--primary:hover {
  background: var(--primary-button-background-hover) !important;
  color: var(--primary-button-foreground-hover) !important;
}

.icon-link {
  padding-bottom: 4px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: all 150ms;
}
.icon-link > .img-wrapper,
.icon-link > .svg-wrapper {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  color: var(--color-foreground);
  transition: all 150ms;
}
.icon-link--text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 150ms;
  color: var(--color-foreground);
}
.icon-link:hover {
  border-color: var(--color-menu-item-hover);
}
.icon-link:hover .icon-link--text {
  color: var(--color-menu-item-hover);
}
.icon-link:hover > .svg-wrapper {
  color: var(--color-menu-item-hover);
}

@media (max-width: 1000px) {
  .icon-link {
    width: fit-content;
  }
}

/*# sourceMappingURL=general.css.map */
