#wpadminbar {
  position: fixed;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.entry-content .alignfull {
  max-width: none !important;
}
.entry-content h1 {
  font-size: 4rem;
}

#mobile-menu-trigger {
  z-index: 1001;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: 1000;
  background: rgb(245, 238, 233);
  height: 100vh;
  width: 0;
  overflow: hidden;
  transition: 0.3s all;
}
.mobile-menu.active {
  left: -1rem;
  width: 100vw;
}
.mobile-menu ul {
  margin-top: 2.5rem;
  list-style: none;
  padding-right: 3rem;
}
.mobile-menu ul li {
  padding: 12px 0;
  border-bottom: 1px solid black;
}
.mobile-menu ul li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.mobile-menu ul li:last-child {
  border-bottom: none;
}

#gform_wrapper_2 .gform_description {
  font-size: 1rem;
  color: rgba(33, 37, 41, 0.7);
  margin-bottom: 1rem;
}
#gform_wrapper_2 #gform_fields_2 {
  padding: 1rem 0;
  row-gap: 20px;
}
#gform_wrapper_2 input:not(.gform_button), #gform_wrapper_2 textarea {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 48px !important;
}
#gform_wrapper_2 .textarea {
  min-height: 150px !important;
}
#gform_wrapper_2 .gform_button {
  background-color: rgb(133, 67, 18);
  color: white;
  font-weight: 500;
  line-height: 48px;
  font-size: 1rem;
  font-family: var(--font-text-family);
  width: 100%;
}

p.contact-form-bottom-text {
  text-align: center;
  margin-top: 1rem;
}
p.contact-form-bottom-text a {
  font-weight: 500;
  text-decoration: none;
  color: rgb(133, 67, 18);
}

.wc-wrapper {
  font-size: 16px;
  font-family: inherit !important;
  margin-bottom: 4rem;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
  gap: 6rem;
  flex-wrap: wrap;
}
.wc-wrapper .woocommerce-MyAccount-navigation {
  font-weight: 500;
  flex-shrink: 0;
}
.wc-wrapper .woocommerce-MyAccount-navigation ul {
  border-radius: 16px;
  background: #F5EEE9;
  padding: 1rem 2rem;
  margin-bottom: 0;
  list-style: none;
}
.wc-wrapper .woocommerce-MyAccount-navigation ul li {
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid #D9D3CF;
}
.wc-wrapper .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.wc-wrapper .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
}
.wc-wrapper form.woocommerce-EditAccountForm > * {
  margin-top: 1rem;
}
.wc-wrapper form.woocommerce-EditAccountForm fieldset > legend {
  font-size: 18px;
  font-weight: 600;
}
.wc-wrapper .woocommerce-MyAccount-content input, .wc-wrapper .woocommerce-MyAccount-content textfield {
  border-radius: 4px;
  border: 1px solid;
  border-color: rgba(131, 131, 131, 0.25);
}
.wc-wrapper .woocommerce-MyAccount-content input:focus, .wc-wrapper .woocommerce-MyAccount-content textfield:focus {
  border-color: rgba(133, 70, 24, 0.86);
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 4px;
}
.wc-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .wc-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  width: unset;
}
.wc-wrapper button {
  background: rgb(133, 67, 18);
  font-size: 18px;
  font-weight: 500;
  padding: 4px 12px;
  line-height: 48px;
  border-radius: 4px;
  color: #fff;
  border: none;
}
.wc-wrapper button:hover {
  background: rgb(193, 149, 115);
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
  .mobile-only {
    display: none;
  }
  .wc-wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 459px) {
  .entry-content > * {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .entry-content > * {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .entry-content > * {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .entry-content > * {
    max-width: 1140px;
  }
}

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