/*
Theme Name: SRI Brands
Theme URI: https://sribrands.com
Author: CZECH.click
Author URI: https://czech.click
Description: SRI Brands — Sunnye Ridge Imports
Version: 1.0.0
Text Domain: sri-brands
*/
/* CSS RESET, thanks https://www.joshwcomeau.com/css/custom-css-reset/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/arimo/arimo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/arimo/arimo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/arimo/arimo-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/arimo/arimo-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #1a1a1a;
}
.site-main {
  max-width: 1400px;
  margin: 0 auto;
}
h2 {
  font-size: 22px;
  color: #cb9a85;
  line-height: 30px;
  letter-spacing: 4.4px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  color: #a8745c;
  font-weight: bold;
  margin: 10px 0 16px;
}
p {
  margin: 10px 0 16px;
  color: #505050;
}
.site-header {
  background-color: #021d10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(40px, calc((100% - 1400px) / 2 + 40px));
  height: 70px;
}
.site-logo {
  display: flex;
  align-items: center;
}
.site-logo img {
  height: 54px;
  width: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.site-nav ul {
  display: flex;
  align-items: stretch;
  gap: 32px;
  height: 100%;
}
.site-nav li {
  display: flex;
  align-items: center;
  border-top: 2px solid transparent;
}
.site-nav a {
  font-family: 'Arimo', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #cb9a85;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-nav a:hover {
  color: #ffffff;
}
.site-nav .current-menu-item,
.site-nav .current_page_item {
  border-top-color: #cb9a85;
}
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .site-nav {
    display: none;
  }
  .site-nav[data-open="true"] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #021d10;
    z-index: 999;
    padding: 8px 0 16px;
  }
  .site-nav[data-open="true"] ul {
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .site-nav[data-open="true"] li {
    border-top: none;
    border-left: 3px solid transparent;
  }
  .site-nav[data-open="true"] a {
    display: block;
    padding: 14px 24px;
  }
  .site-nav[data-open="true"] .current-menu-item,
  .site-nav[data-open="true"] .current_page_item {
    border-left-color: #cb9a85;
  }
}
.site-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.site-nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cb9a85;
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.2s ease;
  transform-origin: center;
}
.site-nav-toggle:hover span {
  background-color: #ffffff;
}
.site-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .site-nav-toggle {
    display: flex;
  }
}
.site-footer {
  font-family: 'Arimo', sans-serif;
}
.site-footer__cta {
  background-color: #002d16;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px max(40px, calc((100% - 1400px) / 2 + 40px));
  gap: 40px;
}
@media (max-width: 1024px) {
  .site-footer__cta {
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
    gap: 28px;
  }
}
.site-footer__cta-text {
  flex: 1;
}
.site-footer__cta-heading {
  font-size: 28px;
  font-weight: 700;
  color: #f0ebe4;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .site-footer__cta-heading {
    font-size: 22px;
  }
}
.site-footer__cta-sub {
  font-size: 14px;
  font-style: italic;
  color: #cb9a85;
  line-height: 1.5;
}
.site-footer__cta-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.site-footer__cta-logo img {
  height: 70px;
  width: auto;
}
.site-footer__cta-action {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .site-footer__cta-action {
    justify-content: center;
  }
}
.site-footer__contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #a8745c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 28px;
  transition: background-color 0.2s ease;
}
.site-footer__contact-btn:hover {
  background-color: #885d49;
}
.site-footer__bottom {
  background-color: #021c0f;
  text-align: center;
  padding: 48px max(40px, calc((100% - 1400px) / 2 + 40px)) 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .site-footer__bottom {
    padding: 36px 24px 28px;
  }
}
.site-footer__tagline {
  font-size: 26px;
  font-weight: 400;
  color: #cb9a85;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .site-footer__tagline {
    font-size: 18px;
  }
}
.site-footer__links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer__links a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.site-footer__links a:hover {
  color: #cb9a85;
}
.site-footer__links span {
  color: #ffffff;
  opacity: 0.4;
  font-size: 11px;
}
.site-footer__copy {
  font-size: 13px;
  color: #888888;
  max-width: 680px;
  line-height: 1.6;
}
.sri-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 600px;
}
@media (max-width: 768px) {
  .sri-banner {
    height: 320px;
  }
}
.sri-banner__slide {
  position: relative;
  background-color: var(--banner-bg-color, #021d10);
  background-image: var(--banner-bg, none);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.sri-banner__content {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  padding: 50px 0;
}
.sri-banner__img-inner {
  opacity: 0;
}
.sri-banner__full-img {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sri-banner__full-img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 540px;
}
.sri-banner__logo {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.sri-banner__logo img {
  display: block;
  width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .sri-banner__logo img {
    width: 120px;
  }
}
.sri-banner__bottle {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sri-banner__bottle img {
  display: block;
  height: auto;
  max-height: 540px;
  max-width: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .sri-banner__bottle img {
    max-height: 260px;
  }
}
@keyframes sri-from-left {
  from {
    transform: translateX(-60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes sri-from-bottom {
  from {
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.swiper-slide-active .sri-banner__full-img .sri-banner__img-inner {
  animation: sri-from-bottom 0.7s ease forwards;
}
.swiper-slide-active .sri-banner__logo .sri-banner__img-inner {
  animation: sri-from-left 0.7s ease forwards;
}
.swiper-slide-active .sri-banner__bottle .sri-banner__img-inner {
  animation: sri-from-bottom 0.7s ease forwards;
  animation-delay: 0.15s;
}
.sri-banner .swiper-button-prev,
.sri-banner .swiper-button-next {
  color: #cb9a85;
}
.sri-banner .swiper-button-prev::after,
.sri-banner .swiper-button-next::after {
  font-size: 20px;
}
.sri-banner .swiper-pagination-bullet {
  background: #cb9a85;
  opacity: 0.5;
}
.sri-banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.wp-block-group {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 20px 0;
}
.wp-block-group > .wp-block-group__inner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
.wp-block-group.green {
  background-color: #021d10;
  color: #f0ebe4;
}
.wp-block-group.green p {
  color: white;
}
.wp-block-media-text {
  margin: 20px 0;
  aspect-ratio: 16 / 7;
}
.wp-block-media-text .wp-block-media-text__media {
  height: 100%;
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-media-text .wp-block-media-text__content {
  border: 1px solid #cb9a85;
  margin: 20px;
  padding: 40px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wp-block-media-text .wp-block-heading {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.wp-block-media-text .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #cb9a85;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 0.2s ease;
}
.wp-block-media-text .wp-block-button__link:hover {
  background-color: #bc7c61;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .wp-block-media-text {
    aspect-ratio: unset;
    grid-template-columns: 100% !important;
    gap: 20px;
  }
  .wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    order: -1;
    height: 320px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    margin: 0 20px 20px;
  }
}
.wp-block-buttons {
  margin: 20px 0;
}
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  background-color: #cb9a85;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 0.2s ease;
}
.wp-block-button__link:hover {
  background-color: #bc7c61;
  color: #ffffff;
}
.sri-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .sri-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sri-articles {
    grid-template-columns: 1fr;
  }
}
.sri-articles__item {
  display: flex;
  flex-direction: column;
}
.sri-articles__img {
  display: block;
  margin-bottom: 16px;
}
.sri-articles__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sri-articles__excerpt {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.sri-articles__footer {
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.sri-articles__more {
  background-color: #cb9a85;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 100px;
  transition: background-color 0.2s ease;
}
.sri-articles__more:hover {
  background-color: #bc7c61;
}
.sri-articles__share {
  background-color: #cb9a85;
  color: #ffffff;
  border: none;
  font-family: 'Arimo', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.sri-articles__share:hover {
  background-color: #bc7c61;
}
.sri-page {
  padding: 48px 40px 64px;
}
.sri-page__title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
.sri-page__content {
  display: grid;
  gap: 40px;
  font-size: 16px;
  line-height: 1.7;
}
.sri-page__content p,
.sri-page__content h1,
.sri-page__content h2,
.sri-page__content h3,
.sri-page__content h4,
.sri-page__content h5,
.sri-page__content h6 {
  margin: 0;
}
.sri-page__content a {
  color: #a8745c;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.sri-page__content a:hover {
  color: #825845;
}
.sri-page__content img {
  max-width: 100%;
  height: auto;
  max-height: none;
}
.sri-page__content .sri-articles__img img {
  height: 220px;
}
.sri-page__content .wp-block-button__link,
.sri-page__content .sri-articles__more {
  color: #ffffff;
  text-decoration: none;
}
.sri-page__content ul,
.sri-page__content ol {
  padding-left: 24px;
  display: block;
}
.sri-page__content ul li,
.sri-page__content ol li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #505050;
}
.sri-page__content ul {
  list-style: disc;
}
.sri-page__content ol {
  list-style: decimal;
}
.sri-page__content video,
.sri-page__content .wp-block-video video {
  border-radius: 8px;
}
.sri-page__content .wp-block-embed__wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.age-gate__wrapper .age-gate__loader {
  color: #f0ebe4;
}
.age-gate__wrapper .age-gate__background {
  filter: blur(10px) brightness(0.22);
  transform: scale(1.07);
}
.age-gate__wrapper .age-gate__background-color {
  background-color: rgba(2, 29, 16, 0.55);
}
.age-gate__wrapper .age-gate {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 56px 48px;
  max-width: 520px;
}
@media (max-width: 768px) {
  .age-gate__wrapper .age-gate {
    padding: 40px 24px;
  }
}
.age-gate__wrapper .age-gate__form {
  background: transparent;
}
.age-gate__wrapper .age-gate__heading {
  margin-bottom: 56px;
}
.age-gate__wrapper .age-gate__heading img {
  margin: 0 auto;
}
.age-gate__wrapper .age-gate__subheadline {
  display: none;
}
.age-gate__wrapper .age-gate__challenge {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #f0ebe4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 36px;
}
.age-gate__wrapper .age-gate__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.age-gate__wrapper .age-gate__submit {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 44px;
  border-radius: 0;
  cursor: pointer;
  transform: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.age-gate__wrapper .age-gate__submit--yes {
  background-color: #a8745c;
  color: #ffffff;
  border: 0;
}
.age-gate__wrapper .age-gate__submit--yes:hover {
  background-color: #885d49;
  border: 0;
  transform: none;
}
.age-gate__wrapper .age-gate__submit--no {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 0;
}
.age-gate__wrapper .age-gate__submit--no:hover {
  background-color: #f0ebe4;
  border: 0;
  transform: none;
}
.age-gate__wrapper .age-gate__additional-information {
  margin-top: 56px;
}
.age-gate__wrapper .age-gate__additional-information p {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(240, 235, 228, 0.7);
  margin: 0;
}
.sri-post__hero {
  height: max(40vh, 400px);
  background-size: cover;
  background-position: center 0;
}
.sri-post {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 0 64px;
}
.sri-post__title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 32px;
  text-align: center;
}
.sri-post__content {
  font-size: 16px;
  line-height: 1.7;
}
.sri-post__content img {
  max-width: 100%;
  height: auto;
  max-height: none;
}
.sri-post__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  margin-top: 48px;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .sri-post__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sri-post__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sri-post__tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  padding: 6px 14px;
  border: 1px solid #c8c8c8;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.sri-post__tag:hover {
  border-color: #cb9a85;
  color: #cb9a85;
}
.sri-post__tagged-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a;
  opacity: 0.45;
  margin-left: 4px;
}
.sri-brands {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .sri-brands {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .sri-brands {
    grid-template-columns: repeat(2, 1fr);
  }
}
a.sri-brands__item {
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
a.sri-brands__item:hover {
  transform: scale(1.06);
  opacity: 0.75;
}
.sri-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.sri-social__link {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  transition: color 0.2s ease;
}
.sri-social__link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sri-social__link:hover {
  color: #cb9a85;
}
.fluentform .ff-el-group {
  margin-bottom: 20px;
}
.fluentform .ff-el-input--label label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.fluentform .ff-el-is-required label::after {
  content: '*';
  margin-left: 2px;
  color: #cb9a85;
  vertical-align: super;
  font-size: 9px;
}
.fluentform .ff-el-form-control {
  width: 100%;
  background-color: #f0ebe4;
  border: 1px solid #cb9a85;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #1a1a1a;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease;
}
.fluentform .ff-el-form-control::placeholder {
  color: transparent;
}
.fluentform .ff-el-form-control:focus {
  border-color: #a8745c;
  box-shadow: none;
}
.fluentform textarea.ff-el-form-control {
  resize: vertical;
  min-height: 160px;
}
.fluentform .ff-btn-submit {
  background-color: #a8745c;
  color: #ffffff;
  border: none;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.fluentform .ff-btn-submit:hover {
  background-color: #885d49;
}
