/* CYT-209: narrow responsive and touch-target corrections. */
.elementor-widget-theme-post-content :is(a, li) {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.elementor-widget-theme-post-content pre {
  max-width: 100%;
  overflow-x: auto;
}

a.elementor-icon[href^="tel:"],
a.elementor-icon[href*="/contact/"],
.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  scroll-margin-top: 180px;
}

/* CYT-234: keep the homepage entrance effect inside the document width. */
.elementor-element-c4c0c42.animated.fadeInRight {
  animation-name: fadeIn !important;
}

/* CYT-234: restore the desktop Elementor menu hover/focus path. */
@media (min-width: 1025px) {
  .elementor-nav-menu--main li.menu-item-has-children:hover > ul.sub-menu,
  .elementor-nav-menu--main li.menu-item-has-children:focus-within > ul.sub-menu {
    display: block !important;
  }

  .elementor-nav-menu--main .sub-menu > li.menu-item-has-children {
    position: relative;
  }

  .elementor-nav-menu--main ul.sub-menu {
    min-width: 230px !important;
  }

  .elementor-nav-menu--main .sub-menu > li.menu-item-has-children > ul.sub-menu {
    top: 0 !important;
    left: 100% !important;
  }
}

/* CYT-234: this crawlspace quote container was hidden at every breakpoint. */
.elementor-page-2997 .elementor-element.elementor-element-430ed92 {
  display: flex !important;
  visibility: visible !important;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  animation: none !important;
}

.elementor-page-2997 .elementor-element-430ed92 > .elementor-widget-heading,
.elementor-page-2997 .elementor-element-430ed92 .elementor-heading-title,
.elementor-page-2997 .elementor-element-430ed92 > .elementor-widget-metform {
  width: 100%;
}

.elementor-page-2997 .elementor-element-430ed92 .elementor-heading-title {
  text-align: left !important;
}
