/*
Theme Name: Denta Child
Theme URI: https://orthosync.ai/denta-child/
Author: cmsmasters
Author URI: https://orthosync.ai/
Description: Denta Child Theme
Template: denta
Version: 1.0.0
License:
License URI:
Text Domain: denta-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
.header_mid .logo_wrap .logo img{
    width: 100%;
    max-width:200px;
}

@media (max-width: 767px) {
	#header,
    #header .header_mid,
    #header .header_mid .header_mid_outer{
        overflow: visible !important;
    }
    .header_top_but{
    	display:none !important;
    }
    #header .header_mid .header_mid_inner {
        padding: 15px 0 5px !important;
    }
    #header .header_mid .logo_wrap {
        margin: 0 15px 8px !important;
    }
    #header .header_mid .header_mid_interface_inner {
        /* text-align: center; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cmsmasters_button[class~='cmsmasters_button'], .button, input[type=submit], input[type=button], button, .cmsmasters_header_search_form button {
        font-size: 12px;
        line-height: 30px;
        padding: 5px 20px !important;
    }
    #header .header_mid .mid_nav_wrap {
        position: absolute;
        top: 148px;
        left: 0px;
        width: 100%;
    }
    .cmsmasters_row_outer_parent {
        padding-bottom: 0px !important;
        padding-top: 50px !important;        
    }
}