adjective

Url

49 of 69
Good / Strong

sober - Serious and thoughtful in mood or behavior, not playful or exaggerated; or not under the influence of alcohol or drugs; clear-minded.

It was a year since he gave up drinking and had decided to remain sober all the time, and it took strength to just walk past the bar.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }