/*
Theme Name: Dental Clinic Child Theme
Theme URI: https://dental-clinic.ancorathemes.com/
Description: Dental Clinic - excellent WordPress theme with many different blog and header layouts
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.4.6
Tested up to: 6.9.1
Requires at least: 5.5
Requires PHP: 7.4
EV: 1.0.21
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: dental-clinic
Template: dental-clinic
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.treatment-menu-container { display:none; }

/* The Overlay (Background) */
.popup-overlay {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7) !important;
    justify-content: center;
    align-items: center;
}

/* The Popup Box */
.maxassist-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    text-align: center;
}

/* The Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
.top_panel {
	margin-bottom:50px !important;
}
.header-background {
    background-color: #FFFFFF !important;
}
