/*
Theme Name: avales
Theme URI: avales
Author: Avales AG
Author URI: https://www.avales.ch/
Description: avales based on Frost
Requires at least: 6.5
Tested up to: 6.5.2
Requires PHP: 8.2
Version: 1.3.5
*/
@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(271deg);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--solid);
}

main .entry-content p:not(.breadcrumbs) a:not(.wp-element-button) {
  text-decoration: none;
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
main .entry-content p:not(.breadcrumbs) a:not(.wp-element-button):hover {
  color: var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--contrast);
}
main .entry-content .has-primary-background-color p:not(.breadcrumbs) a:not(.wp-element-button) {
  border-bottom: 1px solid #333;
}
main .entry-content .has-primary-background-color p:not(.breadcrumbs) a:not(.wp-element-button):hover {
  color: #fff !important;
}

h1, h2, h3, h4 {
  line-height: 1.5;
}

h1, h2, h3, p {
  hyphens: auto;
}

.text-upper {
  text-transform: uppercase;
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--bold);
}

p.has-max-60-font-size {
  line-height: var(--wp--custom--line-height--medium);
  font-weight: 700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type=button],
input[type=submit],
textarea:focus,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

a img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

mark {
  background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

main ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

main ul li:not(.variable-item, .wc-block-product) {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

main ul li:not(.variable-item, .wc-block-product)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='771' height='751' overflow='hidden'><g transform='translate(-952 -641)'><path d='M0.0961305 245.002 179.096 245.002 89.5955 0.00108683Z' fill='%23CCA935' fill-rule='evenodd' transform='matrix(-1.83697e-16 -1 -1 1.83697e-16 1198 1110)'/><path d='M750.067 770.001 447.208 0.00108268 303.943 0.00108268 0.0664596 770.001 148.432 770.001 375.324 179.298 601.701 770.001 750.067 770.001' fill='%23CCA935' fill-rule='evenodd' transform='matrix(-1.83697e-16 -1 -1 1.83697e-16 1723 1392)'/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Blocks
---------------------------------------- */
/* -- Code -- */
*:not(.wp-block-code) > code {
  background-color: var(--wp--preset--color--neutral);
  font-size: var(--wp--preset--font-size--small);
  padding: 5px 8px;
}

.acf-hero.acf-hero--team {
  height: auto;
}
.acf-hero.acf-hero--team .acf-hero__wrap {
  display: flex;
}
.acf-hero.acf-hero--team .acf-hero__bg {
  width: 60%;
}
.acf-hero.acf-hero--team .acf-hero__team {
  width: 40%;
  position: relative;
  z-index: 3;
}
.acf-hero.acf-hero--team .acf-hero__bg {
  position: relative;
}
.acf-hero.acf-hero--team .acf-hero__team {
  display: flex;
  background: #eeeeee;
  align-items: flex-end;
}
.acf-hero.acf-hero--team .acf-hero__corner {
  right: -1px;
  width: clamp(80px, 20vw, 524px);
  height: 100%;
}
.acf-hero.acf-hero--team .acf-hero__img--team {
  margin-left: -10%;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .acf-hero.acf-hero--team {
    height: auto;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .acf-hero.acf-hero--team .acf-hero__team {
    padding-top: 30px;
  }
  .acf-hero.acf-hero--team .acf-hero__text {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .acf-hero.acf-hero--team .acf-hero__icon {
    display: none !important;
  }
  .acf-hero.acf-hero--team .acf-hero__wrap {
    min-height: 200px;
  }
  .acf-hero.acf-hero--team .acf-hero__inner {
    position: relative;
  }
  .acf-hero.acf-hero--team .acf-hero__img {
    height: 100%;
  }
  .acf-hero.acf-hero--team .acf-hero__team {
    width: 100%;
    padding-top: 30px;
  }
  .acf-hero.acf-hero--team .acf-hero__img--team {
    object-fit: contain;
  }
  .acf-hero.acf-hero--team .acf-hero__inner {
    width: 100%;
  }
  .acf-hero.acf-hero--team p,
  .acf-hero.acf-hero--team h1 {
    color: var(--wp--preset--color--contrast);
  }
}

.acf-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.acf-hero__media {
  margin: 0;
  height: 100%;
}
.acf-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 333;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.acf-hero__inner p {
  color: #fff;
  font-size: var(--wp--preset--font-size--l-medium);
  margin-bottom: 0;
  line-height: 1.5;
}
.acf-hero__text {
  max-width: 55ch;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.acf-hero__headline {
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.acf-hero__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.1;
}
.acf-hero__corner {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: clamp(80px, 8vw, 524px);
  height: clamp(216px, 21vw, 840px);
  pointer-events: none;
}
@media (min-width: 1660px) {
  .acf-hero__inner {
    max-width: var(--wp--style--global--wide-size);
  }
  .acf-hero__text {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .acf-hero {
    height: auto;
  }
  .acf-hero__corner {
    width: clamp(60px, 8vw, 524px);
  }
  .acf-hero__text {
    padding-top: 30px;
  }
  .acf-hero__img {
    min-height: 300px;
    height: auto;
  }
}

/* Wrapper */
.etec-posts-teaser {
  display: grid;
  gap: 2rem;
}

.etec-card__img:focus,
.etec-card__img:hover,
.etec-post__img:focus,
.etec-post__img:hover {
  opacity: 0.8 !important;
  filter: saturate(1.1) contrast(1.02) brightness(1.06);
}

.etec-posts-teaser h3 {
  font-size: 1.2rem;
}
.etec-posts-teaser h3 a {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-weight: 700;
}

.etec-card,
.etec-post--featured,
.etec-card__body {
  background: var(--wp--preset--color--neutral);
}

.etec-post--featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* Bild etwas breiter als Text */
  gap: 1.5rem;
  align-items: stretch;
}
.etec-post--featured .etec-post__content {
  padding: 10%;
  max-width: 420px;
  margin: 0 auto;
}

.etec-post__media {
  display: block;
}

.etec-post__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 14/9;
}

.etec-post__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.etec-post__title {
  margin: 0;
  line-height: 1.25;
}

.etec-post__excerpt p {
  margin: 0 0 0.75rem;
}

.etec-post__more {
  margin: 0;
}

.etec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.etec-card {
  display: flex;
  flex-direction: column;
}

.etec-card__media {
  display: block;
}

.etec-card__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 14/9;
  object-fit: cover;
}

.etec-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}

.etec-card__title {
  margin: 0;
  line-height: 1.3;
}

.etec-card__excerpt p {
  margin: 0 0 0.75rem;
}

.etec-card__more {
  margin: 0;
}

@media (max-width: 900px) {
  .etec-post--featured {
    grid-template-columns: 1fr;
  }
  .etec-post__img {
    aspect-ratio: 3/2;
  }
  .etec-grid {
    grid-template-columns: 1fr;
  }
  .etec-card__img,
  .etec-post__img {
    max-width: 320px;
    aspect-ratio: 1/1;
  }
  .etec-post--featured {
    gap: 0;
  }
  .etec-post--featured .etec-post__content {
    padding: 1rem;
    max-width: 100%;
  }
}
.site-header.is-sticky,
.woocommerce-page .site-header,
.woocommerce .site-header {
  background: #BC5336;
  background: linear-gradient(90deg, rgb(213, 181, 73) 0%, rgb(188, 83, 54) 100%);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3333;
}

header .langswitch,
header .wc-block-mini-cart__button {
  display: none !important;
}
header .langswitch {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
header .langswitch a {
  text-decoration: none;
}
header .wp-block-woocommerce-customer-account {
  display: none;
}
header .wp-block-woocommerce-mini-cart {
  color: #fff;
}
header .wp-block-woocommerce-mini-cart span:where(.wc-block-mini-cart__badge) {
  background-color: #000;
  color: rgb(255, 255, 255);
}
header .wc-block-mini-cart__button svg {
  fill: #fff !important;
}
@media only screen and (max-width: 600px) {
  header {
    background: rgba(0, 0, 0, 0.3);
  }
  header .wp-block-group {
    gap: 10px;
  }
}

header,
.site-header {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3333;
}
header .langswitch a,
header .sub-navi a,
.site-header .langswitch a,
.site-header .sub-navi a {
  color: #fff !important;
  font-weight: 500;
}
header .langswitch li,
.site-header .langswitch li {
  display: flex;
}
header .sub-navi,
.site-header .sub-navi {
  margin-right: auto;
}
header .logo-link,
.site-header .logo-link {
  display: flex;
  position: relative;
  z-index: 100001;
  text-align: right;
}
header .wp-block-group .wp-block-group,
.site-header .wp-block-group .wp-block-group {
  flex-wrap: nowrap;
  padding: 0 !important;
}
header .wp-block-navigation__responsive-container-close,
.site-header .wp-block-navigation__responsive-container-close {
  left: 0;
  right: auto;
}
header .wp-block-search,
.site-header .wp-block-search {
  margin-left: auto;
}
header .wp-block-search .wp-block-search__inside-wrapper,
.site-header .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
header .wp-block-search .wp-block-search__input,
.site-header .wp-block-search .wp-block-search__input {
  padding: 10px;
  font-size: 0.875rem;
  border-color: #ccc;
}
header .wp-block-search input::placeholder,
.site-header .wp-block-search input::placeholder {
  font-size: 0.875rem;
}
header .wp-block-search__button,
.site-header .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M384 208a176 176 0 1 0-352 0 176 176 0 1 0 352 0zm-40.7 158c-36.3 31.2-83.6 50-135.3 50C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 51.7-18.8 99-50 135.3l141.3 141.4c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L343.3 366z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  border: 1px solid #fff;
  height: calc(100% - 2px);
  margin: 1px;
  padding: 10px 20px;
}
header .wp-block-search__button img,
.site-header .wp-block-search__button img {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  header .logo-link img,
  .site-header .logo-link img {
    width: 90px;
  }
  header .wp-block-group,
  .site-header .wp-block-group {
    padding: 0 10px !important;
  }
  header .wp-block-navigation__responsive-container-open svg,
  .site-header .wp-block-navigation__responsive-container-open svg {
    width: 30px;
    height: 30px;
    fill: #fff;
  }
  header .sub-navi a,
  header .langswitch a,
  .site-header .sub-navi a,
  .site-header .langswitch a {
    font-size: 0.75rem;
  }
  header .sub-navi,
  .site-header .sub-navi {
    gap: 5px;
  }
}

.header-top .wp-block-button__link,
.header-top input {
  line-height: 1rem;
}

footer.wp-block-template-part,
.site-footer {
  background: #BC5336;
  background: linear-gradient(90deg, rgb(213, 181, 73) 0%, rgb(188, 83, 54) 100%);
}
footer.wp-block-template-part .wp-block-navigation,
.site-footer .wp-block-navigation {
  margin: 20px 0;
  padding: 0;
  display: block;
  list-style: none;
}
footer.wp-block-template-part p a,
.site-footer p a {
  text-decoration: none;
}
footer.wp-block-template-part p a:focus-within, footer.wp-block-template-part p a:hover,
.site-footer p a:focus-within,
.site-footer p a:hover {
  color: #000;
}
footer.wp-block-template-part li a,
.site-footer li a {
  display: block;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
footer.wp-block-template-part li a span,
.site-footer li a span {
  color: #fff !important;
}
footer.wp-block-template-part li.current-menu-item > a span,
footer.wp-block-template-part li a:focus-within span,
footer.wp-block-template-part li a:hover span,
.site-footer li.current-menu-item > a span,
.site-footer li a:focus-within span,
.site-footer li a:hover span {
  color: #000 !important;
}

.wp-block-navigation__responsive-container-open {
  border: 0 !important;
  padding: 0;
}
.wp-block-navigation__responsive-container-open svg {
  width: 52px;
  height: 52px;
  fill: #fff;
}

.wp-block-navigation__responsive-container-close svg {
  width: 42px;
  height: 42px;
}

/* -- Navigation -- */
.logo-invert {
  display: none;
}

.logo {
  display: inline-block;
}

.has-modal-open {
  /*
  .home{

    .logo-invert{display: none;}
    .logo{display: inline-block;}

    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
      background: rgba($font, 1);
    }

    .wp-block-navigation__responsive-container-close svg{
      fill:#fff;
    }

    .wp-block-navigation-item__label{
      color:#fff;
    }

  }
  */
}
.has-modal-open .sub-navi,
.has-modal-open .logo {
  display: none;
}
.has-modal-open .logo-invert {
  display: inline-block;
}
.has-modal-open .wp-block-navigation-item__label {
  line-height: 1.5;
  display: inline-block;
}
.has-modal-open li.wp-block-navigation-item.current-menu-item.has-child > a span,
.has-modal-open li.wp-block-navigation-item.current-menu-item:not(.has-child) span {
  border-bottom: 2px solid #000;
  opacity: 0.8;
}
.has-modal-open .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(201, 201, 201) 100%);
}
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open::after {
  background-image: url("/wp-content/themes/avales/assets/images/avales-icon-gray.svg");
  opacity: 0.2;
}
.has-modal-open .parent-pageid-165 .logo-invert,
.has-modal-open .page-id-165 .logo-invert {
  display: none;
}
.has-modal-open .parent-pageid-165 .logo,
.has-modal-open .page-id-165 .logo {
  display: inline-block;
}
.has-modal-open .parent-pageid-165 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.has-modal-open .page-id-165 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background: #c79245;
}
.has-modal-open .parent-pageid-81 .logo-invert,
.has-modal-open .page-id-81 .logo-invert {
  display: none;
}
.has-modal-open .parent-pageid-81 .logo,
.has-modal-open .page-id-81 .logo {
  display: inline-block;
}
.has-modal-open .parent-pageid-81 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.has-modal-open .page-id-81 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background: #bc5336;
}
.has-modal-open .parent-pageid-81 .wp-block-navigation__responsive-container-close svg,
.has-modal-open .page-id-81 .wp-block-navigation__responsive-container-close svg {
  fill: #fff;
}
.has-modal-open .parent-pageid-81 .wp-block-navigation-item__label,
.has-modal-open .page-id-81 .wp-block-navigation-item__label {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .has-modal-open .logo-link img {
    max-width: 140px;
  }
}

.wp-block-navigation__responsive-container.is-menu-open::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: auto;
  background-image: url("/wp-content/themes/avales/assets/images/avales-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: 1;
}

.wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
  max-width: 100% !important;
}

.is-menu-open .wp-block-navigation__responsive-close {
  height: 100%;
}
.is-menu-open .wp-block-navigation__container {
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}
.is-menu-open .wp-block-navigation__responsive-dialog {
  display: flex;
  z-index: 3;
  height: 100%;
}
.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  padding: 0 !important;
  max-width: 960px;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 2rem !important;
}
.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu li.wp-block-navigation-item {
  display: inline-block !important;
  margin: 0 15px 0 0;
}
.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__label {
  font-size: var(--wp--preset--font-size--medium);
  overflow-wrap: anywhere;
}
.is-menu-open .wp-block-navigation__responsive-container-content {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
.is-menu-open .wp-block-navigation-item__label:hover {
  opacity: 0.5;
}
.is-menu-open .wp-block-navigation-item__label {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--large);
}
@media only screen and (max-width: 960px) {
  .is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
  }
  .is-menu-open .wp-block-navigation-item__label {
    font-size: 1.25rem;
  }
  .is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu li span.wp-block-navigation-item__label {
    font-size: 1rem;
    hyphens: auto;
  }
}

.wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 28rem;
  text-align: center;
}

/* Media Queries
---------------------------------------- */
@media only screen and (max-width: 600px) {
  :root {
    --wp--custom--spacing--gap: 20px!important;
  }
  /* -- Utility -- */
  .is-style-hidden-mobile {
    display: none !important;
  }
  .wp-block-columns > .wp-block-column[style*="flex-basis:25%"]:empty {
    display: none !important;
  }
}
@media only screen and (max-width: 782px) {
  /* -- Columns -- */
  .is-style-columns-reverse {
    flex-direction: column-reverse;
  }
}
.wp-block-button__link {
  transition: all 2s ease;
}
.wp-block-button__link.has-primary-background-color {
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-button__link.has-secondary-background-color {
  border-color: var(--wp--preset--color--secondary) !important;
}
.wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:hover {
  border-color: #000 !important;
  background: #6F6F6F !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

#fixed-buttons-container {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fixed-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.fixed-button svg {
  fill: #fff;
}
.fixed-button span {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 768px) {
  .fixed-button {
    width: 40px;
    height: 40px;
  }
  .fixed-button svg {
    max-width: 20px;
  }
}

.phone-button {
  background-color: var(--wp--preset--color--third) !important;
}
.phone-button:hover {
  background-color: #333;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.phone-button:hover svg {
  fill: #333;
}

.email-button {
  background-color: var(--wp--preset--color--primary) !important;
}
.email-button:hover {
  background-color: #333;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.email-button:hover svg {
  fill: #333;
}

a,
button,
input:focus,
input[type=button],
input[type=submit],
textarea:focus,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--medium);
}

mark {
  background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

/* -- Forms -- */
input,
select,
textarea {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 0;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 20px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--neutral);
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

.wpcf7-form.sent .form-wrapper {
  display: none;
}

.wpcf7-form .small {
  font-size: 1rem;
  opacity: 0.8;
}

.wpcf7-response-output {
  font-weight: var(--wp--custom--font-weight--medium);
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
}

::placeholder {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.5;
}

.wp-block-buttons--round a {
  border-radius: 9999px;
}

.has-primary-background-color .col-icon img,
.has-third-background-color .col-icon img {
  filter: invert(100%) sepia(19%) saturate(0%) hue-rotate(152deg) brightness(108%) contrast(101%);
}

.location-image a img:hover,
.wp-block-image a img:hover {
  filter: saturate(1.1) contrast(1.1) brightness(1.1);
}

.archive .img-box .wp-block-image,
main .img-box .wp-block-image {
  margin: 0;
}
.archive .img-box img,
main .img-box img {
  transition: all 1s ease;
}
.archive .img-box p,
main .img-box p {
  margin: 0;
  padding: 0;
}
.archive .img-box p a,
main .img-box p a {
  width: 100%;
  transition: all 2s ease;
  display: inline-block;
  padding: 20px 0;
  text-decoration: none;
  border-bottom: 0 !important;
}
.archive .img-box p a:hover,
main .img-box p a:hover {
  background: #C79245;
}

@media (min-width: 1200px) {
  .min-height-home-p {
    min-height: 230px;
  }
}

.parent-pageid-165 main h2, .parent-pageid-165 main h3,
.page-id-165 main h2,
.page-id-165 main h3 {
  color: #C79245 !important;
}

.locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--wp--custom--spacing--gap);
}

@media (max-width: 768px) {
  .locations-grid {
    grid-template-columns: 1fr 1fr;
  }
  .locations-grid .location-title a {
    padding: 10px 0;
  }
}
.location-item a {
  display: block;
  text-decoration: none;
}

.location-image img {
  display: block;
  width: 100%;
  height: auto;
}

.location-title {
  margin: 0;
  padding: 0;
}

.location-title a {
  color: #fff;
  background-color: var(--wp--preset--color--primary);
  width: 100%;
  transition: all 2s ease;
  display: inline-block;
  padding: 20px 0;
  text-decoration: none;
  border-bottom: 0 !important;
}
.location-title a:focus-within, .location-title a:hover {
  background: #C79245;
}

.single-avales_team .logo {
  display: none;
}
.single-avales_team .logo-invert {
  display: inline-block;
}

.single-avales_team main ul,
.single-avales_team main p {
  margin-block-start: 0;
}
.single-avales_team main p {
  margin: 0 0 30px 0;
}
.single-avales_team main p strong {
  color: var(--wp--preset--color--primary);
}

.team-footer {
  display: flex;
  padding: 2% 0;
  width: 100%;
}
.team-footer .team-back-link {
  margin-left: auto;
  opacity: 0.7;
  text-decoration: none;
}
.team-footer .team-back-link:focus-within, .team-footer .team-back-link:hover {
  text-decoration: underline;
}

.avales-team-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
}

.avales-team-item {
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
}

.avales-team-item-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 10px 10px 0 10px;
  text-decoration: none;
  transition: all 1s ease;
}
.avales-team-item-inner:focus-within, .avales-team-item-inner:hover {
  background: linear-gradient(360deg, rgb(235, 203, 136) 0%, rgb(255, 255, 255) 100%);
}

.avales-team-link {
  display: block;
  margin-top: auto;
  width: 100%;
  text-align: center;
}

.avales-team-icon {
  width: 100%;
  text-align: left;
}
.avales-team-icon div {
  width: 30px;
  height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wp--preset--color--third) !important;
}
.avales-team-icon svg {
  fill: #fff;
}

.avales-filter-btn {
  border: 1px solid #c9b887;
  background: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 9999px;
  transition: 0.2s;
  font-size: 1rem;
}

.avales-filter-btn.active,
.avales-filter-btn:hover {
  background: #c9b887;
  color: #fff;
}

.avales-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

@media (min-width: 1600px) {
  .avales-team-item-inner {
    padding: 30px 30px 0 30px;
  }
  .avales-team-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1600px) and (min-width: 960px) {
  .avales-team-item-inner {
    padding: 15px 15px 0 15px;
  }
  .avales-team-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 960px) and (min-width: 640px) {
  .avales-team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.avales-team-header {
  min-height: 120px;
}

.avales-team-name {
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

.avales-team-name,
.avales-team-role {
  text-align: left;
  line-height: 1.5;
  hyphens: auto;
}

.avales-team-item {
  text-align: center;
  transition: opacity 0.3s ease;
}

.avales-team-item img {
  width: 240px;
  max-width: 100%;
  height: auto;
}

.avales-team-name {
  margin-top: 0.5rem;
}

.avales-team-role {
  color: #000;
}

.fade-in {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.woocommerce main.wp-block-group {
  padding-top: 30px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 1rem;
  color: var(--wp--preset--color--third);
  margin: 0;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #222;
  text-decoration: none;
}

.wp-block-woocommerce-product-collection {
  padding-top: 30px;
  padding-bottom: 60px;
}
.wp-block-woocommerce-product-collection .wp-block-woocommerce-product-image a {
  text-align: center;
}
.wp-block-woocommerce-product-collection .size-woocommerce_thumbnail {
  max-width: 280px;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  line-height: 1;
  font-size: 1rem !important;
  padding: 10px;
}

.wc-block-components-product-image a:hover,
.wp-block-woocommerce-product-button a:hover {
  opacity: 0.8;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-woocommerce-product-collection .wc-block-product-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(33% - 1em);
  }
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  display: none;
}

.woocommerce-cart .wp-block-post-title {
  max-width: var(--wp--style--global--wide-size) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 500 !important;
}

.wc-block-cart-items__row,
.wp-block-woocommerce-checkout-order-summary-block {
  background: #f8f8f8;
}

.woocommerce-checkout.woocommerce-page header {
  background: linear-gradient(90deg, rgb(188, 83, 54) 0%, rgb(213, 181, 73) 100%);
}
.woocommerce-checkout.woocommerce-page .back-to a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout.woocommerce-page header .logo-link img {
    margin: 10px 0;
  }
}

.hint-steps p {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.hint-steps span {
  width: 24px;
  height: 24px;
  min-width: 24px;
  color: #fff;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background-color: var(--wp--preset--color--third);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-block-components-totals-footer-item-tax,
.wc-block-components-totals-item__label,
.wc-block-cart .wc-block-cart__totals-title {
  font-weight: 500 !important;
}

.wc-block-components-totals-footer-item-tax,
.wc-block-components-totals-item__label {
  font-size: 1rem !important;
}

.wc-block-components-totals-footer-item-tax {
  opacity: 0.7;
}

.woocommerce-page .woocommerce.product,
.woocommerce-page main {
  margin-top: 100px !important;
}
@media only screen and (max-width: 600px) {
  .woocommerce-page .woocommerce.product,
  .woocommerce-page main {
    margin-top: 50px !important;
  }
}

.woocommerce.product .wp-block-post-title {
  font-size: var(--wp--preset--font-size--l-medium);
  font-weight: var(--wp--custom--font-weight--medium);
}
.woocommerce.product .wp-block-woocommerce-product-price,
.woocommerce.product .wp-block-post-excerpt {
  margin-top: 10px;
}
.woocommerce.product li.variable-item {
  padding: 10px 15px !important;
  height: auto !important;
  border-radius: 0 !important;
  font-weight: 500;
}
.woocommerce.product div.product form.cart .variations,
.woocommerce.product .value.woo-variation-items-wrapper {
  padding: 0;
  margin: 0;
}
.woocommerce.product .variations .label,
.woocommerce.product .woocommerce-product-gallery__trigger {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .wp-block-woocommerce-mini-cart-title-block {
    font-size: 1.25rem !important;
  }
}

.wc-block-grid__product-price {
  font-size: 0.75rem !important;
  color: #555;
  font-weight: 500;
}
.wc-block-grid__product-price .woocommerce-Price-amount {
  color: #666;
  font-size: 1rem !important;
}

.wp-block-woocommerce-add-to-cart-form .variations_button, .wp-block-woocommerce-add-to-cart-form form.cart {
  grid-auto-flow: row;
}

.coach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .coach-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.coach-card {
  cursor: pointer;
  position: relative;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background: var(--wp--preset--color--third);
  color: #fff;
}

.coach-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.coach-card-inner {
  text-align: center;
  border: 1px solid #ccc;
  padding: 8px;
}

.coach-name {
  font-weight: 500;
  font-size: 1rem;
  margin: 10px 0;
}

.coach-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 0.9em;
}

.coach-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
}
.coach-links a p {
  text-align: center;
  margin: 5px 0;
  width: 100%;
}
.coach-links a:focus-within, .coach-links a:hover {
  opacity: 0.8;
}

.coach-links span {
  width: 36px;
  height: 36px;
  background: var(--wp--preset--color--primary) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coach-links span svg {
  fill: #fff;
}

.coach-select {
  color: var(--wp--preset--color--primary);
}

.coach-selected {
  color: var(--wp--preset--color--third);
}

.coach-selected,
.coach-select {
  font-size: 1rem;
  margin: 5px 0 0 0;
}

.coach-selected {
  display: none;
}

.coach-card-inner:hover,
.coach-card-inner:focus-within {
  outline: 2px solid #ccc;
}

.coach-card input:checked + .coach-card-inner {
  outline: 2px solid var(--wp--preset--color--third);
  background: #fff;
}
.coach-card input:checked + .coach-card-inner .coach-selected {
  display: block;
}
.coach-card input:checked + .coach-card-inner .coach-select {
  display: none;
}

.woocommerce-tabs .additional_information_tab,
.woocommerce-tabs .description_tab {
  font-size: 1rem;
  font-weight: 500 !important;
}

.wc-block-product-template__responsive.columns-3 {
  margin: 0 0 10px 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) and (min-width: 1100px) {
  .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) and (min-width: 800px) {
  .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}

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