/**
Theme Name: Webpresso
Author: Webpuccino®
Author URI: https://webpuccino.com
Description: Webpresso theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webpresso
Template: astra
*/
.ha-offcanvas-content,
.ha-offcanvas-content a {
  color: #fff; 
}

.ha-offcanvas-content .elementor-sitemap-page-list > .menu-item {
  max-height: 1.5em;
  overflow: hidden;
  transition: max-height .1s ease;
}

.ha-offcanvas-content .elementor-sitemap-page-list > .menu-item.is-expanded {
  max-height: 1000px;
}

.ha-offcanvas-content .elementor-sitemap-page-list > .menu-item > .menu-link {
  white-space: nowrap;
}

body {
  overflow-y: scroll;
}

.ha-offcanvas-container:after {
  content: none !important;
  display: none !important;
}

p:last-child {
  margin-bottom: 0;
}