/**
* Theme Name: Triply Child
* Description: This is a child theme of Triply, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: triply
* Version: 2.3.9
*/

/* Fix: mobile nav position:fixed breaks on iOS Safari when overflow:hidden is on html.
   Scroll locking is now handled via JS body-lock technique instead. */
html.mobile-nav-active {
    overflow: visible;
}

/* Footer phone number: prevent line break */
.elementor-element-e973d9d .elementor-icon-list-text {
    white-space: nowrap;
}
