.elementor-22091 .elementor-element.elementor-element-9e711c1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a5e8e32 *//* ===== REMOVE TOP GAP ABOVE HERO ===== */

/* Kill default page spacing */
.page-template-default .site-content,
.page-template .site-content,
.site-content,
.site-main,
.entry-content,
#content,
.content-area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Remove any hidden spacer elements */
.page-template-default .entry-header,
.page .entry-header,
.traveler-page-title,
.st-breadcrumb,
.breadcrumbs {
  display: none !important;
}

/* Pull hero up slightly to sit flush with header */
.em-performer-hero {
  margin-top: -20px;
}




:root {
  --em-black: #111111;
  --em-body: #1d1d1d;
  --em-muted: #5f5f5f;
  --em-line: #dfdfdf;
  --em-soft: #f7f7f7;
  --em-white: #ffffff;
  --em-accent: #c96a2b;
  --em-accent-dark: #a5531d;
  --em-deep: #191919;
  --em-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
  --em-radius-xl: 28px;
  --em-radius-lg: 22px;
  --em-radius-md: 14px;
}

/* page background */
.page-template-default .site-content,
.page-template .site-content {
  background: #fcfcfb;
}

/* FULL WIDTH HERO */
.em-performer-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.42) 100%),
    url('https://exploringmombasa.com/wp-content/uploads/2026/04/EVENT-2.png') center center / cover no-repeat;
}

.em-performer-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0.10) 45%, rgba(0,0,0,0.06)),
    radial-gradient(circle at 85% 20%, rgba(255,255,255,0.08), transparent 22%);
  pointer-events: none;
}

.em-performer-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 32px 56px;
}

.em-performer-hero-copy {
  max-width: 760px;
}

.em-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.94);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.em-performer-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(48px, 8vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #ffffff;
  max-width: 820px;
}

.em-performer-hero p {
  margin: 0;
  max-width: 640px;
  font-size: 19px;
  line-height: 1.65;
  color: rgba(255,255,255,0.92);
}

.em-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.em-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.em-hero-btn-primary {
  background: var(--em-accent);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.em-hero-btn-primary:hover {
  background: var(--em-accent-dark);
  transform: translateY(-1px);
}

.em-hero-note {
  color: rgba(255,255,255,0.86);
  font-size: 14px;
}

/* MAIN SECTION */
.em-performer-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1.02fr);
  gap: 58px;
  align-items: start;
}

.em-performer-intro {
  padding: 10px 0 0;
  max-width: 540px;
}

.em-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--em-accent);
  margin-bottom: 16px;
}

.em-performer-intro h2 {
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.02;
  margin: 0 0 20px;
  color: var(--em-black);
  letter-spacing: -0.04em;
}

.em-performer-intro > p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--em-body);
  margin: 0 0 24px;
  max-width: 520px;
}

.em-subtle-note {
  color: var(--em-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin-bottom: 34px !important;
}

.em-performer-points {
  display: grid;
  gap: 22px;
}

.em-point {
  border-left: 3px solid var(--em-accent);
  padding: 14px 0 14px 18px;
}

.em-point h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--em-accent);
  text-transform: uppercase;
}

.em-point p {
  margin: 0;
  color: var(--em-body);
  line-height: 1.7;
  font-size: 15px;
}

/* FORM CARD */
.em-performer-form-card {
  background: var(--em-white);
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius-xl);
  padding: 34px;
  box-shadow: var(--em-shadow);
}

/* CF7 */
.em-performer-form-card .wpcf7 p {
  margin: 0 0 22px;
}

.em-performer-form-card .wpcf7 label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--em-black);
  margin-bottom: 8px;
}

.em-performer-form-card .wpcf7 input[type="text"],
.em-performer-form-card .wpcf7 input[type="email"],
.em-performer-form-card .wpcf7 input[type="url"],
.em-performer-form-card .wpcf7 input[type="tel"],
.em-performer-form-card .wpcf7 select,
.em-performer-form-card .wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  background: #ffffff;
  font-size: 15px;
  font-family: inherit;
  color: var(--em-black);
  transition: 0.2s ease;
  box-sizing: border-box;
}

.em-performer-form-card .wpcf7 input[type="text"]:focus,
.em-performer-form-card .wpcf7 input[type="email"]:focus,
.em-performer-form-card .wpcf7 input[type="url"]:focus,
.em-performer-form-card .wpcf7 input[type="tel"]:focus,
.em-performer-form-card .wpcf7 select:focus,
.em-performer-form-card .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--em-accent);
  box-shadow: 0 0 0 4px rgba(201, 106, 43, 0.10);
}

.em-performer-form-card .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.55;
}

.em-performer-form-card .wpcf7 input::placeholder,
.em-performer-form-card .wpcf7 textarea::placeholder {
  color: #989898;
  font-weight: 400;
}

/* radio pills */
.em-performer-form-card .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.em-performer-form-card .wpcf7-list-item {
  margin: 0;
}

.em-performer-form-card .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f2f2f2;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2c;
  cursor: pointer;
  transition: 0.2s ease;
  margin-bottom: 0;
}

.em-performer-form-card .wpcf7-list-item label:hover {
  background: #ebebeb;
}

.em-performer-form-card .wpcf7 input[type="radio"] {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--em-accent);
}

.em-performer-form-card .wpcf7-list-item:has(input:checked) label {
  background: var(--em-accent);
  color: #ffffff;
}

/* file */
.em-performer-form-card .wpcf7 input[type="file"] {
  width: 100%;
  padding: 14px;
  font-size: 14px;
  color: var(--em-body);
  border: 1px dashed #cfcfcf;
  border-radius: 14px;
  background: #fafafa;
  cursor: pointer;
  box-sizing: border-box;
}

/* acceptance */
.em-performer-form-card .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  font-weight: 400;
  color: var(--em-body);
  line-height: 1.55;
}

.em-performer-form-card .wpcf7-acceptance input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--em-accent);
  flex: 0 0 auto;
}

/* submit */
.em-performer-form-card .wpcf7 input[type="submit"] {
  width: 100%;
  padding: 17px 24px;
  background: var(--em-accent);
  border: none;
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  margin-top: 10px;
}

.em-performer-form-card .wpcf7 input[type="submit"]:hover {
  background: var(--em-accent-dark);
  transform: translateY(-1px);
}

.em-performer-form-card .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d9534f;
  margin-top: 6px;
}

.em-performer-form-card .wpcf7-response-output {
  margin-top: 24px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
}

/* responsive */
@media (max-width: 1024px) {
  .em-performer-hero {
    min-height: 66vh;
  }

  .em-performer-hero-inner {
    padding: 100px 24px 48px;
  }

  .em-performer-wrap {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .em-performer-intro {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .em-performer-hero {
    min-height: auto;
  }

  .em-performer-hero-inner {
    padding: 88px 18px 34px;
  }

  .em-performer-hero h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  .em-performer-hero p {
    font-size: 16px;
  }

  .em-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .em-performer-wrap {
    padding: 42px 18px 68px;
  }

  .em-performer-intro h2 {
    font-size: 38px;
  }

  .em-performer-form-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .em-performer-form-card .wpcf7-list-item label {
    padding: 9px 14px;
    font-size: 13px;
  }
}/* End custom CSS */