/*
Theme Name: EvolvePro
Theme URI: https://evolvepro.qodeinteractive.com
Description: Marketing Agency & SEO WordPress Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Text Domain: evolvepro
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@media (max-width: 768px) {
  .menu {
    display: none;
  }

  .menu.active {
    display: block;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }
}