/*
Theme Name: saaswell Child
Author: WebTheme
Tags:  custom-menu, editor-style, featured-images
Template: saaswell
Version: 1.0.0
*/

@import '../saaswell/style.css';

/*---------------------------------
      write your child css here
------------------------------------*/
.theme-main-header.sticky{position:fixed; width:100%; z-index:99;}

@media (max-width: 991px) {
      .theme-main-header .theme-main-menu .main-navigation .header-nav{display:block;}
      .menu-main-menu-container{display:none;}
      .theme-main-header .theme-main-menu .main-navigation .header-nav{background-color: #F8FBFE;}
      .theme-main-header .theme-main-menu .manu-wrapper .header-nav .menu-button {display: table; margin:10px auto; }
      
}