/**
* Theme Name: Dentalist Child
* Description: This is a child theme of Dentalist.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: dentalist
* Version: 1.0.6
*/


/* ─── hard-kill CMSMasters Elementor popup #126 ───────────── */
html body div.cmsmasters-elementor-popup-126,
html body div[data-popup-id="126"],
html body .cmsmasters-elementor-popup__show,
html body .cmsmasters-popup-trigger-1,
html body .cmsmasters-popup-overlay          /* dark overlay if any   */
{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* allow the page to scroll again */
html.cmsmasters-popup-lock,
body.cmsmasters-popup-lock {
    overflow: auto !important;
}