Cannabis Business Blog

JUNE 7TH, 2022
Stay up to date with the latest legalization and cannabis news with the C.B. Advisors. Every week, we will release a snippet of what's happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week's cannabis news.     Dry   Kansas: Legislation to legalize medical … Continue reading "Latest Cannabis News: June 7, 2022"
June 4th, 2022
Seven more applicants were approved for recreational cannabis licenses this week as Vermont prepares for the start of retail sales to adults in October. All seven of the applicants were social equity or economic empowerment applicants. “The board is required to consider license applications from social equity or economic empowerment applicants first. Once it has … Continue reading "Vermont Cannabis License Update"
MAY 31ST, 2022
Stay up to date with the latest legalization and cannabis news with the C.B. Advisors. Every week, we will release a snippet of what's happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week's cannabis news.     CBD   Georgia: Georgia voters have sent … Continue reading "Latest Cannabis News: May 31, 2022"
May 28th, 2022
Cook County Circuit Court in Illinois may remove the injunction that has kept 185 social-equity applicants from receiving their dispensary licenses. After nearly 10 months of delay, a judge Friday ended the court order preventing Illinois from issuing 185 new cannabis store licenses — though further litigation may jeopardize those licenses again. This ruling means that companies … Continue reading "Illinois Cannabis License Update"

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.

/* ------------------------------------------------------------------ CBA Accessibility Snippet v2 (DigitalShyft, 2026-07) Adds aria-labels to footer social-icon links + the Mailchimp newsletter email field. v2 fix: runs immediately when the DOM is already ready (SiteGround Speed Optimizer defers this file until after DOMContentLoaded, so the old event listener never fired). Additive, reversible, no visual change, safe to re-run. INSTALL: paste this as the code for the "Accessibility Labels" block in CSS & JavaScript Toolbox, Save, then Purge SG Cache. ------------------------------------------------------------------ */ (function () { function applyA11yLabels() { var socialMap = { facebook: 'Facebook', twitter: 'Twitter / X', instagram: 'Instagram', youtube: 'YouTube', linkedin: 'LinkedIn' }; document.querySelectorAll('a > i.fab, a > i.fa-brands').forEach(function (icon) { var link = icon.closest('a'); if (!link || link.getAttribute('aria-label')) return; for (var key in socialMap) { if (icon.className.indexOf('fa-' + key) !== -1) { link.setAttribute('aria-label', socialMap[key]); break; } } }); document.querySelectorAll('input[name="EMAIL"]:not([aria-label])').forEach(function (input) { input.setAttribute('aria-label', 'Email address for newsletter signup'); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyA11yLabels); } else { applyA11yLabels(); // DOM already parsed (our case, due to deferred loading) } window.addEventListener('load', applyA11yLabels); // belt-and-suspenders fallback })();