/*
Theme Name: Family Connect Divi Child
Template: Divi
Version: 0.1.0
*/

:root {
  --fcg-green: #299a00;
  --fcg-deep-green: #001d03;
  --fcg-wood: #1b1710;
  --fcg-text: #000000;
}

body {
  color: var(--fcg-text);
  background: #fff;
}

body.fcg-site {
  background: #001d03;
  overflow-x: hidden;
}

body.fcg-site #page-container {
  background: transparent;
  margin: 0;
  padding-top: 0 !important;
}

body.fcg-site #et-main-area {
  margin: 0;
  padding: 0;
}

body.fcg-site #main-content {
  background: transparent;
}

body.fcg-site #main-content .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.fcg-site #left-area {
  width: 100%;
  padding: 0;
}

body.fcg-site #sidebar {
  display: none;
}

body.fcg-site .entry-title,
body.fcg-site .post-meta {
  display: none;
}

body.fcg-site article,
body.fcg-site .entry-content {
  margin: 0;
  padding: 0;
}

body.fcg-site .container,
body.fcg-site .et_pb_row {
  width: min(1240px, calc(100% - 48px));
  max-width: 1240px;
}

body.fcg-site .fcg-top-strip-native,
body.fcg-site .fcg-bottom-strip-native {
  background: var(--fcg-green);
  min-height: 10px;
  padding: 0 !important;
}

body.fcg-site .fcg-header-section-native {
  background: rgba(255, 255, 255, 0.88);
  padding: 0 !important;
  position: relative;
  z-index: 5;
}

body.fcg-site .fcg-header-row-native {
  width: min(1260px, calc(100% - 40px)) !important;
  max-width: 1260px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 18px 0 !important;
}

body.fcg-site .fcg-brand-native,
body.fcg-site .fcg-brand-native p,
body.fcg-site .fcg-brand-native a {
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 2.8vw, 46px);
  font-weight: 700;
  line-height: 1.05;
  text-decoration: none;
}

body.fcg-site .fcg-nav-native,
body.fcg-site .fcg-nav-native p {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

body.fcg-site .fcg-nav-native a {
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

body.fcg-site .fcg-nav-native a:hover {
  color: var(--fcg-green);
}

body.fcg-site.home .fcg-nav-native a:first-child,
body.fcg-site.page-id-19 .fcg-nav-native a[href$="/services/"],
body.fcg-site.page-id-20 .fcg-nav-native a[href$="/about-us/"],
body.fcg-site.page-id-21 .fcg-nav-native a[href$="/current-activities/"] {
  color: var(--fcg-green);
}

body.fcg-site .fcg-hero-section-native {
  margin-top: -100px;
  padding: 0 !important;
}

body.fcg-site .fcg-hero-section-native .fcg-full-row {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.fcg-site .fcg-hero-image-native,
body.fcg-site .fcg-hero-image-native .et_pb_image_wrap {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 600px;
}

body.fcg-site .fcg-hero-image-native img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}

body.fcg-site .fcg-hero-image-native {
  position: relative;
}

body.fcg-site .fcg-hero-image-native:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: rgba(0, 0, 0, 0.62);
}

body.fcg-site .fcg-paper-spacer-native {
  min-height: 82px;
  background-color: #efe1c3;
  background-image: var(--fcg-paper-url);
  background-size: 900px auto;
  padding: 0 !important;
}

body.fcg-site .fcg-wood-band-native {
  min-height: 90px;
  background: var(--fcg-wood);
  background-image: var(--fcg-wood-url);
  background-size: auto 100%;
  background-repeat: repeat-x;
  padding: 0 !important;
}

body.fcg-site .fcg-paper-section-native {
  background-color: #efe1c3;
  background-image: var(--fcg-paper-url);
  background-size: 900px auto;
  background-repeat: repeat;
  padding: 76px 0 82px !important;
}

body.fcg-site .fcg-paper-section-native .et_pb_module {
  margin-bottom: 24px;
}

body.fcg-site .fcg-native-row {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.fcg-site .fcg-full-row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

body.fcg-site .fcg-body-section-native,
body.fcg-site .fcg-body-row-native,
body.fcg-site .fcg-post-content-native {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.fcg-site .fcg-post-content-native .entry-content,
body.fcg-site .fcg-post-content-native .et_builder_inner_content {
  width: 100% !important;
  max-width: none !important;
}

body.fcg-site .fcg-intro-native,
body.fcg-site .fcg-intro-native p {
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.6;
  text-align: center;
}

body.fcg-site .fcg-copy-native,
body.fcg-site .fcg-copy-native p,
body.fcg-site .fcg-copy-native li {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

body.fcg-site .fcg-large-image-native {
  margin: 26px auto 34px !important;
  text-align: center;
}

body.fcg-site .fcg-large-image-native img {
  width: min(100%, 1220px);
}

body.fcg-site .fcg-float-image-native,
body.fcg-site .fcg-headshot-native {
  float: left;
  margin: 5px 24px 18px 0 !important;
}

body.fcg-site .fcg-float-image-native img {
  width: min(400px, 42vw);
}

body.fcg-site .fcg-headshot-native img {
  width: 206px;
}

body.fcg-site .fcg-page-heading-native h1,
body.fcg-site .fcg-centered-heading-native h2 {
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  text-decoration: underline;
}

body.fcg-site .fcg-page-heading-native h1 {
  font-size: clamp(48px, 5vw, 72px);
  margin-bottom: 48px;
}

body.fcg-site .fcg-centered-heading-native h2 {
  font-size: clamp(34px, 4vw, 56px);
  text-align: center;
}

body.fcg-site .fcg-gallery-native {
  clear: both;
  margin-top: 56px !important;
}

body.fcg-site .fcg-gallery-native .et_pb_gallery_items {
  display: flex;
  align-items: stretch;
  gap: 0;
}

body.fcg-site .fcg-gallery-native .et_pb_gallery_item {
  clear: none !important;
  display: block !important;
  width: 33.333% !important;
  margin: 0 !important;
}

body.fcg-site .fcg-gallery-native .et_pb_gallery_image,
body.fcg-site .fcg-gallery-native .et_pb_gallery_image a,
body.fcg-site .fcg-gallery-native .et_pb_gallery_image img {
  display: block;
  width: 100%;
  height: 100%;
}

body.fcg-site .fcg-gallery-native .et_pb_gallery_image img {
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

body.fcg-site .fcg-gallery-native .et_pb_gallery_title,
body.fcg-site .fcg-gallery-native .et_pb_gallery_caption,
body.fcg-site .fcg-gallery-native .et_pb_gallery_pagination {
  display: none !important;
}

body.fcg-site .fcg-single-image-gallery-native {
  max-width: 1220px;
  margin: 26px auto 34px !important;
}

body.fcg-site .fcg-single-image-gallery-native .et_pb_gallery_items {
  display: block;
}

body.fcg-site .fcg-single-image-gallery-native .et_pb_gallery_item {
  width: 100% !important;
}

body.fcg-site .fcg-single-image-gallery-native .et_pb_gallery_image,
body.fcg-site .fcg-single-image-gallery-native .et_pb_gallery_image a,
body.fcg-site .fcg-single-image-gallery-native .et_pb_gallery_image img {
  height: auto;
}

body.fcg-site .fcg-single-image-gallery-native .et_pb_gallery_image img {
  aspect-ratio: auto;
  object-fit: contain;
}

body.fcg-site .fcg-contact-native,
body.fcg-site .fcg-contact-native p,
body.fcg-site .fcg-contact-native a {
  color: var(--fcg-green);
  font-size: 14px;
  text-decoration: none;
}

body.fcg-site .fcg-contact-native {
  border-top: 1px solid rgba(73, 49, 28, 0.45);
  margin: 44px auto 18px !important;
  max-width: 1220px;
  padding-top: 22px;
}

body.fcg-site .fcg-contact-native p {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  line-height: 1.35;
  margin: 0 0 10px;
}

body.fcg-site .fcg-contact-native img {
  height: 22px;
  opacity: 0.85;
  width: 22px;
}

body.fcg-site .fcg-footer-native {
  min-height: 120px;
  background: var(--fcg-deep-green);
  padding: 0 !important;
}

@media (max-width: 980px) {
  body.fcg-site .fcg-header-row-native {
    padding: 22px 0 !important;
  }

  body.fcg-site .fcg-nav-native,
  body.fcg-site .fcg-nav-native p {
    text-align: left;
    white-space: normal;
  }

  body.fcg-site .fcg-hero-section-native {
    margin-top: 0;
  }

  body.fcg-site .fcg-float-image-native,
  body.fcg-site .fcg-headshot-native {
    float: none;
    margin: 0 0 24px !important;
  }

  body.fcg-site .fcg-gallery-native .et_pb_gallery_items {
    flex-direction: column;
    gap: 16px;
  }

  body.fcg-site .fcg-gallery-native .et_pb_gallery_item {
    width: 100% !important;
  }
}
