/*
 Theme Name:  Hello Elementor Child
 Theme URI:   https://elementor.com/
 Description: Child theme for Hello Elementor
 Author:      Your Name / Company
 Template:    hello-elementor
 Version:     1.0.0
*/
:root {
    --green: #4CAF6D;
    --green-dark: #2E8B4F;
    --green-soft: #EAF6EE;
    --ink: #141414;
    --body: #141414;
    --grey: #6B7280;
    --grey-light: #9CA3AF;
    --hairline: #E5E7EB;
    --paper: #FFFFFF;
    --card: #FFFFFF;
    --grid: #F3F4F5;
}
body {
    background: var(--paper);
    background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);
    background-size: 44px 44px;
    transition: background-color .25s;
}
blockquote {
    margin: 30px 0;
    padding: 20px 30px 10px;
    text-align: center;
    font-family: serif;
    font-size: 20px;
    font-style:italic;
    color: var(--ink);
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color:var(--green);
  font-weight:900
}
span.dark-green {
  color:var(--green-dark);
}
.column-gap .elementor-container  {
  gap:20px
}
.page-template-default:not(.elementor-page) #content {
  padding-top:60px;
  line-height: 1.6;
}
.decimal-leading-zero ol {
    list-style: decimal-leading-zero;
    margin: 0;
    padding: 0;
    counter-reset: item;
}
.decimal-leading-zero li {
    padding: 20px 0 20px 60px;
    list-style: none;
    counter-increment: item;
    border-bottom: 1px solid var(--hairline);
    line-height: 1.6;
    position: relative;
}
.decimal-leading-zero li::before {
    content: counter(item, decimal-leading-zero);
    flex: 0 0 36px;
    color: var(--green);
    font-weight: 700;
    line-height: 1.6;
    position: absolute;
    left: 0;
    font-family: "JetBrains Mono", Sans-serif;
}
.decimal-leading-zero li strong {
    font-weight: 700;
    color: var(--heading);
}
section table {
    margin-block-end: 30px;
}
section table td, 
section table th {
  border:0;
  border-bottom:2px solid var(--hairline)
}
section table tbody tr:hover>td, 
section table tbody tr:hover>th,
section table tbody>tr:nth-child(odd)>td, 
section table tbody>tr:nth-child(odd)>th {
  background-color: transparent;
}
section table tbody tr:hover>td {
  border-bottom-color: var(--ink);
}

/* Cookie banner */
#cookie-law-info-bar {
  background:var(--green-soft);
  text-align: center;
}
#cookie-law-info-bar * {
    font-family: "Inter", sans-serif;
}

/* Elementor Full Screen Search */
.elementor-search-form__container.elementor-search-form--full-screen {
    backdrop-filter: blur(6px);
}
.dialog-lightbox-close-button.dialog-close-button {
  color:#fff !important
}
elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
  font-size: 40px;
}
.elementor-search-form--full-screen .elementor-search-form__input {
    opacity: 0.9;
    padding: 0 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background: var(--green-soft) !important;
    box-shadow: none;
}
.elementor-search-form--full-screen .elementor-search-form__input::placeholder {
    color: var(--ink);
    opacity: 1;
}
.elementor-search-form--full-screen .dialog-lightbox-close-button {
    top: 40px;
    right: 40px;
    font-size: 30px;
    position: absolute;
}
.elementor-search-form__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background:
      linear-gradient(45deg, transparent 45%, var(--ink) 45%, var(--ink) 55%, transparent 55%),
      linear-gradient(-45deg, transparent 45%, var(--ink) 45%, var(--ink) 55%, transparent 55%);
    cursor: pointer;
}

/* Chips */
.mdsearch-chips ul,
.mdsearch-chips li {
  list-style: none;
  margin:0;
  padding:0;
}
.mdsearch-chips ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.mdsearch-chips li {
    font-family: 'JetBrains Mono';
    font-size: .62rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    border: 1.5px solid var(--hairline);
    color: var(--body);
    padding: 7px 12px;
    background: var(--card);
}
.mdsearch-chips li:hover {
    border-color: var(--green);
    color: var(--green-dark);
}

/* Post Grid Card layout */
.blog-posts-mini .eael-entry-wrapper {
    display:flex;
    flex-wrap:wrap;
    padding:22px 24px !important
}
.blog-posts-mini .eael-entry-wrapper h3 {
  margin-top:0 !important
}
.blog-posts-mini .eael-entry-header {
    flex:0 0 100%;
}
.blog-posts-mini .eael-entry-header-after.style-two {
    display:inline-flex;
    margin-top:12px;
    order: 2;
}
.blog-posts-mini .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
    font-size: 15px !important;
}
.blog-posts-mini .eael-entry-header-after.style-two i {
  display: none;
}
.blog-posts-mini .eael-entry-content {
    display:inline-flex;
    margin-top:14px;
    margin-left:5px;
    order:3
}
.blog-posts-mini .eael-entry-header-after.style-two:after {
    content: "·";
    color: var(--green);
    margin-right: 8px;
}

.blog-posts .eael-post-grid-container .eael-post-grid { align-items: stretch; }
.blog-posts .eael-post-grid-container .eael-grid-post { height: 100%; }
.blog-posts .eael-post-grid-container .eael-grid-post-holder { display: flex; height: 100%; }
.blog-posts .eael-post-grid-container .eael-grid-post-holder-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog-posts .eael-post-grid-container .eael-entry-wrapper {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1;
}
.blog-posts .eael-post-grid-container .eael-entry-header-after { margin-top: auto; }
.blog-posts .eael-post-grid-container .eael-entry-thumbnail img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.blog-posts .eael-post-grid-container .eael-entry-title {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

/* Contact Form 7 */
.cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin: 0;
}
.cf7-field {
  display: flex;
  flex-direction: column;
}
.cf7-full {
  grid-column: 1 / -1;
}
.cf7-grid br {
    display:none;
}
.cf7-field label {
  display: block;
  font-weight: 600;
  color: var(--body);
  text-transform: uppercase;
  line-height: 1.4;
  font-size:11px;
  letter-spacing: 1.3px;
}
.cf7-field input[type="text"],
.cf7-field input[type="email"],
.cf7-field input[type="tel"],
.cf7-field select,
.cf7-field textarea {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #ffffff;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.4;
  margin-top:6px !important;
  color: var(--body);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
.cf7-field textarea,
.elementor-element .eael-contact-form textarea {
  height: 160px;
  resize: vertical;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
.cf7-field input:focus,
.cf7-field select:focus,
.cf7-field textarea:focus {
    outline: 3px solid var(--green-soft) !important;
    border-color: var(--green-dark);
}
.cf7-field ::placeholder {
  color: var(--grey);
  opacity: 1;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
.cf7-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #005450 50%),
    linear-gradient(135deg, #005450 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}
.cf7-grid .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cf7-grid .wpcf7-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 107, 102, 0.18);
}
.cf7-grid .wpcf7-spinner {
  margin-left: 12px;
}
.cf7-grid .wpcf7-not-valid-tip {
  color: #c0392b;
  position:absolute;
  text-transform: none;
  padding-top:3px
}
.cf7-grid .wpcf7 form .wpcf7-response-output,
.cf7-grid .wpcf7-response-output {
  margin: 20px 0 0;
  font-size: 14px;
}
.cf7-grid .wpcf7 form.sent .wpcf7-response-output,
.cf7-grid .wpcf7 form.invalid .wpcf7-response-output,
.cf7-grid .wpcf7 form.failed .wpcf7-response-output,
.cf7-grid .wpcf7 form.spam .wpcf7-response-output {
  border-width: 1px;
}

.wpa-test-msg {display:none !important}


/* Reviews */
.employer-blurbs.elementor-section .elementor-column .elementor-widget-container,
.employer-blurbs.elementor-section .elementor-column .elementor-widget-image-box {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
}
.md-reviews .md-review-item {
    width: 100%;
    margin-bottom:2em;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    background-image: url("/wp-content/uploads/2025/10/111116_quote_icon-alt.png");
    padding: 20px 60px 30px 30px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 51px auto;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--grey-light);
    text-align:center;
    border-radius: 20px 20px 20px 20px;
}
.md-reviews .md-review-text {
    color: var(--ink);
    font-family: "Georgia", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4em;
    margin-bottom:12px;
}
.md-reviews .md-review-name {
    color: var(--ink);
    font-family: "author", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.md-reviews .md-review-company {
    color: var(--green-dark);
    font-size: 16px;
    font-weight: 400;
}
@media (min-width:1025px) {
    .md-reviews {
        column-count: 2;
        column-gap: 2em;
    }
    .md-reviews .md-review-item {
        text-align:left;
    }
    .column-2 .elementor-icon-list-items {
        column-count: 2;
        column-gap: 2em;
    }
    .column-2 .elementor-icon-list-items .elementor-icon-list-item {
      align-items: flex-start
    }
    .column-2 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
      position: relative;
      top: 10px;
    }
}
@media (max-width:767px) {
    .md-reviews .md-review-text,
    .md-reviews .md-review-name {
        font-size:18px
    }
}
.md-reviews-section {
    max-width: 1240px;
    margin:0 auto 3rem;
    padding:0 2em;
}
.md-reviews-filters {
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
}
.md-reviews-section button.md-reviews-filter-button {
	border: 1px solid var(--green) !important;
  color:var(--green);
	background: transparent;
	padding: 0.6rem 1.2rem;
	border-radius: 999px !important;
	cursor: pointer;
	font-size: 0.95rem;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.md-reviews-section button.md-reviews-filter-button:hover {
    background: var(--green-dark);
	  border-color: var(--green-dark) !important;
    color:#fff
}
.md-reviews-section button.md-reviews-filter-button.is-active {
	background: var(--ink);
	border-color: var(--ink);
	color: #fff;
}
.md-reviews-grid {
  columns: 3;
  column-gap: 1.75rem;
}
.md-review-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.75rem;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
.md-review-item.is-hidden {
	display: none;
}
.md-review-inner {
	border: 1px solid var(--grey-light);
	border-radius: 12px;
	padding: 1.5rem;
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.md-review-top {
    display: flex;
    align-items: center;
    margin-bottom:1rem;
}
.md-review-badge {
	display: inline-block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 0 auto;
	padding: 5px 14px;
	border-radius: 999px;
	background: #f7f7f7;
	color: var(--ink);
  border:1px solid var(--ink);
  line-height:1
}
.md-review-badge--physician {
	color: var(--ink);
}
.md-review-badge--employer {
	color: var(--ink);
    border-color: var(--ink);
}
.md-review-text p {
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 1rem;
    font-style:italic;
}
.md-review-meta {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--ink);
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.md-review-name {
	font-weight: 700;
}
.md-review-company {
	opacity: 0.8;
}
.md-review-rating {
  color:var(--green)
}
@media (max-width: 1024px) {
    .md-reviews-grid {
        columns: 2;
    }
}
@media (max-width: 640px) {
    .md-reviews-grid {
        columns: 1;
    }
}
.display-none,
.number-hide .elementor-counter-number {
    display:none !important
}

/* Stacked Testimonials */
.md-testimonial-group + .md-testimonial-group {
	margin-top: 80px;
}

h2.md-testimonial-group-title {
  font-family: "JetBrains Mono", Sans-serif !important;
  font-size: 12px;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0.16em;
  color:var(--green-dark) !important;
  margin: 0 0 22px
}
.md-testimonial-list {
	display: grid;
	gap: 22px;
}
.md-testimonial-item {
	margin: 0;
	padding: 0;
	background: var(--card);
  border: 2px solid var(--ink);
  padding: 26px 28px;
}
.md-testimonial-text {
  font-family: 'Archivo';
  font-weight: 600;
  font-size: 17px;
  color: var(--ink);
  line-height: 1.45;
}
.md-testimonial-text > :first-child {
	margin-top: 0;
}
.md-testimonial-text > :last-child {
	margin-bottom: 0;
}
.md-testimonial-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
  font-weight: 600;
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
  font-family: 'JetBrains Mono';
  letter-spacing: .14em;
  color: var(--grey);
  margin-top: 12px;
}

@media (max-width: 767px) {
	.md-testimonial-group + .md-testimonial-group {
		margin-top: 55px;
	}
	.md-testimonial-text {
		font-size: 16px;
	}
}

/* Single Post */
.single-post .post-content .elementor-container.elementor-column-gap-default {
  border:2px solid var(--ink)
}
.single-post .post-content h2 {
  margin:2rem 0 0.7rem
}
.single-post .post-content h3 {
  margin:2rem 0 0.7rem
}

/* Search Results */
.search-results .elementor-pagination {
  margin-top:2rem
}

/* Job Posts Search add image */
.elementor-post.type-mds_job .elementor-post__title {
  display:flex;
  flex-direction: column;
  gap:20px;
  margin-top:20px
}
.elementor-post.type-mds_job .elementor-post__title:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    background-image: url('/wp-content/uploads/2021/11/icon-mdsearch-3.svg');
    background-repeat: no-repeat;
    border-radius: 50%;
}

/* Mobile Sticky Footer */
@media (max-width: 1024px) {
  .mobile-sticky-footer {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
  }
  .mdsj-page .mobile-sticky-footer {
    display: none;
  }

  body {
    padding-bottom: 72px;
  }
}
@media (max-width:1024px){
    h1{
        font-size:clamp(1.9rem,5vw,3.2rem) !important;
    }
    h2:not(.md-testimonial-group-title){
        font-size:clamp(1.6rem,4vw,2.5rem) !important;
    }
    h3{
        font-size:clamp(1.3rem,3vw,1.9rem) !important;
    }
}
@media (max-width: 767px) {
  .cf7-grid {
    grid-template-columns: 1fr;
  }
  .cf7-full {
    grid-column: auto;
  }
  .cf7-grid .wpcf7-submit {
    width: 100%;
  }
  .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
      top:42px !important;
      width: 100vw !important;
  }
  .elementor-search-form--full-screen .elementor-search-form__input {
      font-size:30px !important;
      height:60px;
  }
  .decimal-leading-zero li {
      padding-left: 40px;
  }
  .single-post .elementor-post-info .elementor-post-info__item-prefix {
    display:none !important
  }
  #cta-footer .elementor-button {
    width:100%;
    max-width:270px;
  }
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        transition: max-height .1s, transform .1s !important;
  }
}