/*
 Theme Name:   Dentalia child theme 
 Theme URI:    http://orionthemes.com/dentalia
 Description:  Dentalia child theme
 Author:       OrionThemes.com
 Author URI:   http://orionthemes.com
 Template:     dentalia
 Version:      2.0
 Requires at least: 5.0
 Tested up to: 5.5
 Requires PHP: 7.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dentalia-child
*/

@media (min-width: 992px) {
     .mainheader a.logo>img {
        max-height:150px !important;
        max-width: 450px !important;
    }
    
   /* #main-hero {
        height: 750px !important;
    }   */
    .so-widget-sow-image-default-15be6fc1a39e .sow-image-container {
        justify-content: flex-end;
        
    }
    
    .header-with-widgets.site-header .header-widgets img {
        max-height: 154px !important;
        max-width: auto !important;
    }
    .top-bar, .top-bar.compact-header-layout .top-bar-toggle {
        background-color: #ffffff !important;
    }
    
    header.nav-dark:not(.stickymenu) .nav-container {
        background-color: #2752D6 !important;
    }
    
    
        
}


