Cannabis Business Blog

DECEMBER 13TH, 2025

Florida’s 2026 Ballot: Recreational Cannabis & Licensing Opportunity Florida voters may get a second chance to legalize recreational cannabis in 2026 with a proposed constitutional amendment that would allow adults 21 and older to possess, purchase, and use marijuana for non-medical purposes. What the Initiative Would Do If approved by the required 60% of voters, … Continue reading “Florida’s 2026 Ballot Recreational Cannabis Opportunity”

December 12th, 2025

Trump Reportedly Nearing Federal Marijuana Rescheduling Recent reports indicate that President Donald Trump is considering rescheduling marijuana under federal law, a move that could significantly reshape the U.S. cannabis industry. According to Marijuana Business Daily, citing reporting from The Washington Post, President Trump is weighing an executive order that would reclassify marijuana from Schedule I … Continue reading “Federal Marijuana Rescheduling Possibly Coming Soon”

DECEMBER 10TH, 2025
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.   Medical Arkansas: Arkansas Medical Marijuana Commission (AMMC) … Continue reading "Latest Cannabis News: December 10, 2025"
December 10th, 2025

Virginia is moving closer toward launching a regulated adult-use cannabis market. On December 2nd, the Joint Commission to Oversee the Transition of the Commonwealth into a Cannabis Retail Market met to discuss the legislation they plan to recommend to the Virginia General Assembly in January. Their work will determine how Virginia’s future cannabis retail system … Continue reading “Virginia Adult-Use Cannabis Licensing: Legislative 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 })();