When you’re newly sober, every day can feel like a test of your willpower. The early stages of recovery are full of firsts: first social events without drinking, first hard day without using, first time facing emotions without numbing. It’s important to remember that facing these emotions is a normal part of the recovery process.What…
Gratitude is a fundamental pillar of recovery, and especially so when one is in sober living. It has the power to transform our perspective, enhance our well-being, and strengthen our connections with others. As we navigate the path of recovery, cultivating a mindset of appreciation can serve as a guiding light, helping show us the…
Addiction is a chronic disease, and just like other chronic diseases, relapse is common. In fact, studies show that 40-60% of individuals relapse within a year after completing addiction treatment. However, this doesn’t mean long-term sobriety is impossible. By putting powerful relapse prevention strategies in place, you can significantly reduce your risk of relapse and…
Addiction is a word that many people throw around casually, but it’s a serious issue that affects countless individuals and their loved ones. When someone is struggling with addiction, it can feel like their whole world is falling apart. They may have trouble holding down a job, maintaining relationships, or even taking care of themselves.…
In the journey of recovery from addiction, finding a balance between physical health, mental clarity, and emotional stability is paramount. While traditional recovery programs focus on the psychological aspects of addiction, integrating wellness practices such as yoga and meditation can offer comprehensive benefits, enhancing the recovery experience and promoting long-term sobriety. Wellness in recovery is…
(function () {
// forEach polyfill
if (!NodeList.prototype.forEach) {
NodeList.prototype.forEach = function (callback) {
for (var i = 0; i < this.length; i++) {
callback.call(this, this.item(i));
}
}
}
var navigation = document.querySelector('[data-colibri-navigation-overlap="true"], .h-navigation_overlap');
if (navigation) {
var els = document
.querySelectorAll('.h-navigation-padding');
if (els.length) {
els.forEach(function (item) {
item.style.paddingTop = navigation.offsetHeight + "px";
});
}
}
})();
( function() {
var skipLinkTarget = document.querySelector( 'main' ),
sibling,
skipLinkTargetID,
skipLink;
// Early exit if a skip-link target can't be located.
if ( ! skipLinkTarget ) {
return;
}
/*
* Get the site wrapper.
* The skip-link will be injected in the beginning of it.
*/
sibling = document.querySelector( '.wp-site-blocks' );
// Early exit if the root element was not found.
if ( ! sibling ) {
return;
}
// Get the skip-link target's ID, and generate one if it doesn't exist.
skipLinkTargetID = skipLinkTarget.id;
if ( ! skipLinkTargetID ) {
skipLinkTargetID = 'wp--skip-link--target';
skipLinkTarget.id = skipLinkTargetID;
}
// Create the skip link.
skipLink = document.createElement( 'a' );
skipLink.classList.add( 'skip-link', 'screen-reader-text' );
skipLink.id = 'wp-skip-link';
skipLink.href = '#' + skipLinkTargetID;
skipLink.innerText = 'Skip to content';
// Inject the skip link.
sibling.parentElement.insertBefore( skipLink, sibling );
}() );