/*
Theme Name: Jem Astra Child
Theme URI: https://flamboyant-gates.212-227-127-62.plesk.page/
Description: Astra child theme for the Jem Andrews site.
Author: OpenCode
Template: astra
Version: 1.1.0
Text Domain: jem-astra-child
*/

body.page-id-78 #masthead,
body.page-id-78 .ast-mobile-header-wrap,
body.page-id-78 .ast-desktop-header-wrap,
body.page-id-78 .site-header,
body.page-id-78 .ast-title-bar-wrap,
body.page-id-78 .entry-header,
body.page-id-78 .ast-single-post-order,
body.page-id-78 .site-footer,
body.page-id-78 .site-above-footer-wrap,
body.page-id-78 .site-below-footer-wrap,
body.page-id-78 footer,
body.page-id-78 .ast-footer-overlay {
  display: none !important;
}

body.page-id-78,
body.page-id-78 .site,
body.page-id-78 .site-content,
body.page-id-78 .ast-container,
body.page-id-78 .entry-content,
body.page-id-78 .entry-content .wp-block-post-content,
body.page-id-78 article.post-78,
body.page-id-78 .ast-article-single,
body.page-id-78 .site-content > .ast-container,
body.page-id-78 .content-area,
body.page-id-78 .site-main {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.page-id-78 .entry-content > * + *,
body.page-id-78 .entry-content .wp-block-post-content > * + * {
  margin-block-start: 0 !important;
}

body.page-id-78 {
  background: #fff;
}

.jem-home {
  --jem-heading: 'Playfair Display', Georgia, serif;
  --jem-body: 'Muli', 'Open Sans', Arial, sans-serif;
  --jem-text: #24232b;
  --jem-muted: #7b7780;
  --jem-panel: #e5e5e5;
  --jem-dark: #242327;
  color: var(--jem-text);
  font-family: var(--jem-body);
}

.jem-home a {
  color: inherit;
}

.jem-home__full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.jem-home__hero {
  position: relative;
  min-height: 807px;
  overflow: hidden;
  background: #0f1012;
}

.jem-home__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(15, 16, 18, 0.34), rgba(15, 16, 18, 0.34));
  pointer-events: none;
}

.jem-home__hero .wp-block-shortcode,
.jem-home__hero .wp-block-shortcode > * {
  margin: 0;
}

.jem-home__hero-slider,
.jem-home__hero-slider .n2-ss-slider,
.jem-home__hero-slider .n2-ss-slider .n2-ss-slide,
.jem-home__hero-slider .n2-section-smartslider,
.jem-home__hero-slider .n2-ss-slide-background,
.jem-home__hero-slider .n2-ss-layers-container {
  min-height: 807px !important;
  height: 807px !important;
}

.jem-home__hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.jem-home__hero-slider .nextend-arrow,
.jem-home__hero-slider .nextend-bullet-bar,
.jem-home__hero-slider .nextend-thumbnail-default,
.jem-home__hero-slider .nextend-shadow {
  display: none !important;
}

.jem-home__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.jem-home__hero-brand {
  position: absolute;
  top: 28px;
  left: 38px;
  pointer-events: auto;
}

.jem-home__brand-title,
.jem-home__top-link {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.55rem;
  text-transform: uppercase;
  text-decoration: none;
}

.jem-home__brand-title a,
.jem-home__top-link a {
  text-decoration: none;
  color: inherit;
}

.jem-home__brand-subtitle {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.jem-home__top-link {
  position: absolute;
  top: 28px;
  right: 38px;
  pointer-events: auto;
}

.jem-home__section-inner {
  width: min(1180px, calc(100vw - 96px));
  margin: 0 auto;
}

.jem-home__about {
  background: #fff;
  padding: 76px 0 88px;
}

.jem-home__about-columns {
  gap: 72px;
  align-items: center !important;
}

.jem-home__about-copy {
}

.jem-home__about-title {
  margin: 0 0 20px;
  font-family: var(--jem-heading);
  font-size: clamp(2.75rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
  color: #24232b;
}

.jem-home__about-copy-text {
  margin: 0;
  max-width: 30rem;
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  line-height: 1.9;
  color: #27272d;
}

.jem-home__sub-link {
  margin: 120px 0 0;
  font-size: 1rem;
  color: var(--jem-muted);
}

.jem-home__sub-link a {
  text-decoration: none;
}

.jem-home__portrait {
  margin: 0;
}

.jem-home__portrait img {
  display: block;
  width: 100%;
  max-width: 428px;
  min-height: 496px;
  object-fit: cover;
  margin-left: auto;
}

.jem-home__cards {
  background: var(--jem-panel);
  padding: 80px 0 92px;
}

.jem-home__card-row {
  gap: 24px;
  margin-bottom: 24px;
}

.jem-home__card-row:last-child {
  margin-bottom: 0;
}

.jem-home__card {
  background: #fff;
  min-height: 198px;
  padding: 48px 24px 34px;
  text-align: center;
}

.jem-home__card-icon {
  margin: 0 auto 18px;
  width: 42px;
}

.jem-home__card-icon img {
  width: 42px;
  height: 42px;
}

.jem-home__card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.jem-home__card-divider {
  margin: 18px auto 16px;
  border-top: 1px solid #4d4d52;
  width: 128px;
}

.jem-home__card-copy {
  margin: 0;
  color: #8a8890;
  font-size: 0.96rem;
}

.jem-home__cta {
  background: var(--jem-dark);
  padding: 86px 0 88px;
  color: #fff;
}

.jem-home__cta-columns {
  gap: 24px;
  align-items: center !important;
}

.jem-home__cta-title {
  margin: 0;
  font-family: var(--jem-heading);
  font-size: clamp(3rem, 4vw, 4.25rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.jem-home__socials {
  margin-top: 42px;
  gap: 72px;
}

.jem-home__socials.has-icon-color {
  color: rgba(255, 255, 255, 0.16);
}

.jem-home__socials .wp-social-link {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.16) !important;
}

.jem-home__socials svg {
  width: 45px;
  height: 45px;
}

.jem-home__cta-actions {
  justify-content: center;
}

.jem-home__cta-button .wp-block-button__link {
  min-width: 170px;
  min-height: 56px;
  padding: 0 28px;
  background: #eef0f7;
  border-radius: 0;
  color: #4a4a52;
  font-size: 0.95rem;
  font-weight: 400;
}

@media (max-width: 921px) {
  .jem-home__hero {
    min-height: 683px;
  }

  .jem-home__hero-slider,
  .jem-home__hero-slider .n2-ss-slider,
  .jem-home__hero-slider .n2-ss-slider .n2-ss-slide,
  .jem-home__hero-slider .n2-section-smartslider,
  .jem-home__hero-slider .n2-ss-slide-background,
  .jem-home__hero-slider .n2-ss-layers-container {
    min-height: 683px !important;
    height: 683px !important;
  }

  .jem-home__hero-brand {
    top: 22px;
    left: 20px;
  }

  .jem-home__top-link {
    top: 22px;
    right: 20px;
    font-size: 0.82rem;
    letter-spacing: 0.32rem;
  }

  .jem-home__brand-title {
    font-size: 0.82rem;
    letter-spacing: 0.32rem;
  }

  .jem-home__brand-subtitle {
    font-size: 0.82rem;
  }

  .jem-home__section-inner {
    width: min(100vw - 40px, 1234px);
  }

  .jem-home__about,
  .jem-home__cards,
  .jem-home__cta {
    padding-left: 0;
    padding-right: 0;
  }

  .jem-home__about-copy {
    padding-left: 0;
  }

  .jem-home__about-title {
    font-size: 3rem;
  }

  .jem-home__about-columns,
  .jem-home__cta-columns,
  .jem-home__card-row {
    display: block;
  }

  .jem-home__portrait img {
    margin: 0 auto;
    max-width: 100%;
    min-height: 0;
  }

  .jem-home__card {
    margin-bottom: 24px;
  }

  .jem-home__socials {
    gap: 36px;
  }
}

body.page-id-78 .entry-content .alignfull.jem-home,
body.page-id-78 .entry-content .alignfull.jem-home__hero,
body.page-id-78 .entry-content .alignfull.jem-home__about,
body.page-id-78 .entry-content .alignfull.jem-home__cards,
body.page-id-78 .entry-content .alignfull.jem-home__cta,
body.page-id-78 .jem-home__full {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.page-id-78 .entry-content .alignfull.jem-home {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.jem-home a,
.jem-home a:hover,
.jem-home a:focus,
.jem-home a:visited {
  text-decoration: none !important;
}

.jem-home {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}

.jem-home a,
.jem-home a:hover,
.jem-home a:focus,
.jem-home a:visited,
.jem-home p a,
.jem-home .wp-block-paragraph a,
.jem-home .wp-block-button__link,
.jem-home .wp-block-button__link:hover,
.jem-home .wp-block-button__link:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

body.page-template-template-jem-page #masthead,
body.page-template-template-jem-page .ast-mobile-header-wrap,
body.page-template-template-jem-page .ast-desktop-header-wrap,
body.page-template-template-jem-page .site-header,
body.page-template-template-jem-page .ast-title-bar-wrap,
body.page-template-template-jem-page .entry-header,
body.page-template-template-jem-page .site-footer,
body.page-template-template-jem-page footer,
body.page-template-template-jem-page .ast-single-post-order {
  display: none !important;
}

body.page-template-template-jem-page,
body.page-template-template-jem-page .site,
body.page-template-template-jem-page .site-content,
body.page-template-template-jem-page .entry-content,
body.page-template-template-jem-page .ast-container,
body.page-template-template-jem-page .content-area,
body.page-template-template-jem-page .site-main,
body.page-template-template-jem-page article,
body.page-template-template-jem-page .wp-block-post-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.page-template-template-jem-page .entry-content > * + *,
body.page-template-template-jem-page .wp-block-post-content > * + * {
  margin-block-start: 0 !important;
}

.jem-page {
  --jem-heading: 'Playfair Display', Georgia, serif;
  --jem-body: 'Muli', 'Open Sans', Arial, sans-serif;
  --jem-text: #24232b;
  --jem-muted: #7b7780;
  --jem-panel: #e5e5e5;
  --jem-dark: #242327;
  color: var(--jem-text);
  font-family: var(--jem-body);
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
}

.jem-page a,
.jem-page a:hover,
.jem-page a:focus,
.jem-page a:visited,
.jem-page .wp-block-button__link,
.jem-page .wp-block-button__link:hover,
.jem-page .wp-block-button__link:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

.jem-page__hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #0f1012;
}

.jem-page__hero .wp-block-cover__background {
  background: rgba(15, 16, 18, 0.42) !important;
}

.jem-page__hero .wp-block-cover__image-background {
  object-fit: cover;
  object-position: center 24%;
}

.jem-page__hero .wp-block-cover__inner-container {
  position: static;
}

.jem-page__hero-brand {
  position: absolute;
  top: 28px;
  left: 38px;
  z-index: 2;
}

.jem-page__hero-brand-title,
.jem-page__hero-top-link {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.55rem;
  text-transform: uppercase;
}

.jem-page__hero-brand-title a,
.jem-page__hero-top-link a {
  color: inherit;
}

.jem-page__hero-brand-subtitle {
  margin: 18px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.jem-page__hero-top-link {
  position: absolute;
  top: 28px;
  right: 38px;
  z-index: 2;
}

.jem-page__hero-content {
  position: absolute;
  left: 108px;
  right: 108px;
  bottom: 76px;
  z-index: 2;
  max-width: 720px;
}

.jem-page__hero-title {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--jem-heading);
  font-size: clamp(3rem, 4.5vw, 4.85rem);
  font-weight: 400;
  line-height: 0.95;
}

.jem-page__hero-intro {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 1.18rem;
  line-height: 1.8;
  max-width: 38rem;
}

.jem-page__section {
  padding: 76px 0 88px;
  background: #fff;
}

.jem-page__section--muted {
  background: var(--jem-panel);
  padding: 80px 0 92px;
}

.jem-page__section--dark {
  background: var(--jem-dark);
  color: #fff;
  padding: 86px 0 88px;
}

.jem-page__inner {
  width: min(1180px, calc(100vw - 96px));
  margin: 0 auto;
}

.jem-page__kicker {
  margin: 0 0 16px;
  color: var(--jem-muted);
  font-size: 0.95rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.jem-page__heading {
  margin: 0 0 20px;
  font-family: var(--jem-heading);
  font-size: clamp(2.75rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
  color: #24232b;
}

.jem-page__section--dark .jem-page__heading,
.jem-page__section--dark .jem-page__copy,
.jem-page__section--dark .jem-page__label,
.jem-page__section--dark .jem-page__meta {
  color: #fff;
}

.jem-page__copy {
  margin: 0;
  max-width: 36rem;
  font-size: clamp(1.06rem, 1.5vw, 1.2rem);
  line-height: 1.9;
  color: #27272d;
}

.jem-page__columns {
  gap: 72px;
  align-items: center !important;
}

.jem-page__media img {
  width: 100%;
  max-width: 460px;
  display: block;
  margin-left: auto;
}

.jem-page__panel-row {
  gap: 24px;
  margin-bottom: 24px;
}

.jem-page__panel-row:last-child {
  margin-bottom: 0;
}

.jem-page__panel {
  background: #fff;
  min-height: 188px;
  padding: 48px 24px 34px;
  text-align: center;
}

.jem-page__panel-icon {
  margin: 0 auto 18px;
  width: 42px;
}

.jem-page__panel-icon img {
  width: 42px;
  height: 42px;
}

.jem-page__panel-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.jem-page__panel-divider {
  margin: 18px auto 16px;
  border-top: 1px solid #4d4d52;
  width: 128px;
}

.jem-page__panel-copy {
  margin: 0;
  color: #8a8890;
  font-size: 0.96rem;
  line-height: 1.8;
}

.jem-page__list {
  margin: 0;
  padding-left: 1.25rem;
  color: #27272d;
  font-size: 1.05rem;
  line-height: 1.9;
}

.jem-page__quote {
  margin: 0;
  padding: 36px 40px;
  background: rgba(255,255,255,0.08);
  border-left: 1px solid rgba(255,255,255,0.3);
}

.jem-page__quote p {
  margin: 0;
  font-family: var(--jem-heading);
  font-size: 2rem;
  line-height: 1.35;
}

.jem-page__quote cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 0.98rem;
  opacity: 0.84;
}

.jem-page__gallery .blocks-gallery-grid,
.jem-page__gallery .wp-block-gallery {
  gap: 24px !important;
}

.jem-page__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jem-page__cta-columns {
  gap: 24px;
  align-items: center !important;
}

.jem-page__cta-title {
  margin: 0;
  font-family: var(--jem-heading);
  font-size: clamp(3rem, 4vw, 4.25rem);
  line-height: 1;
  font-weight: 400;
}

.jem-page__socials {
  margin-top: 42px;
  gap: 92px;
}

.jem-page__socials.has-icon-color {
  color: rgba(255,255,255,.16);
}

.jem-page__socials .wp-social-link {
  background: transparent !important;
  color: rgba(255,255,255,.16) !important;
}

.jem-page__socials svg {
  width: 45px;
  height: 45px;
}

.jem-page__button .wp-block-button__link {
  min-width: 170px;
  min-height: 56px;
  padding: 0 28px;
  background: #eef0f7;
  border-radius: 0;
  color: #404047;
  font-size: 0.95rem;
}

.jem-page__section--dark .jem-page__button .wp-block-button__link,
body.page-template-template-jem-page .jem-page__section--dark .jem-page__button .wp-block-button__link {
  background: #eef0f7 !important;
  color: #404047 !important;
}

@media (max-width: 921px) {
  .jem-page__hero {
    min-height: 420px;
  }

  .jem-page__hero-brand {
    top: 22px;
    left: 20px;
  }

  .jem-page__hero-top-link {
    top: 22px;
    right: 20px;
    font-size: 0.82rem;
    letter-spacing: 0.32rem;
  }

  .jem-page__hero-brand-title {
    font-size: 0.82rem;
    letter-spacing: 0.32rem;
  }

  .jem-page__hero-brand-subtitle {
    margin-top: 14px;
    font-size: 0.82rem;
  }

  .jem-page__hero-content {
    left: 24px;
    right: 24px;
    bottom: 40px;
    max-width: none;
  }

  .jem-page__inner {
    width: min(100vw - 40px, 1180px);
  }

  .jem-page__columns,
  .jem-page__cta-columns,
  .jem-page__panel-row {
    display: block;
  }

  .jem-page__media img {
    margin: 24px auto 0;
    max-width: 100%;
  }

  .jem-page__panel {
    margin-bottom: 24px;
  }

  .jem-page__socials {
    gap: 36px;
  }
}

.jem-page .jem-page__hero-intro {
  color: rgba(255, 255, 255, 0.88) !important;
}

.jem-page .jem-page__section--dark {
  background-color: #232326 !important;
  color: #ffffff !important;
}

.jem-page .jem-page__section--dark .jem-page__heading,
.jem-page .jem-page__section--dark .jem-page__copy,
.jem-page .jem-page__section--dark .jem-page__cta-title,
.jem-page .jem-page__section--dark p,
.jem-page .jem-page__section--dark li,
.jem-page .jem-page__section--dark cite {
  color: #ffffff !important;
}

.jem-page .jem-page__section--dark a,
.jem-page .jem-page__section--dark a:hover,
.jem-page .jem-page__section--dark a:focus,
.jem-page .jem-page__section--dark a:visited {
  color: #ffffff !important;
}

.jem-page .jem-page__socials .wp-social-link,
.jem-page .jem-page__socials .wp-social-link a {
  color: rgba(255, 255, 255, 0.16) !important;
}

.jem-page .jem-page__copy a,
.jem-page .jem-page__list a,
.jem-page .jem-page__copy a:hover,
.jem-page .jem-page__list a:hover,
.jem-page .jem-page__copy a:focus,
.jem-page .jem-page__list a:focus {
  color: inherit !important;
  text-decoration: none !important;
}

body.page-template-template-jem-page .jem-page__section--dark {
  background-color: #232326 !important;
  color: #ffffff !important;
}

body.page-template-template-jem-page .jem-page__section--dark .jem-page__heading,
body.page-template-template-jem-page .jem-page__section--dark .jem-page__copy,
body.page-template-template-jem-page .jem-page__section--dark .jem-page__cta-title,
body.page-template-template-jem-page .jem-page__section--dark p,
body.page-template-template-jem-page .jem-page__section--dark li,
body.page-template-template-jem-page .jem-page__section--dark cite,
body.page-template-template-jem-page .jem-page__section--dark .wp-block-heading {
  color: #ffffff !important;
}

body.page-template-template-jem-page .jem-page__section--dark a,
body.page-template-template-jem-page .jem-page__section--dark a:hover,
body.page-template-template-jem-page .jem-page__section--dark a:focus,
body.page-template-template-jem-page .jem-page__section--dark a:visited {
  color: #ffffff !important;
}

body.page-template-template-jem-page .jem-page__socials .wp-social-link,
body.page-template-template-jem-page .jem-page__socials .wp-social-link a {
  color: rgba(255, 255, 255, 0.16) !important;
}

body.page-template-template-jem-page .jem-page__copy a,
body.page-template-template-jem-page .jem-page__list a,
body.page-template-template-jem-page .jem-page__copy a:hover,
body.page-template-template-jem-page .jem-page__list a:hover,
body.page-template-template-jem-page .jem-page__copy a:focus,
body.page-template-template-jem-page .jem-page__list a:focus,
body.page-template-template-jem-page .jem-page__copy a:visited,
body.page-template-template-jem-page .jem-page__list a:visited {
  color: inherit !important;
  text-decoration: none !important;
}

.jem-home__card--interactive {
  cursor: pointer;
  position: relative;
  transition: box-shadow 140ms ease, transform 140ms ease;
}

.jem-home__card--interactive:hover {
  box-shadow: 0 0 0 1px rgba(77, 77, 82, 0.14);
  transform: translateY(-1px);
}

.jem-home__card--interactive:focus-visible {
  outline: 2px solid #9aa4b2;
  outline-offset: -2px;
}

.jem-contact-form-wrap {
  margin-top: 2.4rem;
  max-width: 42rem;
}

.jem-contact-form__notice {
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.3rem;
  border-left: 3px solid #4d4d52;
  background: #f6f5f2;
  color: #24232b;
  font-size: 0.98rem;
  line-height: 1.7;
  box-shadow: 0 0 0 1px rgba(77, 77, 82, 0.06);
}

.jem-contact-form__notice--success {
  border-left-color: #2f5d48;
  background: #f3f7f4;
}

.jem-contact-form__notice--error {
  border-left-color: #8b3a3a;
  background: #faf3f2;
}

.jem-contact-form__notice strong {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--jem-heading);
  font-size: 1.18rem;
  font-weight: 400;
  color: inherit;
}

.jem-contact-form {
  display: grid;
  gap: 1.1rem;
}

.jem-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.jem-contact-form label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.84rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: #3a3941;
}

.jem-contact-form p {
  margin: 0;
}

.jem-contact-form input,
.jem-contact-form select,
.jem-contact-form textarea {
  width: 100%;
  border: 1px solid #d8d7d2;
  border-radius: 0;
  background: #fff;
  color: #24232b;
  padding: 0.9rem 0.95rem;
  font: inherit;
  box-shadow: none;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.jem-contact-form input::placeholder,
.jem-contact-form textarea::placeholder {
  color: #9a979f;
}

.jem-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.jem-contact-form input:focus,
.jem-contact-form select:focus,
.jem-contact-form textarea:focus {
  outline: none;
  border-color: #4d4d52;
}

.jem-contact-form__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.45rem;
}

.jem-contact-form__submit {
  min-width: 180px;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  background: #232326;
  color: #fff;
  font: inherit;
  letter-spacing: 0.02rem;
  cursor: pointer;
  transition: background-color 140ms ease;
}

.jem-contact-form__submit:hover,
.jem-contact-form__submit:focus {
  background: #111217;
}

.jem-contact-form__meta {
  color: #7b7780;
  font-size: 0.95rem;
}

.jem-contact-form__meta a,
.jem-contact-form__meta a:hover,
.jem-contact-form__meta a:focus,
.jem-contact-form__meta a:visited {
  color: #3a3941 !important;
  text-decoration: none !important;
}

body.page-template-template-jem-page.page-id-214 .jem-page__hero .wp-block-cover__image-background {
  object-position: center 18%;
}

body.page-template-template-jem-page.page-id-215 .jem-page__hero .wp-block-cover__image-background,
body.page-template-template-jem-page.page-id-219 .jem-page__hero .wp-block-cover__image-background {
  object-position: center 8%;
}

body.page-template-template-jem-page.page-id-216 .jem-page__hero .wp-block-cover__image-background {
  object-position: center 22%;
}

body.page-template-template-jem-page.page-id-217 .jem-page__hero .wp-block-cover__image-background {
  object-position: center 14%;
}

body.page-template-template-jem-page.page-id-218 .jem-page__hero .wp-block-cover__image-background {
  object-position: center 20%;
}

.jem-contact-form__honeypot {
  position: absolute;
  left: -9999px;
}

@media (max-width: 921px) {
  .jem-contact-form__row {
    grid-template-columns: 1fr;
  }
}
