/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
  
header.elementor-location-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.acc-header {
  display: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
    white-space: normal;

}
.acc-header:last-of-type{
  margin: 0;
}

.acc-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .3s ease;
  flex-shrink: 0;
  margin-right: 4px;
}

.acc-header[data-open] .acc-arrow {
  transform: rotate(-135deg);
}
.acc-header[data-open=true] {
    background: var(--Secondary-Color);
    color: var(--Pure-White);
}

[data-element_type="e-tab-content"].acc-animating {
  overflow: hidden;
  transition: max-height 350ms ease, opacity 350ms ease;
}

/* Digital Dispensary page button Hover */
.dispensary_button_wrap a.btn-primary.btn-arrow:hover:before {
    filter: brightness(15);
}
/* Digital Dispensary page button Hover */


@media (max-width:1024px) {
  body.overflow-hidden {
    overflow: hidden;
  }
}