/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

body.menu-page article {
	max-width: 100% !important;
}
body.menu-page article > h1 {
	display: none !important;
}

/* roll over buttons */
.romlinl a,
.bricks-nav-menu .sub-menu li a {
    position: relative;
    max-width: fit-content;
    transition: 0.5s;
}
.romlinl a::after,
.bricks-nav-menu .sub-menu li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: 0;
    transition: 0.5s;
}
.romlinl.black a::after,
.bricks-nav-menu .sub-menu li a::after {
    background: #000;
}
.romlinl a:hover::after,
.bricks-nav-menu .sub-menu li a:hover::after {
    width: 100%;
}
.romlinl a:hover {
    color: #d6ac2a;
}
.romlinl.black a:hover {
   color: #000;
}
.link-rollover {
	position: relative;
}
.link-rollover::after {
	content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
	transition: 0.3s;
}
.link-rollover.link-rollover-black::after {
	background: #000;
}
.link-rollover:hover::after {
	width: 100%;
}
.link-rollover.lrgreen::after {
	background-color: #178217;
}
.btn-rollover-green,
.btn-rollover-white,
.btn-rollover-black {
	position: relative;
    overflow: hidden;
	border-color:#d6ac2a;
	transition: 0.5s ease-in-out;
}
.brxe-button, 
.dis_item_btn_content a,
.disp_btn_by_storeid a {
    position: relative;
    overflow: hidden;
	border-color:#fff;
	transition: 0.5s ease-in-out;
    cursor: pointer;
}
.post-cat-btn {
    border-color: #00FFFF;
    position: relative;
    overflow: hidden;
	transition: 0.5s ease-in-out;
    cursor: pointer;
}
.btn-rollover-white {
	border-color:#d6ac2a;
}
.btn-rollover-white h2,
.btn-rollover-white p {
    transition: 0.5s ease-in-out;
}
.btn-rollover-black {
    border-color: #d6ac2a;
}
.btn-rollover-white:hover,
.brxe-button:hover,
.dis_item_btn_content a:hover,
.disp_btn_by_storeid a:hover {
	color:#d6ac2a !important;
    background: #00FFFF !important;
	border-color: #00FFFF !important;
}
.post-cat-btn:hover {
    color:#d6ac2a !important;
    background: #00FFFF !important;
    border-color: #00FFFF !important;
}
.btn-rollover-white:hover h2,
.btn-rollover-white:hover p {
    color:#fff !important;
}
.btn-rollover-black:hover {
    color: #d6ac2a !important;
    background: #d6ac2a !important;
}
.btn-rollover-green:hover {
    background-color:#d6ac2a !important;
}
.brxe-button span.text {
    justify-content: space-between;
}
.btn-icon-center span.text,
.brxe-button span.text {
    display: flex;
    align-items: center;
    gap: 9px;
}
.btn-rollover-green span.bg,
.btn-rollover-white span.bg,
.btn-rollover-black span.bg,
.brxe-button span.bg,
.dis_item_btn_content a span.bg,
.disp_btn_by_storeid a span.bg,
.post-cat-btn span.bg,
.freshbaked-blog-layout p span.bg {
	position: absolute;
	display: block;
    border-radius: 50%;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 1;
	pointer-events: none;
	background-color:#d6ac2a;
	width: 0;
    height: 0;
}
.btn-rollover-white span.bg,
.brxe-button span.bg,
.dis_item_btn_content a span.bg,
.disp_btn_by_storeid a span.bg {
	background-color:#00FFFF;
}
.post-cat-btn span.bg {
    background-color: #00FFFF;
}
.brxe-post-content a {
    color: #d6ac2a;
}
.brxe-post-content a:hover {
    color: #00FFFF;
}
/* .brxe-container a {
    color: #d6ac2a;
}
.brxe-container a:hover {
    color: #00FFFF;
} */
.dis_item_btn_content a span.bg,
.disp_btn_by_storeid a span.bg,
.freshbaked-blog-layout p span.bg {
    background-color: #00FFFF;
}
.btn-rollover-black span.bg {
	background-color:#00FFFF;
} 
.btn-rollover-green span:first-child,
.btn-rollover-white span:first-child,
.btn-rollover-black span:first-child,
.brxe-button span:first-child,
.dis_item_btn_content a span:first-child,
.disp_btn_by_storeid a span:first-child,
.post-cat-btn span:first-child {
	z-index: 2;
	position: relative;
	pointer-events: none;
}
.btn-rollover-green:hover span.bg,
.btn-rollover-white:hover span.bg,
.btn-rollover-black:hover span.bg,
.brxe-button:hover span.bg,
.dis_item_btn_content a:hover span.bg,
.disp_btn_by_storeid a:hover span.bg,
.post-cat-btn:hover span.bg,
.freshbaked-blog-layout p:hover span.bg{
	width: 80rem !important;
    height: 80rem !important;
}
.freshbaked-blog-layout p {
	position: relative;
    overflow: hidden;
}
.freshbaked-blog-layout p span.text{
	position: relative;
    z-index: 2;
}
.freshbaked-blog-layout p:hover span.text{
	color: #d6ac2a !important;
}
button.header_location_selector{
    font-family: "Sulphur Point";
    font-size: 16px;
    font-weight: 700;
    line-height: 15.4px;
    color: #000 !important;
    background-color: transparent!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 90px 90px 90px 90px;
    padding: 17px 31px 17px 56px;
    background-image: url(images/location_icon.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
	background-color: #fff !important;
}
button.header_location_selector .location_selector_arrow_down{
    background-image: url(images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 6px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}
button.header_location_selector:focus {
    outline: none;
    box-shadow: none;
}

.header_right_section .elementor-container{
    justify-content: flex-end;
	font-size: 16px !important;
}

.nav_deals a{
    border-radius: 90px;
    color: #fff !important;
    background-color: #274935;
    background-image: url(images/arrow_down_light.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 35px !important;
}
/* header styles.css */
.sub-menus a.hfe-sub-menu-item {
    background-color: #ffffff;
}
/* age_gate styles.css */
.age-gate {
	background-image: url(/wp-content/uploads/2025/08/contact-image-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px
} 
.age-gate__form {
    padding: 30px;
}
.age-gate-submit.age-gate-submit-yes, .age-gate-submit.age-gate-submit-no {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
	text-transform: uppercase;
    background-color: #d6ac2a;
	font-family: "Sulphur Point";
}
.age-gate-submit.age-gate-submit-yes:hover, .age-gate-submit.age-gate-submit-no:hover {
    background-color: #00FFFF;
	border-color: #00FFFF !important;
	color: #d6ac2a !important;
}
.age-gate-heading-title-logo, .age-gate-heading-title--logo{
	margin-bottom:20px;
}
h1.age-gate-headline {
    font-size: 40px !important;
}
p.age-gate-challenge {
    font-size: 18px !important;
	font-family: "Sulphur Point";
	margin-bottom: 10px;
	color: #fff;
}
span.age-gate-remember-text {
    font-family: 'Sulphur Point';
    color: #fff;
}
p.age-gate-subheadline {
    font-size: 18px !important;
    font-family: 'Sulphur Point' !important;
    color: #fff !important;
}
.age-gate h2{
	font-family: "Staatliches";
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.5px;
	color:#fff;
	margin-bottom: 20px;
}
p.age-gate-subheadline {
    font-size: 18px;
    font-family: 'Sulphur Point';
    color: #fff;
}
.age-gate button{
	border-radius: 30px 30px 30px 30px;
}
.age-gate-heading {
    width: 35%;
}
.age-gate-buttons {
    padding-bottom: 25px;
    padding-top: 25px;
}
/* end of age_gate styles.css */

/* Home page */
a.cta_shop {
    background-color: #000;
    border-radius: 50px;
	display: inline-block;
    padding: 10px 20px;
}
a.cta_shop h2 {
    color: #fff;
	font-size: 20px;
	font-family: "Sulphur Point";
}
/* End Home page */

/*location popup*/
.show_store_selector_button, .heady_ss_buttons .hbs-btn-location-active {
    margin-right: 15px !important;
	font-size: 16px !important;
}
.show_store_selector_button, #hbs-location-med-btn {
    font-size: 16px !important;
}
	

/*end location popup*/
/* blog page */
.custom-blog .page-numbers:not(.prev):not(.next) {
	background: transparent;
	width: 50px;
	display: inline-flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	border: 1px solid #D8D2C9;
}
.custom-blog .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background-color: #fff;
	color: #000 !important;
}
.custom-blog .page-numbers.current {
	background: #fff !important;
	border-color: #000 !important;
}
.blog-post-class a {
    background-color: #F9E9C2;
    border-radius: 20px;
    color: #000;
    padding: 10px;
}
.post-cat-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.with-bpc-button .post-cat-btn-wrapper {
	width: 100%;
	margin-bottom: 20px;
}
.with-bpc-button.mx-1360 .post-cat-btn-wrapper,
body.archive.category .post-cat-btn-wrapper {
	max-width: 1360px;
	margin-top: 30px;
	width: 100%;
}
.post-cat-btn {
	font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #d6ac2a; !important;
    border-color: #d6ac2a; !important;
    color: #fff !important;
    padding: 10px 20px 10px 20px !important;
	border-radius: 30px !important;
}
.post-cat-btn:hover, .post-cat-btn.active {
	background-color: #00FFFF; !important;
	border-color: #00FFFF !important;
	color: #d6ac2a !important;
}

/* End blog page */

/* deals page */
.deals-template {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    gap: 5px;
    padding: 5px;
    align-items: center;
    justify-items: center;
    justify-content: space-evenly;
}
/* End deals page */

/* body styles.css */
.shop-buttons svg{
    width: 40px;
}
.shop-buttons a{
    position: relative;
    height: 50px;
}
.shop-buttons a .elementor-button-content-wrapper span.elementor-button-icon{
    position: absolute;
    right: 8px;
    top: 5px;
}
#gform_submit_button_1 {
    color: #fff;
    border-radius: 20px;
    background-color: #000;
	font-size: 16px;
    font-family: 'Sulphur Point';
    font-weight: 600;
	padding-top: 15px;
    padding-bottom: 15px;
}
#gform_submit_button_2 {
    color: #000;
    background-color: #fff;
    border-radius: 20px;
	font-size: 16px;
    font-family: 'Sulphur Point';
    font-weight: 600;
	padding-top: 15px;
    padding-bottom: 15px;
}

.contact-us .gform_footer.before {
    display: flex;
    justify-content: center;
	padding: 15px 0 0 0;
}
.gravity-form-rewards .gform_footer.before {
    display: flex;
    justify-content: center;
	padding: 15px 0 0 0;
}
.gravity-form-rewards .gfield_label.gform-field-label {
    color: #fff;
    font-size: 16px;
    font-family: 'Sulphur Point';
}
.gravity-form-rewards #label_2_19_0 {
	color: #fff;
    font-size: 16px;
    font-family: 'Sulphur Point';
}
.gravity-form-rewards #label_2_19_1 {
	color: #fff;
    font-size: 16px;
    font-family: 'Sulphur Point';
}
.gravity-form-rewards #label_2_20_0 {
	color: #fff;
    font-size: 16px;
    font-family: 'Sulphur Point';
}
section.Section-margin.elementor-section-boxed {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 20px;
}
/* #page {
    background-color: #000;
} */
#bg-color-section {
	background-color: #000;
}
.text-black {
	color: #000;
}

/* end of body styles.css */

/*dispensaries*/
.hbs-dispensary-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #000000 !important;
    letter-spacing: 0.1em;
}
.hbs-dispensary-list .dispensary-item .dis_item_image .dis_image_content {
    width: 100% !important;
    margin: auto;
    height: 93% !important;
    text-align: center;
    padding-top: 10px;
}
a .hbs-dispensary-list .dispensary-item .dis_item_content .dis_item_title h2, .hbs-dispensary-list .dispensary-item .dis_item_content .dis_item_title h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30.2px;
    color: #FFFFFF !important;
    letter-spacing: 0.1em;
    line-height: 48px;
    text-align: left;
}
.hbs-dispensary-list .dispensary-item {
    flex-direction: column;
    display: flex;
    justify-content: start;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 10px;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dis_store_icon {
    background-color: #000000 !important;
    -webkit-mask: url(images/house.svg) no-repeat 50% 50%;
    mask: url(images/house.svg) no-repeat 50% 50%;
    top: -1px;
	padding-left: 30px;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dis_email_icon {
    background-color: #000 !important;
    -webkit-mask: url(images/envelope.svg) no-repeat 50% 50%;
    mask: url(images/envelope.svg) no-repeat 50% 50%;
	padding-left: 30px;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dis_phone_icon {
    background-color: #000 !important;
    -webkit-mask: url(images/phone.svg) no-repeat 50% 50%;
    mask: url(images/phone.svg) no-repeat 50% 50%;
	padding-left: 30px;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dis_location_icon {
    background-color: #000 !important;
    -webkit-mask: url(images/location.svg) no-repeat 50% 50%;
    mask: url(images/location.svg) no-repeat 50% 50%;
	padding-left: 30px;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dis_item_bottom_link a {
    color: #000000 !important;
    text-decoration: underline;
}
#heady_dispensary_list .dispensary-item .dis_item_title a {
	color: #000 !important;
}
.hbs-dispensary-list .dispensary-item .dis_item_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px 25px 35px;
	background-color: #fff !important;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dcon_group {
    display: flex;
    padding-bottom: 25px;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dis_item_btn_content.last_item_btn {
    margin-bottom: 15px;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dis_item_btn_content a, .disp_btn_by_storeid a {
    color: #FFFFFF;
    border-width: 2px;
    border-color: #000;
    border-radius: 6px;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px;
}
.hbs-dispensary-list .dispensary-item .dis_item_content .dis_item_btn_content a:hover, .disp_btn_by_storeid a:hover {
    color: #000000;
    border-color: #bcbfcb;
    background-color: #bcbfcb;
}
/*end dispensaries*/
.category_shop_btn a, .cta_buttons a{
	background-color: #000;
    font-family: "Sulphur Point";
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    border-radius: 30px 30px 30px 30px;
    padding: 10px 30px 10px 30px;
    width: max-content;
    margin: auto;
	display: block;
}
.category_shop_btn a h2,  .cta_buttons a h2{
	display:none;
}
.category_shop_btn a p,  .cta_buttons a p{
	margin:0;
	padding:0;
}
.page-id-224 article, .page-id-222 article{
	max-width: 100% !important;
	width: 100% !important;
}
.page-id-224 h1, .page-id-222 h1{
	visibility: hidden;
    height: 0;
}

#header_selected_store_title {
	cursor: pointer;
	display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
}
#header_selected_store_title span {
	color: #000;
}
#header_selected_store_title:hover {
	background-color: #d6ac2a;
	color: #fff;
}
#header_selected_store_title:hover span {
	color: #fff;
}
.hbs-shopLocationList {
	height: auto !important;
}

/* Store locator Popup */
.hag-modal-content {
    max-width: 700px;
}
.hag-modal-content.modalstoreselector {
    margin-top: 10%;
    border-radius: 15px;
    padding: 20px;
}
.heady_ss_heading h2 {
    letter-spacing: normal;
    font-weight: 700;
    text-transform: capitalize;
}
.hbs-shopLocationList {
    border: none;
}
.hbs-shopLocationList .shopLocationList-item, .hbs-shopLocationList .age_gate_store_location, .hbs-shopLocationList .location-item {
    padding: 10px 30px;
    border-radius: 15px;
    background-color: #4b8166;
    margin-bottom: 10px;
    color: #fff;
}
.hbs-shopLocationList .shopLocationList-item:hover, .hbs-shopLocationList .shopLocationList-item.selected, .hbs-shopLocationList .age_gate_store_location:hover, .hbs-shopLocationList .age_gate_store_location.selected, .hbs-shopLocationList .location-item:hover, .hbs-shopLocationList .location-item.selected {
    background-color: #000;
    color: #fff;
}
.hbs-shopLocationList .store-name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.hbs-shopLocationList .store-type {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.hbs-shopLocationList .store-address {
    color: #fff;
}
.location-select-button {
    border-radius: 20px;
    font-size: 15px;
    padding: 15px 20px;
}

/* singple post navigation */
#post-navbar {
    width: 100%;
    margin-bottom: 47px;
}
.sptc div {
    padding-bottom: 23px;
    padding-top: 12px;
}
.sptc h2 {
    text-transform: unset !important;
}
#post-navbar .accordion {
    border-radius: 4px;
  }
  #post-navbar .navigation-heading img {
    position: absolute;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
  }
  #post-navbar .parent-acc-icon {
    margin-right: 9px;
    transform: rotate(-90deg);
  }
  #post-navbar .accordion-header:not(.navigation-heading).active:has(.anchor-bind.active) .parent-acc-icon {
    transform: rotate(0deg);
  }
  #post-navbar .child-acc-icon {
    margin-right: 14px;
  }
  #post-navbar .accordion .accordion-content .accordion-nested .accordion-header {
    border-top: 2px solid rgba(213, 213, 213, 0.848219);
    border-bottom: 0;
  }
  #post-navbar .accordion .accordion-content .accordion-nested button:first-child {
    border-top: 0 !important;
  }
  #post-navbar .accordion .accordion-content .accordion-nested .accordion-content div:first-child {
    border-top: 2px solid rgba(213, 213, 213, 0.848219);
  }
  #post-navbar .accordion .accordion-content .accordion-nested .accordion-content div:last-child {
    border-bottom: 0;
  }
 /*  #post-navbar .accordion .accordion-content .accordion-nested:first-child .accordion-header {
    border-top-color: transparent !important;
    border-bottom: 0;
  } */
  #post-navbar .accordion .accordion-content .accordion-nested:first-child .accordion-content div:first-child {
    border-top: 2px solid rgba(213, 213, 213, 0.848219);
  }
  #post-navbar .accordion .accordion-content .accordion-nested:last-child .accordion-header {
    border-top: 2px solid rgba(213, 213, 213, 0.848219);
    border-bottom: 0;
  }
  #post-navbar .accordion-header {
    background: #fff;
    cursor: pointer;
    padding: 12px;
    font-weight: bold;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    transition: background 0.2s;
  }
  #post-navbar .accordion-content {
    display: none;
    background: #fff;
  }
  #post-navbar .accordion-content.show {
    display: block;
  }
  .progress-content-container {
      background: rgba(213, 213, 213, 0.848219);
      margin-bottom: 10px;
  }
  .content-progress {
    height: 20px;
    width: 0;
    background: #092519;
    z-index: 9999;
    transition: width 0.2s ease;
  }

  /* navigation */
  #post-navbar * {
    font-family: "Sulphur Point";
  }
  #post-navbar .navigation-heading {
      background: #000 !important;
      border: 0;
      color: #fff;
      text-align: center;
      padding: 28px 20px 36px;
      font-size: 22px;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
  }
  #post-navbar .navigation-heading p {
    text-transform: uppercase;
  }
  #post-navbar .sub-navigation-heading {
      min-height: 85px;
      display: flex;
      align-items: center;
      padding: 10px 14px;
      color: #000;
      font-size: 20px;
      font-weight: 700;
      border-bottom: 2px solid rgba(213, 213, 213, 0.848219);
      position: relative;
  }
  #post-navbar .sub-navigation-heading::before,
  #post-navbar .accordion-nested .accordion-content > div::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #092519;
      z-index: 1;
      width: 0%;
      transition: .3s ease-out;
  }
  #post-navbar .sub-navigation-heading > *,
  #post-navbar .accordion-nested .accordion-content > div {
      z-index: 2;
      transition: .3s ease-out;
  }
  
  #post-navbar .accordion-nested .accordion-content > div {
      min-height: 85px;
      display: flex;
      align-items: center;
      padding: 10px 14px;
      color: #000;
      font-size: 20px;
      font-weight: 700;
      border-bottom: 2px solid rgba(213, 213, 213, 0.848219);
      padding-left: 55px;
      position: relative;
      z-index: 2;
  }
  #post-navbar .accordion-nested .accordion-content > div > * {
      z-index: 2;
  }
  #post-navbar .accordion-header:not(.navigation-heading).active:has(.anchor-bind.active),
  #post-navbar .accordion-content > div:has(.anchor-bind.active),
  #post-navbar .accordion-content > div:has(.anchor-bind.active) {
      color: #fff;
      border-color: transparent;
      transition: color 0.5s cubic-bezier(.52,1.64,.37,.66);
  }
  #post-navbar .accordion-content .sub-navigation-heading:has(.anchor-bind.active) * {
    color: #fff;
  }
  #post-navbar .accordion-header:not(.navigation-heading).active:has(.anchor-bind.active)::before,
  #post-navbar .accordion-content .sub-navigation-heading:has(.anchor-bind.active)::before,
  #post-navbar .accordion-content > div:has(.anchor-bind.active)::before {
      width: 100%;
      transition: width 0.5s cubic-bezier(.52,1.64,.37,.66);
  }

@media (max-width: 991px) {
  #post-navbar {
    display: none;
  }
  .btn-rollover span.bg {
    display: none;
  }
}

/* mobile styles.css */
@media (max-width: 768px) {
    .sptc h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .heady_ss_heading h2 {
        font-size: 25px;
        line-height: 28px;
		padding-bottom: 0px !important;
    }
	.show_store_selector_button, .heady_ss_buttons .hbs-btn-location-active {
	font-size: 12px !important;
	}
	.show_store_selector_button, #hbs-location-med-btn {
    font-size: 12px !important;
	}
	.deals-template {
    display: block;
	}
	#brxe-auxhrn .bricks-mobile-menu-toggle {
        width: 30px !important;
        color: #fff !important;
    }
	.with-bpc-button.mx-1360 .post-cat-btn-wrapper,
	body.archive.category .post-cat-btn-wrapper {
		padding: 0 20px;
    	margin-bottom: 0;
	}
}


@media (max-width: 500px) {
	.gform_footer.before, #gform_submit_button_1 {
    display: flex;
    justify-content: center;
	}
	.shop-buttons svg{
    width: 30px;
	}
	.shop-buttons a .elementor-button-content-wrapper span.elementor-button-icon{
    top: 8px;
	}
	.show_store_selector_button, .heady_ss_buttons .hbs-btn-location-active {
    margin-right: 0px !important;
	}
}
@media (max-width: 360px) {
    .hbs-dispensary-list .dispensary-item .dis_item_content .dis_item_btn_content a {
    font-size: 14px;
	}
}
/* end of mobile styles.css */