/*
Theme Name: Flatsome Child
Template: flatsome
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

html {
  scroll-behavior: smooth;
}

body,
h1, h2, h3, h4, h5, h6,
[class*="fm-"],
[class*="fm-"] h1,
[class*="fm-"] h2,
[class*="fm-"] h3,
[class*="fm-"] h4,
[class*="fm-"] h5,
[class*="fm-"] h6,
[class*="fm-"] p,
[class*="fm-"] div,
[class*="fm-"] span,
[class*="fm-"] a {
  font-family: 'EB Garamond', Georgia, serif !important;
}

/* Global margin reset */
[class*="fm-"] p,
[class*="fm-"] h1,
[class*="fm-"] h2,
[class*="fm-"] h3,
[class*="fm-"] h4,
[class*="fm-"] h5,
[class*="fm-"] h6 {
  margin: 0;
}

.fm-shell {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* === SECTION 1: Hero === */

.fm-hero p:empty,
.fm-hero br {
  display: none;
}
.fm-hero {
  position: relative;
  min-height: 80vh;
  background-image: url('/wp-content/uploads/2026/06/imgi_17_vegetables.jpg');
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fm-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.48);
}
.fm-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 900px;
}
.fm-hero__title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 75px;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.93;
  letter-spacing: 4px;
  margin: 0 0 36px 0;
  text-transform: uppercase;
}
.fm-hero__title em {
  display: inline;
  font-style: italic;
  letter-spacing: 4px;
  padding: 0 20px;
  white-space: nowrap;
}
.fm-hero__title-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
}
.fm-hero__title-line {
  display: block;
  flex: 1;
  height: 2px;
  background-color: rgba(255,255,255,0.7);
}

.fm-hero__title-rule {
  align-items: flex-end;
}

.fm-hero__title-line {
  margin-bottom: 14px;
}

.fm-hero__text {
  font-family: 'EB Garamond', Georgia, serif;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 1.5px;
  margin: 0;
}
.fm-hero__scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255,255,255,0.7);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-align: center;
  white-space: nowrap;
}
.fm-hero__arrow {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  animation: fm-bounce 1.6s infinite;
}
@keyframes fm-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
@media (max-width: 768px) {
  .fm-hero__title {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .fm-hero__title {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1.1;
  }
  .fm-hero__text {
    font-size: 16px;
  }
}

/* === SECTION 2: Motto === */
.fm-motto p:empty,
.fm-motto br {
  display: none;
}
.fm-motto {
  background-color: #ffffff;
  padding: 0 0 60px 0;
}
.fm-motto__box {
  position: relative;
  background-color: #EDF0E6;
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 80px 0;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.fm-motto__leaf {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background-image: url('/wp-content/uploads/2026/06/imgi_18_leaf.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  pointer-events: none;
}
.fm-motto__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.fm-motto__eyebrow {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 28px;
  color: #264421;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
}
.fm-motto__quote {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  color: #264421;
  margin: 0 0 28px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
.fm-motto__divider {
  width: 50px;
  height: 2px;
  background-color: #b5a96a;
  margin: 0 auto 28px;
}
.fm-motto__body {
  font-family: 'EB Garamond', Georgia, serif;
  color: #555;
  font-size: 17px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 40px;
  box-sizing: border-box;
}
.fm-motto__bar {
  width: calc(100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
  height: 10px;
  background-color: #c8cc7a;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fm-motto__box {
    padding: 60px 40px 0;
  }
  .fm-motto__quote {
    font-size: 30px;
  }
  .fm-motto__leaf {
    width: 360px;
    height: 360px;
  }
  .fm-motto__bar {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 480px) {
  .fm-motto__box {
    padding: 50px 24px 0;
  }
  .fm-motto__quote {
    font-size: 22px;
  }
  .fm-motto__body {
    padding: 0 10px;
  }
  .fm-motto__bar {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}

/* === SECTION 3: Content Sections === */
.fm-sections-wrapper p:empty,
.fm-sections-wrapper br {
  display: none;
}
.fm-sections-wrapper {
  overflow: hidden;
}
.fm-content-section {
  padding: 40px 0;
  background-color: #ffffff;
}
.fm-content-section__row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: nowrap;
}
.fm-content-section__row--reverse {
  flex-direction: row-reverse;
}
.fm-content-section__image-col {
  width: 50%;
  flex-shrink: 0;
}
.fm-content-section__text-col {
  width: 45%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.fm-content-section__image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: -12px 12px 0px 0px #D3AF5E;
}
.fm-content-section__more {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-family: 'EB Garamond', Georgia, serif;
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.fm-content-section__image:hover .fm-content-section__more {
  opacity: 0;
}
.fm-content-section__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  z-index: 4;
}
.fm-content-section__image:hover .fm-content-section__hover {
  background-color: rgba(0,0,0,0.45);
}
.fm-content-section__hover-border {
  border: 1px solid rgba(255,255,255,0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  transition: border-color 0.3s ease;
}
.fm-content-section__image:hover .fm-content-section__hover-border {
  border-color: rgba(255,255,255,0.7);
}
.fm-content-section__hover-text {
  font-family: 'EB Garamond', Georgia, serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fm-content-section__hover-text br {
  display: block;
  line-height: 1;
}
.fm-content-section__image:hover .fm-content-section__hover-text {
  opacity: 1;
}
.fm-content-section__title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 45px;
  font-weight: 400;
  color: #daad4e;
  letter-spacing: 3px;
  margin: 0 0 16px 0;
}
.fm-content-section__divider {
  width: 30px;
  height: 2px;
  background-color: #daad4e;
  margin: 0 0 20px 0;
}
.fm-content-section__body {
  font-family: 'EB Garamond', Georgia, serif;
  color: #555;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.fm-content-section__image--video {
  cursor: pointer;
}
.fm-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 68px;
  height: 68px;
  text-decoration: none;
}
.fm-video-play img {
  width: 100%;
  height: 100%;
}

/* === VIDEO MODAL === */
.fm-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.fm-video-modal.is-open {
  display: flex;
}
.fm-video-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  cursor: pointer;
}
.fm-video-modal__inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 900px;
}
.fm-video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}
.fm-video-modal__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.fm-video-modal__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .fm-content-section__row,
  .fm-content-section__row--reverse {
    flex-direction: column;
  }
  .fm-content-section__image-col,
  .fm-content-section__text-col {
    width: 100%;
  }
  .fm-content-section__text-col {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .fm-content-section__body {
    font-size: 16px;
  }
  .fm-content-section {
    padding: 30px 0;
  }

  /* Break out of Flatsome's row padding */
  .fm-sections-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fm-content-section__text-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .fm-content-section {
    padding: 24px 0;
  }
  .fm-content-section__hover-text {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .fm-content-section__title {
    font-size: 26px;
  }
}

.fm-gallery {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
  overflow: hidden;
}
.fm-gallery br { display: none; }
.fm-gallery p:empty { display: none; }
.fm-gallery__slide {
  outline: none;
}
.fm-gallery__slide-image {
  position: relative;
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
}
.fm-gallery .slick-center .fm-gallery__slide-image {
  height: 700px;
}
.fm-gallery .slick-center .fm-gallery__slide-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: #c8cc7a;
}
.fm-gallery .slick-track {
  display: flex;
  align-items: center;
}
.fm-gallery .slick-slide {
  height: auto;
}
.fm-gallery .slick-prev,
.fm-gallery .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.fm-gallery .slick-prev:before,
.fm-gallery .slick-next:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  text-indent: 0;
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 44px;
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}
.fm-gallery .slick-prev { left: 12%; }
.fm-gallery .slick-next { right: 12%; }
.fm-gallery .slick-prev:before { content: "\2039"; }
.fm-gallery .slick-next:before { content: "\203A"; }

@media (max-width: 768px) {
  .fm-gallery__slide-image { height: 380px; }
  .fm-gallery .slick-center .fm-gallery__slide-image { height: 460px; }
  .fm-gallery .slick-prev { left: 6%; }
  .fm-gallery .slick-next { right: 6%; }
}
@media (max-width: 480px) {
  .fm-gallery__slide-image { height: 280px; }
  .fm-gallery .slick-center .fm-gallery__slide-image { height: 340px; }
}

.fm-solutions {
  width: 100%;
  background: #ffffff;
  padding: 20px 0 90px 0;
  text-align: center;
}
.fm-solutions p:empty { display: none; }
.fm-solutions__title {
  color: #3a4a2a;
  font-style: italic;
  font-weight: 400;
  font-size: 45px;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 120px;
}
.fm-solutions__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.fm-solutions__item {
  width: 19%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
.fm-solutions__circle {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #e7ece0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.fm-solutions__icon {
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
  width: 170px;
  height: 170px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.fm-solutions__text {
  position: relative;
  z-index: 2;
  font-size: 21px;
  line-height: 1.45;
  color: #3a4a2a;
}
@media (max-width: 768px) {

  /* === Content Sections === */
  .fm-content-section__row,
  .fm-content-section__row--reverse {
    flex-direction: column;
  }
  .fm-content-section__image-col,
  .fm-content-section__text-col {
    width: 100%;
  }
  .fm-content-section__text-col {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .fm-content-section {
    padding: 30px 0;
  }
  .fm-content-section__body {
    font-size: 15px;
  }
  .fm-sections-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* === Solutions === */
  .fm-solutions {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .fm-solutions .fm-shell {
    padding-left: 0;
    padding-right: 0;
  }
  .fm-solutions__title {
    font-size: 28px;
    padding-bottom: 70px;
  }
  .fm-solutions__item {
    width: 33.333%;
    margin-bottom: 60px;
    padding: 0 2px;
  }
  .fm-solutions__circle {
    width: 168px;
    height: 168px;
  }
  .fm-solutions__icon {
    width: 132px;
    height: 132px;
    bottom: 90px;
  }
  .fm-solutions__text {
    font-size: 14px;
    line-height: 1.3;
  }

}

@media (max-width: 480px) {

  /* === Content Sections === */
  .fm-content-section {
    padding: 24px 0;
  }
  .fm-content-section__hover-text {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .fm-content-section__title {
    font-size: 26px;
  }

  /* === Solutions === */
  .fm-solutions__item {
    width: 33.333%;
    padding: 0 2px;
  }
  .fm-solutions__circle {
    width: 132px;
    height: 132px;
  }
  .fm-solutions__icon {
    width: 108px;
    height: 108px;
    bottom: 72px;
  }
  .fm-solutions__text {
    font-size: 12px;
  }

}

.fm-locations {
  position: relative;
  width: 100%;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  padding: 120px 12% 120px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fm-locations p:empty { display: none; }
.fm-locations__content {
  width: 42%;
  max-width: 560px;
  text-align: center;
  color: #ffffff;
}
.fm-locations__pre {
  font-size: 28px;
  margin: 0 0 4px 0;
}
.fm-locations__title {
  font-style: italic;
  font-weight: 400;
  font-size: 45px;
  letter-spacing: 3px;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.fm-locations__post {
  font-size: 28px;
  margin: 0 0 26px 0;
}
.fm-locations__divider {
  width: 30px;
  height: 2px;
  background: #d3af5e;
  margin: 0 auto 26px;
}
.fm-locations__body {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .fm-locations {
    min-height: 0;
    padding: 0;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* Push content below the map image */
  .fm-locations__content {
    width: 100%;
    max-width: 100%;
    background-color: #2C4225;
    padding: 40px 24px;
    box-sizing: border-box;
    /* Add top margin to clear the map image height */
    margin-top: 56vw;
  }

  .fm-locations__title { font-size: 36px; letter-spacing: 2px; }
  .fm-locations__pre,
  .fm-locations__post { font-size: 22px; }
}

@media (max-width: 480px) {
  .fm-locations__content {
    margin-top: 56vw;
    padding: 32px 18px;
  }
  .fm-locations__title { font-size: 28px; }
  .fm-locations__pre,
  .fm-locations__post { font-size: 19px; }
  .fm-locations__body { font-size: 15px; }
}

/* === SECTION 7: Stakeholders === */
.fm-stakeholders p:empty,
.fm-stakeholders br {
  display: none;
}
.fm-stakeholders {
  padding: 0;
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 85%, #264421 85%, #264421 100%);
}
.fm-stakeholders__box {
  position: relative;
  background-color: #EDF0E6;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 80px 0;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 2;
}
.fm-stakeholders__leaf {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 700px;
  background-image: url('/wp-content/uploads/2026/06/imgi_34_leaf2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  pointer-events: none;
}
.fm-stakeholders__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.fm-stakeholders__title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  color: #264421;
  margin: 0 0 28px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
.fm-stakeholders__divider {
  width: 50px;
  height: 2px;
  background-color: #b5a96a;
  margin: 0 auto 28px;
}
.fm-stakeholders__body {
  font-family: 'EB Garamond', Georgia, serif;
  color: #264421;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 620px;
  padding: 0 40px;
  box-sizing: border-box;
}
.fm-stakeholders__links {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.fm-stakeholders__links a {
  display: block;
  font-family: 'EB Garamond', Georgia, serif;
  color: #264421;
  font-size: 17px;
  text-decoration: underline;
  margin: 0 0 10px 0;
}
.fm-stakeholders__links a:hover {
  color: #4a5c3f;
}
.fm-stakeholders__bar {
  width: calc(100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
  height: 10px;
  background-color: #c8cc7a;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .fm-stakeholders__box {
    padding: 60px 40px 0;
  }
  .fm-stakeholders__title {
    font-size: 26px;
  }
  .fm-stakeholders__leaf {
    width: 360px;
    height: 360px;
  }
  .fm-stakeholders__bar {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 70px;
  }
}
@media (max-width: 480px) {
  .fm-stakeholders__box {
    padding: 50px 24px 0;
  }
  .fm-stakeholders__title {
    font-size: 20px;
  }
  .fm-stakeholders__body {
    padding: 0 10px;
  }
  .fm-stakeholders__bar {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 60px;
  }
}

/* === FOOTER === */
.fm-footer p:empty,
.fm-footer br {
  display: none;
}
.fm-footer {
  background-color: #264421;
  padding: 40px 0 30px 0;
  color: #ffffff;
  position: relative;
  margin-top: 0;
}
.fm-footer__shell {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.fm-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fm-footer__left {
  width: 33%;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  color: #ffffff;
}
.fm-footer__sep {
  margin: 0 6px;
  opacity: 0.7;
}
.fm-footer__center {
  width: 33%;
  text-align: center;
}
.fm-footer__logo {
  display: inline-block;
  text-decoration: none;
}
.fm-footer__logo img {
  display: block;
  margin: 0 auto;
}
.fm-footer__logo img:first-child {
  height: 70px;
  width: auto;
}
.fm-footer__wordmark {
  height: 18px;
  width: auto;
  margin-top: 24px;
}

.fm-footer__logo .fm-footer__wordmark {
  margin-top: 24px !important;
}
.fm-footer__right {
  width: 33%;
  text-align: right;
}
.fm-footer__right a {
  display: inline-block;
  margin-left: 18px;
}
.fm-footer__right img {
  height: 20px;
  width: auto;
}
.fm-footer__copyright {
  text-align: center;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin-top: 10px;
}
@media (max-width: 768px) {
  .fm-footer__row {
    flex-direction: column;
  }
  .fm-footer__left,
  .fm-footer__center,
  .fm-footer__right {
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
  }
  .fm-footer__right {
    margin-bottom: 0;
  }
  .fm-footer__right a {
    margin: 0 9px;
  }
}