/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2026 | 00:56:22 */
/* Show full header photo with all three doctors on mobile */
@media (max-width: 768px) {
  .home .wp-block-cover {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    min-height: 0 !important;
  }

  .home .wp-block-cover .wp-block-cover__image-background {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2 !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .home .wp-block-cover .wp-block-cover__background {
    display: none !important;
  }

  .home .wp-block-cover .wp-block-cover__inner-container {
    position: relative !important;
    width: 100% !important;
    background-color: #232c39 !important;
    color: #ffffff !important;
    padding: 30px 20px !important;
    box-sizing: border-box !important;
  }

  .home .wp-block-cover .wp-block-spacer {
    display: none !important;
  }
}

/* Style top contact bar on mobile */
@media (max-width: 781px) {
  .before-header .wp-block-columns {
    display: grid !important;
    grid-template-columns: max-content auto !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 8px !important;
    row-gap: 6px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .before-header .wp-block-column {
    flex-basis: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .before-header .mai-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .before-header .mai-icon svg {
    width: 16px !important;
    height: 16px !important;
    fill: #ffffff !important;
  }

  .before-header p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
  }

  .before-header a {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .before-header .wp-block-group {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}