.elementor-22 .elementor-element.elementor-element-6704e7e{--display:flex;--min-height:41px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.73;}.elementor-22 .elementor-element.elementor-element-6704e7e:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-6704e7e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );background-image:url("https://firstjerusalem.org/wp-content/uploads/2026/05/P1252946-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-22 .elementor-element.elementor-element-6704e7e::before, .elementor-22 .elementor-element.elementor-element-6704e7e > .elementor-background-video-container::before, .elementor-22 .elementor-element.elementor-element-6704e7e > .e-con-inner > .elementor-background-video-container::before, .elementor-22 .elementor-element.elementor-element-6704e7e > .elementor-background-slideshow::before, .elementor-22 .elementor-element.elementor-element-6704e7e > .e-con-inner > .elementor-background-slideshow::before, .elementor-22 .elementor-element.elementor-element-6704e7e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(80deg, var( --e-global-color-accent ) 0%, var( --e-global-color-95706f3 ) 100%);}.elementor-22 .elementor-element.elementor-element-011792b{--display:flex;}.elementor-22 .elementor-element.elementor-element-011792b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-22 .elementor-element.elementor-element-74af964 .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:58px;font-weight:600;letter-spacing:0.8px;color:var( --e-global-color-bb7fd54 );}.elementor-22 .elementor-element.elementor-element-d7e2e18{--display:flex;}.elementor-22 .elementor-element.elementor-element-3cb9282{--display:flex;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-22 .elementor-element.elementor-element-e1d273d .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-22 .elementor-element.elementor-element-e1d273d .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-22 .elementor-element.elementor-element-e1d273d{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-22 .elementor-element.elementor-element-6704e7e{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-6704e7e{--min-height:717px;--overlay-opacity:0.82;}.elementor-22 .elementor-element.elementor-element-74af964 .elementor-heading-title{font-size:29px;}}@media(min-width:768px){.elementor-22 .elementor-element.elementor-element-011792b{--width:58.694%;}.elementor-22 .elementor-element.elementor-element-3cb9282{--width:86%;}}@media(max-width:1024px) and (min-width:768px){.elementor-22 .elementor-element.elementor-element-011792b{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-6704e7e *//* ============================================================
   FJMBC HOMEPAGE HERO WIDTH FIX
   Makes hero section wider and less compressed
   ============================================================ */

/* Force hero to full browser width */
.fj-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

/* Make hero inner container wider */
.fj-hero .fj-container {
  width: min(1720px, calc(100% - 64px)) !important;
  max-width: 1720px !important;
  margin: 0 auto !important;
}

/* Give hero text more breathing room */
.fj-hero-content {
  max-width: 780px !important;
}

/* Make headline wider */
.fj-hero-title {
  max-width: 820px !important;
}

/* Make subtitle wider */
.fj-hero-subtitle {
  max-width: 660px !important;
}

/* Optional: increase hero height slightly */
.fj-hero {
  min-height: 760px !important;
}

/* Tablet */
@media (max-width: 1200px) {
  .fj-hero .fj-container {
    width: min(100% - 40px, 1100px) !important;
    max-width: 1100px !important;
  }

  .fj-hero {
    min-height: 680px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .fj-hero .fj-container {
    width: min(100% - 28px, 100%) !important;
    max-width: calc(100% - 28px) !important;
  }

  .fj-hero {
    min-height: 620px !important;
  }

  .fj-hero-content {
    max-width: 100% !important;
  }

  .fj-hero-title {
    max-width: 100% !important;
    font-size: 54px !important;
  }

  .fj-hero-subtitle {
    max-width: 100% !important;
  }
}/* End custom CSS */