Cannabis Business Blog

MARCH 1ST, 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: A big step today … Continue reading "Latest Cannabis News: March 1, 2022"
February 25th, 2022
Towns across Vermont plan to vote next week on allowing adult-use retail cannabis sales. Around 40 communities will participate in the vote. Over the past two years, 33 municipalities have opted-in to retail cannabis sales. The state hopes to finalize the adoption of rules for cannabis establishments, medical programs, and dispensaries by March 1, 2022. … Continue reading "Vermont 2022 Adult-Use Cannabis Update"
FEBRUARY 22ND, 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 Indiana: Indiana is one of 13 … Continue reading "Latest Cannabis News: February 22, 2022"
February 19th, 2022
The Virginia Senate voted to speed up the timeline on adult-use marijuana sales, making it possible for existing medical dispensaries to begin adult-use sales this September.   Medical marijuana was legalized in Virginia in 2018, allowing for low-THC, high-CBD medical cannabis sales. The first Virginia medical cannabis processors were anticipated to open in 2020.   … Continue reading "Virginia Adult-Use Cannabis 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 })();