.elementor-2125 .elementor-element.elementor-element-e86fbfa{--display:flex;--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;}.elementor-2125 .elementor-element.elementor-element-e86fbfa:not(.elementor-motion-effects-element-type-background), .elementor-2125 .elementor-element.elementor-element-e86fbfa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#82251A;}.elementor-widget-heading .neb-protected-content-message, .elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-2125 .elementor-element.elementor-element-58049a2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-2125 .elementor-element.elementor-element-58049a2 .elementor-heading-title{font-family:"Georgia", Sans-serif;font-size:62px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor .neb-protected-content-message, .elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2125 .elementor-element.elementor-element-8af2ab8{text-align:center;color:#FFFFFF;}.elementor-2125 .elementor-element.elementor-element-d68b101{--display:flex;--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;}.elementor-widget-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){.elementor-2125 .elementor-element.elementor-element-d68b101{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-2125 .elementor-element.elementor-element-d68b101{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-cf43cbd *//* Amish History Page
   Unique layout with icons
   All classes prefixed with .map-hist-
*/

.map-hist-section {
  --hist-primary: #82251A;
  --hist-bg: #fffcf8;
  --hist-text: #2c2624;
  --hist-muted: #6d5f5b;
  --hist-border: #e0cfc8;
  --hist-radius-lg: 26px;
  --hist-radius-md: 18px;
  --hist-shadow-soft: 0 18px 40px rgba(0,0,0,0.06);
  --hist-transition-fast: 0.2s ease-out;

  background: var(--hist-bg);
  padding: 3rem 1.5rem 3.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--hist-text);
}

.map-hist-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* HERO */

.map-hist-hero {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.1fr);
  gap: 2.2rem;
  align-items: center;
  margin-bottom: 2.8rem;
}

.map-hist-hero-main {
  position: relative;
  padding-left: 0.4rem;
}

.map-hist-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(130, 37, 26, 0.07);
  color: var(--hist-primary);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 0.6rem;
}

.map-hist-title {
  margin: 0 0 0.5rem;
  font-size: 2.05rem;
  color: var(--hist-primary);
  letter-spacing: 0.02em;
}

.map-hist-lead {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--hist-text);
  max-width: 90%;
}

.map-hist-hero-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.map-hist-hero-avatar {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  border: 3px solid rgba(130, 37, 26, 0.2);
  overflow: hidden;
  box-shadow: var(--hist-shadow-soft);
}

.map-hist-hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-hist-hero-iconblock {
  border-radius: var(--hist-radius-md);
  padding: 0.9rem 0.9rem 0.95rem;
  border: 1px solid rgba(130, 37, 26, 0.2);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  text-align: center;
}

.map-hist-hero-iconblock .map-hist-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--hist-primary);
  stroke-width: 1.6;
  margin-bottom: 0.4rem;
}

.map-hist-hero-tag {
  margin: 0;
  font-size: 0.86rem;
  color: var(--hist-muted);
}

/* SHARED SECTION ELEMENTS */

.map-hist-section-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.map-hist-section-iconwrap {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(130, 37, 26, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-hist-section-title {
  margin: 0 0 0.2rem;
  font-size: 1.3rem;
  color: var(--hist-primary);
}

.map-hist-body {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--hist-text);
}

.map-hist-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--hist-primary);
  stroke-width: 1.7;
}

/* TIMELINE */

.map-hist-timeline {
  margin-bottom: 2.6rem;
}

.map-hist-timeline-body {
  position: relative;
  margin-left: 14px;
  padding-left: 12px;
  padding-top: 0.3rem;
}

.map-hist-timeline-line {
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(130, 37, 26, 0.5),
    rgba(130, 37, 26, 0.1)
  );
}

.map-hist-timeline-item {
  position: relative;
  margin-bottom: 1.3rem;
}

.map-hist-timeline-dot {
  position: absolute;
  left: -15px;
  top: 0.3rem;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--hist-primary);
  box-shadow: 0 0 0 4px rgba(130, 37, 26, 0.18);
}

.map-hist-timeline-content {
  background: #fff;
  border-radius: 14px;
  padding: 0.75rem 0.9rem 0.85rem;
  border: 1px solid rgba(130, 37, 26, 0.14);
  box-shadow: 0 10px 26px rgba(0,0,0,0.04);
}

.map-hist-timeline-year {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hist-muted);
  margin-bottom: 0.2rem;
}

/* FACTS CARD */

.map-hist-facts {
  margin-bottom: 2.6rem;
}

.map-hist-facts-card {
  background: #fff;
  border-radius: var(--hist-radius-lg);
  border: 1px solid rgba(130, 37, 26, 0.18);
  padding: 1.4rem 1.4rem 1.5rem;
  box-shadow: var(--hist-shadow-soft);
}

.map-hist-factlist {
  margin: 0.3rem 0 0;
  padding-left: 1.2rem;
  font-size: 0.93rem;
  color: var(--hist-text);
}

.map-hist-factlist li + li {
  margin-top: 0.35rem;
}

/* COMING TO AMERICA & IMAGES */

.map-hist-america {
  margin-bottom: 2.7rem;
}

.map-hist-images-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 1.3rem;
  margin-top: 0.6rem;
}

.map-hist-figure {
  margin: 0;
  background: #fff;
  border-radius: var(--hist-radius-md);
  border: 1px solid rgba(130, 37, 26, 0.14);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.map-hist-figure-main {
  /* slightly emphasize main map image */
  transform: translateY(2px);
}

.map-hist-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.map-hist-caption {
  margin: 0;
  padding: 0.6rem 0.8rem 0.7rem;
  font-size: 0.86rem;
  color: var(--hist-muted);
}

/* LANGUAGE / RELIGION / CULTURE TRIPLE */

.map-hist-triple {
  margin-bottom: 0.5rem;
}

.map-hist-triple-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.map-hist-card {
  background: #fff;
  border-radius: var(--hist-radius-md);
  border: 1px solid rgba(130, 37, 26, 0.16);
  padding: 1.2rem 1.1rem 1.4rem;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.map-hist-card-header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.4rem;
}

.map-hist-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(130, 37, 26, 0.06);
  color: var(--hist-primary);
  font-size: 0.8rem;
}

.map-hist-chip .map-hist-icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
}

.map-hist-card-title {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  color: var(--hist-primary);
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .map-hist-hero {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .map-hist-hero {
    grid-template-columns: 1fr;
  }

  .map-hist-lead {
    max-width: 100%;
  }

  .map-hist-hero-media {
    align-items: flex-start;
  }

  .map-hist-images-grid {
    grid-template-columns: 1fr;
  }

  .map-hist-triple-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .map-hist-section {
    padding: 2.5rem 1rem 3rem;
  }

  .map-hist-title {
    font-size: 1.8rem;
  }

  .map-hist-triple-grid {
    grid-template-columns: 1fr;
  }

  .map-hist-timeline-body {
    margin-left: 10px;
  }
}/* End custom CSS */