301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: avl12.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Asheville 12 Step Club</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <style id="material-css-variables"> :root { /* Theme color vars */ --md-sys-color-primary-rgb:0,96,171; --md-sys-color-primary:#0060ab; --md-sys-color-on-primary-rgb:255,255,255; --md-sys-color-on-primary:#ffffff; --md-sys-color-primary-container-rgb:210,228,255; --md-sys-color-primary-container:#d2e4ff; --md-sys-color-on-primary-container-rgb:0,28,57; --md-sys-color-on-primary-container:#001c39; --md-sys-color-secondary-rgb:84,95,112; --md-sys-color-secondary:#545f70; --md-sys-color-on-secondary-rgb:255,255,255; --md-sys-color-on-secondary:#ffffff; --md-sys-color-secondary-container-rgb:215,227,248; --md-sys-color-secondary-container:#d7e3f8; --md-sys-color-on-secondary-container-rgb:17,28,43; --md-sys-color-on-secondary-container:#111c2b; --md-sys-color-tertiary-rgb:108,87,119; --md-sys-color-tertiary:#6c5777; --md-sys-color-on-tertiary-rgb:255,255,255; --md-sys-color-on-tertiary:#ffffff; --md-sys-color-tertiary-container-rgb:245,217,255; --md-sys-color-tertiary-container:#f5d9ff; --md-sys-color-on-tertiary-container-rgb:38,20,49; --md-sys-color-on-tertiary-container:#261431; --md-sys-color-error-rgb:186,27,27; --md-sys-color-error:#ba1b1b; --md-sys-color-on-error-rgb:255,255,255; --md-sys-color-on-error:#ffffff; --md-sys-color-error-container-rgb:255,218,212; --md-sys-color-error-container:#ffdad4; --md-sys-color-on-error-container-rgb:65,0,1; --md-sys-color-on-error-container:#410001; --md-sys-color-background-rgb:253,252,255; --md-sys-color-background:#fdfcff; --md-sys-color-on-background-rgb:27,27,27; --md-sys-color-on-background:#1b1b1b; --md-sys-color-surface-rgb:253,252,255; --md-sys-color-surface:#fdfcff; --md-sys-color-on-surface-rgb:27,27,27; --md-sys-color-on-surface:#1b1b1b; --md-sys-color-surface-variant-rgb:223,226,235; --md-sys-color-surface-variant:#dfe2eb; --md-sys-color-on-surface-variant-rgb:67,71,78; --md-sys-color-on-surface-variant:#43474e; --md-sys-color-outline-rgb:115,119,127; --md-sys-color-outline:#73777f; --md-sys-color-shadow-rgb:0,0,0; --md-sys-color-shadow:#000000; --md-sys-color-inverse-surface-rgb:47,48,51; --md-sys-color-inverse-surface:#2f3033; --md-sys-color-inverse-on-surface-rgb:241,240,244; --md-sys-color-inverse-on-surface:#f1f0f4; --md-sys-color-inverse-primary-rgb:159,201,255; --md-sys-color-inverse-primary:#9fc9ff; /* Icon collection type var */ --mdc-icons-font-family: "Material Icons"; /* Typography vars */ --md-sys-typescale-display-large-font: "Roboto", sans-serif; --md-sys-typescale-display-medium-font: "Roboto", sans-serif; --md-sys-typescale-display-small-font: "Roboto", sans-serif; --md-sys-typescale-headline-large-font: "Roboto", sans-serif; --md-sys-typescale-headline-medium-font: "Roboto", sans-serif; --md-sys-typescale-headline-small-font: "Roboto", sans-serif; --md-sys-typescale-title-large-font: "Roboto", sans-serif; --md-sys-typescale-title-medium-font: "Roboto", sans-serif; --md-sys-typescale-title-small-font: "Roboto", sans-serif; --md-sys-typescale-label-large-font: "Roboto", sans-serif; --md-sys-typescale-label-medium-font: "Roboto", sans-serif; --md-sys-typescale-label-small-font: "Roboto", sans-serif; --md-sys-typescale-body-large-font: "Roboto", sans-serif; --md-sys-typescale-body-medium-font: "Roboto", sans-serif; --md-sys-typescale-body-small-font: "Roboto", sans-serif; /* Corner Styles vars */ --mdc-button-radius: 20px; --mdc-card-radius: 12px; --mdc-chip-radius: 8px; --mdc-data-table-radius: 24px; --mdc-image-list-radius: 12px; --mdc-nav-drawer-radius: 4px; --mdc-text-field-radius: 4px; } /* Forced light mode */ body[data-color-scheme='light'] { --md-sys-color-primary-rgb:0,96,171; --md-sys-color-primary:#0060ab; --md-sys-color-on-primary-rgb:255,255,255; --md-sys-color-on-primary:#ffffff; --md-sys-color-primary-container-rgb:210,228,255; --md-sys-color-primary-container:#d2e4ff; --md-sys-color-on-primary-container-rgb:0,28,57; --md-sys-color-on-primary-container:#001c39; --md-sys-color-secondary-rgb:84,95,112; --md-sys-color-secondary:#545f70; --md-sys-color-on-secondary-rgb:255,255,255; --md-sys-color-on-secondary:#ffffff; --md-sys-color-secondary-container-rgb:215,227,248; --md-sys-color-secondary-container:#d7e3f8; --md-sys-color-on-secondary-container-rgb:17,28,43; --md-sys-color-on-secondary-container:#111c2b; --md-sys-color-tertiary-rgb:108,87,119; --md-sys-color-tertiary:#6c5777; --md-sys-color-on-tertiary-rgb:255,255,255; --md-sys-color-on-tertiary:#ffffff; --md-sys-color-tertiary-container-rgb:245,217,255; --md-sys-color-tertiary-container:#f5d9ff; --md-sys-color-on-tertiary-container-rgb:38,20,49; --md-sys-color-on-tertiary-container:#261431; --md-sys-color-error-rgb:186,27,27; --md-sys-color-error:#ba1b1b; --md-sys-color-on-error-rgb:255,255,255; --md-sys-color-on-error:#ffffff; --md-sys-color-error-container-rgb:255,218,212; --md-sys-color-error-container:#ffdad4; --md-sys-color-on-error-container-rgb:65,0,1; --md-sys-color-on-error-container:#410001; --md-sys-color-background-rgb:253,252,255; --md-sys-color-background:#fdfcff; --md-sys-color-on-background-rgb:27,27,27; --md-sys-color-on-background:#1b1b1b; --md-sys-color-surface-rgb:253,252,255; --md-sys-color-surface:#fdfcff; --md-sys-color-on-surface-rgb:27,27,27; --md-sys-color-on-surface:#1b1b1b; --md-sys-color-surface-variant-rgb:223,226,235; --md-sys-color-surface-variant:#dfe2eb; --md-sys-color-on-surface-variant-rgb:67,71,78; --md-sys-color-on-surface-variant:#43474e; --md-sys-color-outline-rgb:115,119,127; --md-sys-color-outline:#73777f; --md-sys-color-shadow-rgb:0,0,0; --md-sys-color-shadow:#000000; --md-sys-color-inverse-surface-rgb:47,48,51; --md-sys-color-inverse-surface:#2f3033; --md-sys-color-inverse-on-surface-rgb:241,240,244; --md-sys-color-inverse-on-surface:#f1f0f4; --md-sys-color-inverse-primary-rgb:159,201,255; --md-sys-color-inverse-primary:#9fc9ff; } /* Forced dark mode */ body[data-color-scheme='dark'] { --md-sys-color-primary-rgb:159,201,255; --md-sys-color-primary:#9fc9ff; --md-sys-color-on-primary-rgb:0,49,92; --md-sys-color-on-primary:#00315c; --md-sys-color-primary-container-rgb:0,72,131; --md-sys-color-primary-container:#004883; --md-sys-color-on-primary-container-rgb:210,228,255; --md-sys-color-on-primary-container:#d2e4ff; --md-sys-color-secondary-rgb:187,199,219; --md-sys-color-secondary:#bbc7db; --md-sys-color-on-secondary-rgb:38,49,64; --md-sys-color-on-secondary:#263140; --md-sys-color-secondary-container-rgb:60,72,88; --md-sys-color-secondary-container:#3c4858; --md-sys-color-on-secondary-container-rgb:215,227,248; --md-sys-color-on-secondary-container:#d7e3f8; --md-sys-color-tertiary-rgb:216,189,227; --md-sys-color-tertiary:#d8bde3; --md-sys-color-on-tertiary-rgb:60,41,71; --md-sys-color-on-tertiary:#3c2947; --md-sys-color-tertiary-container-rgb:83,63,94; --md-sys-color-tertiary-container:#533f5e; --md-sys-color-on-tertiary-container-rgb:245,217,255; --md-sys-color-on-tertiary-container:#f5d9ff; --md-sys-color-error-rgb:255,180,169; --md-sys-color-error:#ffb4a9; --md-sys-color-on-error-rgb:104,0,3; --md-sys-color-on-error:#680003; --md-sys-color-error-container-rgb:147,0,6; --md-sys-color-error-container:#930006; --md-sys-color-on-error-container-rgb:255,180,169; --md-sys-color-on-error-container:#ffb4a9; --md-sys-color-background-rgb:27,27,27; --md-sys-color-background:#1b1b1b; --md-sys-color-on-background-rgb:227,226,230; --md-sys-color-on-background:#e3e2e6; --md-sys-color-surface-rgb:27,27,27; --md-sys-color-surface:#1b1b1b; --md-sys-color-on-surface-rgb:227,226,230; --md-sys-color-on-surface:#e3e2e6; --md-sys-color-surface-variant-rgb:67,71,78; --md-sys-color-surface-variant:#43474e; --md-sys-color-on-surface-variant-rgb:195,198,207; --md-sys-color-on-surface-variant:#c3c6cf; --md-sys-color-outline-rgb:141,145,153; --md-sys-color-outline:#8d9199; --md-sys-color-shadow-rgb:0,0,0; --md-sys-color-shadow:#000000; --md-sys-color-inverse-surface-rgb:227,226,230; --md-sys-color-inverse-surface:#e3e2e6; --md-sys-color-inverse-on-surface-rgb:47,48,51; --md-sys-color-inverse-on-surface:#2f3033; --md-sys-color-inverse-primary-rgb:0,96,171; --md-sys-color-inverse-primary:#0060ab; } </style> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Asheville 12 Step Club » Feed" href="https://avl12.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Asheville 12 Step Club » Comments Feed" href="https://avl12.com/comments/feed/" /> <link rel="alternate" type="text/calendar" title="Asheville 12 Step Club » iCal Feed" href="https://avl12.com/news-and-events/?ical=1" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/avl12.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='dashicons-css' href='https://avl12.com/wp-includes/css/dashicons.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tec-variables-skeleton-css' href='https://avl12.com/wp-content/plugins/event-tickets/common/src/resources/css/variables-skeleton.min.css?ver=6.6.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='tec-variables-full-css' href='https://avl12.com/wp-content/plugins/event-tickets/common/src/resources/css/variables-full.min.css?ver=6.6.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-common-skeleton-style-css' href='https://avl12.com/wp-content/plugins/event-tickets/common/src/resources/css/common-skeleton.min.css?ver=6.6.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-common-full-style-css' href='https://avl12.com/wp-content/plugins/event-tickets/common/src/resources/css/common-full.min.css?ver=6.6.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='event-tickets-tickets-css-css' href='https://avl12.com/wp-content/plugins/event-tickets/src/resources/css/tickets.min.css?ver=5.22.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='event-tickets-tickets-rsvp-css-css' href='https://avl12.com/wp-content/plugins/event-tickets/src/resources/css/rsvp-v1.min.css?ver=5.22.0.1' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://avl12.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='coblocks-frontend-css' href='https://avl12.com/wp-content/plugins/coblocks/dist/style-coblocks-1.css?ver=3.1.15' type='text/css' media='all' /> <link rel='stylesheet' id='coblocks-extensions-css' href='https://avl12.com/wp-content/plugins/coblocks/dist/style-coblocks-extensions.css?ver=3.1.15' type='text/css' media='all' /> <link rel='stylesheet' id='coblocks-animation-css' href='https://avl12.com/wp-content/plugins/coblocks/dist/style-coblocks-animation.css?ver=2677611078ee87eb3b1c' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: var(--md-sys-color-primary);--wp--preset--color--on-primary: var(--md-sys-color-on-primary);--wp--preset--color--primary-container: var(--md-sys-color-primary-container);--wp--preset--color--on-primary-container: var(--md-sys-color-on-primary-container);--wp--preset--color--secondary: var(--md-sys-color-secondary);--wp--preset--color--on-secondary: var(--md-sys-color-on-secondary);--wp--preset--color--secondary-container: var(--md-sys-color-secondary-container);--wp--preset--color--on-secondary-container: var(--md-sys-color-on-secondary-container);--wp--preset--color--tertiary: var(--md-sys-color-tertiary);--wp--preset--color--on-tertiary: var(--md-sys-color-on-tertiary);--wp--preset--color--tertiary-container: var(--md-sys-color-tertiary-container);--wp--preset--color--on-tertiary-container: var(--md-sys-color-on-tertiary-container);--wp--preset--color--error: var(--md-sys-color-error);--wp--preset--color--on-error: var(--md-sys-color-on-error);--wp--preset--color--error-container: var(--md-sys-color-error-container);--wp--preset--color--on-error-container: var(--md-sys-color-on-error-container);--wp--preset--color--background: var(--md-sys-color-background);--wp--preset--color--on-background: var(--md-sys-color-on-background);--wp--preset--color--surface: var(--md-sys-color-surface);--wp--preset--color--on-surface: var(--md-sys-color-on-surface);--wp--preset--color--surface-variant: var(--md-sys-color-surface-variant);--wp--preset--color--on-surface-variant: var(--md-sys-color-on-surface-variant);--wp--preset--color--outline: var(--md-sys-color-outline);--wp--preset--color--shadow: var(--md-sys-color-shadow);--wp--preset--color--inverse-surface: var(--md-sys-color-inverse-surface);--wp--preset--color--inverse-on-surface: var(--md-sys-color-inverse-on-surface);--wp--preset--color--inverse-primary: var(--md-sys-color-inverse-primary);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--display-large: var(--md-sys-typescale-display-large-size, 7.5em);--wp--preset--font-size--display-medium: var(--md-sys-typescale-display-medium-size, 6.875em);--wp--preset--font-size--display-small: var(--md-sys-typescale-display-small-size, 6em);--wp--preset--font-size--headline-large: var(--md-sys-typescale-headline-large-size, 3.75em);--wp--preset--font-size--headline-medium: var(--md-sys-typescale-headline-medium-size, 3em);--wp--preset--font-size--headline-small: var(--md-sys-typescale-headline-small-size, 2.125em);--wp--preset--font-size--title-large: var(--md-sys-typescale-title-large-size, 1.5em);--wp--preset--font-size--title-medium: var(--md-sys-typescale-title-medium-size, 1.25em);--wp--preset--font-size--title-small: var(--md-sys-typescale-title-small-size, 0.875em);--wp--preset--font-size--label-large: var(--md-sys-typescale-label-large-size, 1em);--wp--preset--font-size--label-medium: var(--md-sys-typescale-label-medium-size, 0.875em);--wp--preset--font-size--label-small: var(--md-sys-typescale-label-small-size, 0.75em);--wp--preset--font-size--body-large: var(--md-sys-typescale-body-large-size, 1);--wp--preset--font-size--body-medium: var(--md-sys-typescale-body-medium-size, 0.857em);--wp--preset--font-size--body-small: var(--md-sys-typescale-body-small-size, 0.75em);--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: 840px;--wp--style--global--wide-size: 84rem; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-on-primary-color{color: var(--wp--preset--color--on-primary) !important;}.has-primary-container-color{color: var(--wp--preset--color--primary-container) !important;}.has-on-primary-container-color{color: var(--wp--preset--color--on-primary-container) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-on-secondary-color{color: var(--wp--preset--color--on-secondary) !important;}.has-secondary-container-color{color: var(--wp--preset--color--secondary-container) !important;}.has-on-secondary-container-color{color: var(--wp--preset--color--on-secondary-container) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !important;}.has-on-tertiary-color{color: var(--wp--preset--color--on-tertiary) !important;}.has-tertiary-container-color{color: var(--wp--preset--color--tertiary-container) !important;}.has-on-tertiary-container-color{color: var(--wp--preset--color--on-tertiary-container) !important;}.has-error-color{color: var(--wp--preset--color--error) !important;}.has-on-error-color{color: var(--wp--preset--color--on-error) !important;}.has-error-container-color{color: var(--wp--preset--color--error-container) !important;}.has-on-error-container-color{color: var(--wp--preset--color--on-error-container) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-on-background-color{color: var(--wp--preset--color--on-background) !important;}.has-surface-color{color: var(--wp--preset--color--surface) !important;}.has-on-surface-color{color: var(--wp--preset--color--on-surface) !important;}.has-surface-variant-color{color: var(--wp--preset--color--surface-variant) !important;}.has-on-surface-variant-color{color: var(--wp--preset--color--on-surface-variant) !important;}.has-outline-color{color: var(--wp--preset--color--outline) !important;}.has-shadow-color{color: var(--wp--preset--color--shadow) !important;}.has-inverse-surface-color{color: var(--wp--preset--color--inverse-surface) !important;}.has-inverse-on-surface-color{color: var(--wp--preset--color--inverse-on-surface) !important;}.has-inverse-primary-color{color: var(--wp--preset--color--inverse-primary) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-on-primary-background-color{background-color: var(--wp--preset--color--on-primary) !important;}.has-primary-container-background-color{background-color: var(--wp--preset--color--primary-container) !important;}.has-on-primary-container-background-color{background-color: var(--wp--preset--color--on-primary-container) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-on-secondary-background-color{background-color: var(--wp--preset--color--on-secondary) !important;}.has-secondary-container-background-color{background-color: var(--wp--preset--color--secondary-container) !important;}.has-on-secondary-container-background-color{background-color: var(--wp--preset--color--on-secondary-container) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !important;}.has-on-tertiary-background-color{background-color: var(--wp--preset--color--on-tertiary) !important;}.has-tertiary-container-background-color{background-color: var(--wp--preset--color--tertiary-container) !important;}.has-on-tertiary-container-background-color{background-color: var(--wp--preset--color--on-tertiary-container) !important;}.has-error-background-color{background-color: var(--wp--preset--color--error) !important;}.has-on-error-background-color{background-color: var(--wp--preset--color--on-error) !important;}.has-error-container-background-color{background-color: var(--wp--preset--color--error-container) !important;}.has-on-error-container-background-color{background-color: var(--wp--preset--color--on-error-container) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-on-background-background-color{background-color: var(--wp--preset--color--on-background) !important;}.has-surface-background-color{background-color: var(--wp--preset--color--surface) !important;}.has-on-surface-background-color{background-color: var(--wp--preset--color--on-surface) !important;}.has-surface-variant-background-color{background-color: var(--wp--preset--color--surface-variant) !important;}.has-on-surface-variant-background-color{background-color: var(--wp--preset--color--on-surface-variant) !important;}.has-outline-background-color{background-color: var(--wp--preset--color--outline) !important;}.has-shadow-background-color{background-color: var(--wp--preset--color--shadow) !important;}.has-inverse-surface-background-color{background-color: var(--wp--preset--color--inverse-surface) !important;}.has-inverse-on-surface-background-color{background-color: var(--wp--preset--color--inverse-on-surface) !important;}.has-inverse-primary-background-color{background-color: var(--wp--preset--color--inverse-primary) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-on-primary-border-color{border-color: var(--wp--preset--color--on-primary) !important;}.has-primary-container-border-color{border-color: var(--wp--preset--color--primary-container) !important;}.has-on-primary-container-border-color{border-color: var(--wp--preset--color--on-primary-container) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-on-secondary-border-color{border-color: var(--wp--preset--color--on-secondary) !important;}.has-secondary-container-border-color{border-color: var(--wp--preset--color--secondary-container) !important;}.has-on-secondary-container-border-color{border-color: var(--wp--preset--color--on-secondary-container) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !important;}.has-on-tertiary-border-color{border-color: var(--wp--preset--color--on-tertiary) !important;}.has-tertiary-container-border-color{border-color: var(--wp--preset--color--tertiary-container) !important;}.has-on-tertiary-container-border-color{border-color: var(--wp--preset--color--on-tertiary-container) !important;}.has-error-border-color{border-color: var(--wp--preset--color--error) !important;}.has-on-error-border-color{border-color: var(--wp--preset--color--on-error) !important;}.has-error-container-border-color{border-color: var(--wp--preset--color--error-container) !important;}.has-on-error-container-border-color{border-color: var(--wp--preset--color--on-error-container) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-on-background-border-color{border-color: var(--wp--preset--color--on-background) !important;}.has-surface-border-color{border-color: var(--wp--preset--color--surface) !important;}.has-on-surface-border-color{border-color: var(--wp--preset--color--on-surface) !important;}.has-surface-variant-border-color{border-color: var(--wp--preset--color--surface-variant) !important;}.has-on-surface-variant-border-color{border-color: var(--wp--preset--color--on-surface-variant) !important;}.has-outline-border-color{border-color: var(--wp--preset--color--outline) !important;}.has-shadow-border-color{border-color: var(--wp--preset--color--shadow) !important;}.has-inverse-surface-border-color{border-color: var(--wp--preset--color--inverse-surface) !important;}.has-inverse-on-surface-border-color{border-color: var(--wp--preset--color--inverse-on-surface) !important;}.has-inverse-primary-border-color{border-color: var(--wp--preset--color--inverse-primary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-display-large-font-size{font-size: var(--wp--preset--font-size--display-large) !important;}.has-display-medium-font-size{font-size: var(--wp--preset--font-size--display-medium) !important;}.has-display-small-font-size{font-size: var(--wp--preset--font-size--display-small) !important;}.has-headline-large-font-size{font-size: var(--wp--preset--font-size--headline-large) !important;}.has-headline-medium-font-size{font-size: var(--wp--preset--font-size--headline-medium) !important;}.has-headline-small-font-size{font-size: var(--wp--preset--font-size--headline-small) !important;}.has-title-large-font-size{font-size: var(--wp--preset--font-size--title-large) !important;}.has-title-medium-font-size{font-size: var(--wp--preset--font-size--title-medium) !important;}.has-title-small-font-size{font-size: var(--wp--preset--font-size--title-small) !important;}.has-label-large-font-size{font-size: var(--wp--preset--font-size--label-large) !important;}.has-label-medium-font-size{font-size: var(--wp--preset--font-size--label-medium) !important;}.has-label-small-font-size{font-size: var(--wp--preset--font-size--label-small) !important;}.has-body-large-font-size{font-size: var(--wp--preset--font-size--body-large) !important;}.has-body-medium-font-size{font-size: var(--wp--preset--font-size--body-medium) !important;}.has-body-small-font-size{font-size: var(--wp--preset--font-size--body-small) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wp-components-css' href='https://avl12.com/wp-includes/css/dist/components/style.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='godaddy-styles-css' href='https://avl12.com/wp-content/mu-plugins/vendor/wpex/godaddy-launch/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='material-google-fonts-cdn-css' href='//fonts.googleapis.com/css?family=Material+Icons%7CRoboto%3A300%2C400%2C500&ver=0.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='material-design-google-style-css' href='https://avl12.com/wp-content/themes/material-design-google/style.css?ver=0.7.0' type='text/css' media='all' /> <style id='material-design-google-style-inline-css' type='text/css'> :root { --md-sys-color-primary:#0060ab; --md-sys-color-on-primary:#ffffff; --md-sys-color-primary-container:#d2e4ff; --md-sys-color-on-primary-container:#001c39; --md-sys-color-secondary:#545f70; --md-sys-color-on-secondary:#ffffff; --md-sys-color-secondary-container:#d7e3f8; --md-sys-color-on-secondary-container:#111c2b; --md-sys-color-tertiary:#6c5777; --md-sys-color-on-tertiary:#ffffff; --md-sys-color-tertiary-container:#f5d9ff; --md-sys-color-on-tertiary-container:#261431; --md-sys-color-error:#ba1b1b; --md-sys-color-on-error:#ffffff; --md-sys-color-error-container:#ffdad4; --md-sys-color-on-error-container:#410001; --md-sys-color-background:#fdfcff; --md-sys-color-on-background:#1b1b1b; --md-sys-color-surface:#fdfcff; --md-sys-color-on-surface:#1b1b1b; --md-sys-color-surface-variant:#dfe2eb; --md-sys-color-on-surface-variant:#43474e; --md-sys-color-outline:#73777f; --md-sys-color-shadow:#000000; --md-sys-color-inverse-surface:#2f3033; --md-sys-color-inverse-on-surface:#f1f0f4; --md-sys-color-inverse-primary:#9fc9ff; } /* Forced dark mode */ body[data-color-scheme='dark'] { --md-sys-color-primary:#9fc9ff; --md-sys-color-on-primary:#00315c; --md-sys-color-primary-container:#004883; --md-sys-color-on-primary-container:#d2e4ff; --md-sys-color-secondary:#bbc7db; --md-sys-color-on-secondary:#263140; --md-sys-color-secondary-container:#3c4858; --md-sys-color-on-secondary-container:#d7e3f8; --md-sys-color-tertiary:#d8bde3; --md-sys-color-on-tertiary:#3c2947; --md-sys-color-tertiary-container:#533f5e; --md-sys-color-on-tertiary-container:#f5d9ff; --md-sys-color-error:#ffb4a9; --md-sys-color-on-error:#680003; --md-sys-color-error-container:#930006; --md-sys-color-on-error-container:#ffb4a9; --md-sys-color-background:#1b1b1b; --md-sys-color-on-background:#e3e2e6; --md-sys-color-surface:#1b1b1b; --md-sys-color-on-surface:#e3e2e6; --md-sys-color-surface-variant:#43474e; --md-sys-color-on-surface-variant:#c3c6cf; --md-sys-color-outline:#8d9199; --md-sys-color-shadow:#000000; --md-sys-color-inverse-surface:#e3e2e6; --md-sys-color-inverse-on-surface:#2f3033; --md-sys-color-inverse-primary:#0060ab; } body[data-color-scheme='light'] { --md-sys-color-primary:#0060ab; --md-sys-color-on-primary:#ffffff; --md-sys-color-primary-container:#d2e4ff; --md-sys-color-on-primary-container:#001c39; --md-sys-color-secondary:#545f70; --md-sys-color-on-secondary:#ffffff; --md-sys-color-secondary-container:#d7e3f8; --md-sys-color-on-secondary-container:#111c2b; --md-sys-color-tertiary:#6c5777; --md-sys-color-on-tertiary:#ffffff; --md-sys-color-tertiary-container:#f5d9ff; --md-sys-color-on-tertiary-container:#261431; --md-sys-color-error:#ba1b1b; --md-sys-color-on-error:#ffffff; --md-sys-color-error-container:#ffdad4; --md-sys-color-on-error-container:#410001; --md-sys-color-background:#fdfcff; --md-sys-color-on-background:#1b1b1b; --md-sys-color-surface:#fdfcff; --md-sys-color-on-surface:#1b1b1b; --md-sys-color-surface-variant:#dfe2eb; --md-sys-color-on-surface-variant:#43474e; --md-sys-color-outline:#73777f; --md-sys-color-shadow:#000000; --md-sys-color-inverse-surface:#2f3033; --md-sys-color-inverse-on-surface:#f1f0f4; --md-sys-color-inverse-primary:#9fc9ff; } </style> <link rel='stylesheet' id='material-design-google-front-end-css-css' href='https://avl12.com/wp-content/themes/material-design-google/assets/css/front-end-compiled.min.css?ver=0.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='event-tickets-rsvp-css' href='https://avl12.com/wp-content/plugins/event-tickets/src/resources/css/rsvp.min.css?ver=5.22.0.1' type='text/css' media='all' /> <style id='kadence-blocks-global-variables-inline-css' type='text/css'> :root {--global-kb-font-size-sm:clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-kb-font-size-md:clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-kb-font-size-lg:clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-kb-font-size-xl:clamp(2.25rem, 1.728rem + 1.63vw, 3rem);--global-kb-font-size-xxl:clamp(2.5rem, 1.456rem + 3.26vw, 4rem);--global-kb-font-size-xxxl:clamp(2.75rem, 0.489rem + 7.065vw, 6rem);}:root {--global-palette1: #3182CE;--global-palette2: #2B6CB0;--global-palette3: #1A202C;--global-palette4: #2D3748;--global-palette5: #4A5568;--global-palette6: #718096;--global-palette7: #EDF2F7;--global-palette8: #F7FAFC;--global-palette9: #ffffff;} </style> <link rel='stylesheet' id='material-front-end-css-css' href='https://avl12.com/wp-content/plugins/material-design/assets/css/front-end-w-theme-compiled.css?ver=0.7.0' type='text/css' media='all' /> <script type="text/javascript" src="https://avl12.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://avl12.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://avl12.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://avl12.com/wp-json/wp/v2/pages/16" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://avl12.com/xmlrpc.php?rsd" /> <link rel="canonical" href="https://avl12.com/" /> <link rel='shortlink' href='https://avl12.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://avl12.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Favl12.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://avl12.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Favl12.com%2F&format=xml" /> <meta name="et-api-version" content="v1"><meta name="et-api-origin" content="https://avl12.com"><link rel="https://theeventscalendar.com/" href="https://avl12.com/wp-json/tribe/tickets/v1/" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://avl12.com"><link rel="alternate" href="https://avl12.com/wp-json/tribe/events/v1/" /><meta name="material-design-plugin" content="v0.7.0" /><meta name="material-design-google-theme" content="v0.7.0" /><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue-deep_purple.min.css" /> <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="icon" href="https://avl12.com/wp-content/uploads/2024/04/cropped-aa-symbol-32x32.png" sizes="32x32" /> <link rel="icon" href="https://avl12.com/wp-content/uploads/2024/04/cropped-aa-symbol-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://avl12.com/wp-content/uploads/2024/04/cropped-aa-symbol-180x180.png" /> <meta name="msapplication-TileImage" content="https://avl12.com/wp-content/uploads/2024/04/cropped-aa-symbol-270x270.png" /> </head> <body class="home wp-singular page-template-default page page-id-16 wp-theme-material-design-google mdc-typography tribe-no-js tec-no-tickets-on-recurring tec-no-rsvp-on-recurring no-sidebar tribe-theme-material-design-google"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <aside class="mdc-drawer material-drawer mdc-drawer--modal"> <div class="mdc-drawer__header"> <div class="mdc-drawer__title"> <div class="site-title__wrapper"> <div class="site-title__row"> <div class="site-title title-large"> <a href="https://avl12.com/" rel="home">Asheville 12 Step Club</a> </div> <button type="button" class="mdc-icon-button mdc-drawer__close"> <span class="mdc-button__ripple"></span> <i class="material-icons mdc-button__icon" aria-hidden="true">close</i> <span class="screen-reader-text">Close drawer</span> </button> </div> <div class="site-tagline label-large"></div> </div> </div> </div> <div class="mdc-drawer__content"> <form class="search-form" action="https://avl12.com/" method="get" role="search" id="search-682697ef9daaa"> <label class="mdc-text-field mdc-text-field--outlined mdc-text-field--with-trailing-icon"> <input class="mdc-text-field__input" type="text" aria-labelledby="search-label-682697ef9daab" name="s" value=""> <i class="material-icons mdc-text-field__icon mdc-text-field__icon--trailing" tabindex="0" role="button">search</i> <div class="mdc-notched-outline"> <div class="mdc-notched-outline__leading"></div> <div class="mdc-notched-outline__notch"> <span class="mdc-floating-label" id="search-label-682697ef9daab">Search</span> </div> <div class="mdc-notched-outline__trailing"></div> </div> </label> </form> <nav class="mdc-list mdc-drawer__list" role="listbox"> <a href="https://avl12.com/news-and-events/" class="mdc-list-item"><span class="mdc-list-item__text">News & Events</span></a></li> <a href="https://avl12.com/schedule/" class="mdc-list-item"><span class="mdc-list-item__text">Schedule</span></a></li> <a href="https://avl12.com/contact/" class="mdc-list-item"><span class="mdc-list-item__text">Contact</span></a></li> <a href="https://avl12.com/by-laws/" class="mdc-list-item"><span class="mdc-list-item__text">By-Laws</span></a></li> <a href="https://avl12.com/donations/" class="mdc-list-item"><span class="mdc-list-item__text">Donations</span></a></li> </nav> </div> </aside> <div class="mdc-drawer-scrim"></div> <div class=" site__navigation " role="banner" > <div class="mdc-top-app-bar top-app-bar "> <div class="mdc-top-app-bar__row top-app-bar__header"> <section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start"> <button class="material-icons mdc-top-app-bar__navigation-icon mdc-icon-button top-app-bar__menu-trigger">menu</button> <span class="mdc-top-app-bar__title top-app-bar__title"> <div class="site-title__wrapper"> <div class="site-title__row"> <div class="site-title title-large"> <a href="https://avl12.com/" rel="home">Asheville 12 Step Club</a> </div> <button type="button" class="mdc-icon-button mdc-drawer__close"> <span class="mdc-button__ripple"></span> <i class="material-icons mdc-button__icon" aria-hidden="true">close</i> <span class="screen-reader-text">Close drawer</span> </button> </div> <div class="site-tagline label-large"></div> </div> </span> </section> <section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end top-app-bar__menu" role="toolbar"> <button class="material-icons mdc-top-app-bar__navigation-icon mdc-icon-button search__button" aria-label="Search"> <span class="mdc-button__ripple"></span> search </button> <button class="material-icons mdc-top-app-bar__navigation-icon mdc-icon-button dark-mode__button" aria-label="Toggle Dark Mode"> <span class="mdc-button__ripple"></span> <span class="dark-mode__icon">dark_mode</span> </button> </section> </div> <div class="mdc-top-app-bar__row top-app-bar__search"> <form class="search-form" action="https://avl12.com/" method="get" id="search-682697ef9fa72""> <div class="mdc-text-field mdc-text-field--fullwidth mdc-text-field--no-label"> <div class="mdc-text-field__ripple"></div> <input class="mdc-text-field__input" placeholder="Search the site" aria-label="Search" type="search" name="s" > </div> <button class="mdc-button mdc-button--unelevated button__search" type="submit"> <span class="mdc-button__ripple"></span> <span class="mdc-button__label">Search</span> </button> <button class="material-icons mdc-top-app-bar__navigation-icon mdc-icon-button mdc-button--unelevated button__back" type="button" aria-label="Exit search form"> <span class="mdc-button__ripple"></span> <i class="material-icons mdc-button__icon" aria-hidden="true">close</i> </button> </form> </div> </div> </div> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-16" class="post-16 page type-page status-publish hentry"> <header class="entry-header section-inner"> </header><!-- .entry-header --> <div class="entry-content"> <figure class="wp-block-image size-large is-style-default coblocks-animate" data-coblocks-animation="fadeIn"><img fetchpriority="high" decoding="async" width="1024" height="256" src="https://avl12.com/wp-content/uploads/2025/03/12-step-club-1024x256.png" alt="" class="wp-image-401" srcset="https://avl12.com/wp-content/uploads/2025/03/12-step-club-1024x256.png 1024w, https://avl12.com/wp-content/uploads/2025/03/12-step-club-300x75.png 300w, https://avl12.com/wp-content/uploads/2025/03/12-step-club-768x192.png 768w, https://avl12.com/wp-content/uploads/2025/03/12-step-club-1536x384.png 1536w, https://avl12.com/wp-content/uploads/2025/03/12-step-club-2048x512.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> <p></p> <h3 class="wp-block-heading has-text-align-center has-background coblocks-animate" style="background-color:#ffffff00" data-coblocks-animation="fadeIn"> Welcome Home! </h3> <hr class="wp-block-separator has-alpha-channel-opacity is-style-default"/> <p></p> <h2 class="wp-block-heading">About Us</h2> <p> <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="60" viewBox="0 0 24 24" width="60"><g><rect fill="none" height="60" width="60"/></g><g><path d="M19,9.3V4h-3v2.6L12,3L2,12h3v8h5v-6h4v6h5v-8h3L19,9.3z M10,10c0-1.1,0.9-2,2-2s2,0.9,2,2H10z"/></g></svg> <span style="font-size:1.25rem;">The Asheville 12 Step Recovery Club is a meeting place for multiple recovery organizations.</span> </p> <p style="margin-top: 50px;"> <img decoding="async" src="https://avl12.com/wp-content/uploads/2025/03/Screenshot-2025-03-16-at-5.59.30 PM-copy.png" style="width: 60px;"> <span style="font-size:1.25rem;">Our goal is to ensure people in recovery have a safe place to meet, connect, and as a result improve their lives and those around them.</span> </p> <p class="coblocks-animate" data-coblocks-animation="fadeIn"></p> <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div> <hr class="wp-block-separator has-alpha-channel-opacity"/> <p></p> <h2 class="wp-block-heading">Club News or Upcoming Events</h2> <p>Find out more about what’s going on at the club. <strong>For upcoming clubhouse events and news, click below!</strong></p> <p>You can also <strong>subscribe to updates on most calendar apps!</strong></p> <div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-on-primary-color has-text-color has-link-color wp-element-button" href="https://avl12.com/news-and-events/" style="border-radius:100px">Learn more about upcoming clubhouse events and news</a></div> </div> <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div> <hr class="wp-block-separator has-alpha-channel-opacity"/> <p></p> <h2 class="wp-block-heading coblocks-animate" data-coblocks-animation="fadeIn">Location</h2> <p class="coblocks-animate" data-coblocks-animation="fadeIn">All in-person meetings take place at:</p> <p class="coblocks-animate" data-coblocks-animation="fadeIn"><strong>1 Kenilworth Knolls</strong><br><strong>Unit 4</strong><br><strong>Asheville, NC 28805</strong></p> <ul class="wp-block-list"> <li class="coblocks-animate" data-coblocks-animation="fadeIn"><a href="https://maps.app.goo.gl/6rEa6tHnshtqyQXj8" target="_blank" rel="noreferrer noopener">Google Maps Link</a></li> <li class="coblocks-animate" data-coblocks-animation="fadeIn"><a href="https://maps.apple.com/?address=1%20Kenilworth%20Knoll,%20Unit%204,%20Asheville,%20NC%20%2028805,%20United%20States&auid=12270551176035433537&ll=35.589614,-82.528621&lsp=9902&q=Asheville%2012%20Step%20Recovery%20Club" target="_blank" rel="noreferrer noopener">Apple Maps Link</a></li> </ul> <div style="min-height:400px" data-map-attr="/qaddress/q:/q1 Kenilworth Knoll #4 Asheville, NC 28805/q||/qlat/q:/qundefined/q||/qlng/q:/qundefined/q||/qskin/q:/qstandard/q||/qzoom/q:/q12/q||/qiconSize/q:/q36/q||/qmapTypeControl/q:/qtrue/q||/qzoomControl/q:/qtrue/q||/qstreetViewControl/q:/qtrue/q||/qfullscreenControl/q:/qtrue/q" class="wp-block-coblocks-map coblocks-animate" data-coblocks-animation="fadeIn"><iframe title="Google Map" frameborder="0" style="width:100%;min-height:400px" src="https://www.google.com/maps?q=1%20Kenilworth%20Knoll%20%234%20Asheville%2C%20NC%2028805&output=embed&hl=en-US&z=12"></iframe></div> <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> <hr class="wp-block-separator has-alpha-channel-opacity is-style-default"/> <p></p> <h2 class="wp-block-heading coblocks-animate" data-coblocks-animation="fadeIn">Schedule</h2> <div style=" background-color: #FFF; border 1px solid #2196f3; border-radius: 20px; padding: 20px; box-shadow: 0px 0px 24px -7px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 0px 24px -7px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 24px -7px rgba(0,0,0,0.75); "> <h4 style="margin-top: 0px;">Daily Virtual Meeting:</h4> <p> Join the Sunrise AA Meeting <strong>every day Mon – Sun @ 7am:</strong> </p> <p> <strong>Note:</strong> You can join this meeting with your <strong>phone</strong> <span style="font-size: 2em;">📱</span> or <strong>computer</strong> <span style="font-size: 2em;">💻</span> </p> <ul> <li><strong>Meeting link</strong> → <a href="https://meet.google.com/bvj-fzxe-hqa">click here</a> (or click on the event below on the calendar)</li> <li><strong>7th tradition donation link</strong> → (<a href="https://account.venmo.com/u/Bill-Whitehead-9">Venmo link</a>)</li> </ul> </div> <div style=" background-color: #F6FAFF; border-style: solid; border-width: 2px 2px 2px 6px; border-color: #e57373; border-radius: 8px; padding: 20px;"> <h4 style="margin-top: 0px;">Want to change the calendar view?</h4> <p style="margin-top: 10px;"> Simply click <span style=" background-color: #FFF; border: 1px solid #747775; border-radius: 25px; padding: 8px 20px;"> <strong>Schedule</strong> ▾</span> (top right, shown below) to change the view to <strong>weekly</strong> / <strong>monthly</strong>. </p> </div> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <center> <iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=America%2FNew_York&mode=AGENDA&title=Asheville%2012%20Step%20Club%20%E2%86%92%20Meeting%20List&src=YXZsMTJzdGVwQGdtYWlsLmNvbQ&color=%234285F4" width="100%" height="900px" style="border: solid 2px #0058ef; border-radius: 10px;" frameborder="0" scrolling="no"> </iframe> </center> </div> </div> <div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex"> <div class="wp-block-button"><a class="wp-block-button__link has-on-primary-color has-text-color has-link-color wp-element-button" href="https://avl12.com/schedule/">Click here for a weekly & monthly view</a></div> </div> <p></p> </div><!-- .entry-content --> </article><!-- #post-16 --> </main><!-- #main --> </div><!-- #primary --> </div><!-- #content --> </div><!-- #page --> <footer class="site-footer"> <div id="colophon" class="mdc-layout-grid site-footer__inner" > <div class="mdc-layout-grid__inner"> <div class="site-footer__copyright mdc-layout-grid__cell mdc-layout-grid__cell--span-6"> <small class="site-footer__text label-medium"></small> </div> <div class="back-to-top mdc-layout-grid__cell mdc-layout-grid__cell--span-6"> <button id="back-to-top" class="mdc-button" aria-label="Back to Top"> <div class="mdc-button__ripple"></div> <i class="material-icons mdc-icon-button__icon">expand_less</i> </button> </div> </div> </div><!-- #colophon --> </footer> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/material-design-google\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"},"registration_prompt":"There is unsaved attendee information. Are you sure you want to continue?"};/* ]]> */ </script><style id='core-block-supports-inline-css' type='text/css'> .wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;} </style> <script type="text/javascript" src="https://avl12.com/wp-content/plugins/event-tickets/src/resources/js/rsvp.min.js?ver=5.22.0.1" id="event-tickets-tickets-rsvp-js-js"></script> <script type="text/javascript" src="https://avl12.com/wp-content/plugins/event-tickets/src/resources/js/ticket-details.min.js?ver=5.22.0.1" id="event-tickets-details-js-js"></script> <script type="text/javascript" src="https://avl12.com/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=3.1.15" id="coblocks-animation-js"></script> <script type="text/javascript" src="https://avl12.com/wp-content/plugins/coblocks/dist/js/vendors/tiny-swiper.js?ver=3.1.15" id="coblocks-tiny-swiper-js"></script> <script type="text/javascript" id="coblocks-tinyswiper-initializer-js-extra"> /* <![CDATA[ */ var coblocksTinyswiper = {"carouselPrevButtonAriaLabel":"Previous","carouselNextButtonAriaLabel":"Next","sliderImageAriaLabel":"Image"}; /* ]]> */ </script> <script type="text/javascript" src="https://avl12.com/wp-content/plugins/coblocks/dist/js/coblocks-tinyswiper-initializer.js?ver=3.1.15" id="coblocks-tinyswiper-initializer-js"></script> <script type="text/javascript" src="https://avl12.com/wp-content/themes/material-design-google/assets/js/front-end.min.js?ver=0.7.0" id="material-design-google-js-js"></script> <script type="text/javascript" id="event-tickets-rsvp-js-extra"> /* <![CDATA[ */ var tribe_tickets_rsvp_strings = {"attendee":"Attendee %1$s"}; /* ]]> */ </script> <script type="text/javascript" src="https://avl12.com/wp-content/plugins/event-tickets/src/resources/js/rsvp.min.js?ver=5.22.0.1" id="event-tickets-rsvp-js"></script> <script type="text/javascript" id="material-front-end-js-js-extra"> /* <![CDATA[ */ var materialDesign = {"ajax_url":"https:\/\/avl12.com\/wp-admin\/admin-ajax.php","sourceColor":"#1e88e5","darkModeStatus":"inactive","globalStyle":{"card_style":"filled"},"isMaterialThemeActive":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://avl12.com/wp-content/plugins/material-design/assets/js/front-end.js?ver=0.7.0" id="material-front-end-js-js"></script> <style id='tribe-common-full-style-inline-css' class='tec-customizer-inline-style' type='text/css'> :root { /* Customizer-added Month View styles */ --tec-color-border-secondary-month-grid: #d8d8d8; --tec-color-border-active-month-grid-hover: #0043ff; --tec-color-text-day-of-week-month: #01133d; --tec-color-day-marker-month: #0043ff; --tec-color-day-marker-past-month: #0043ff; } </style> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]), _trfd.push({'tccl.baseHost':'secureserver.net'}), _trfd.push({'ap':'wpaas'}, {'server':'4080e03f-3467-b0e1-8268-724e4056fe85.secureserver.net'}, {'pod':'P3NLWPPOD12'}, {'storage':'p3cephmah006pod12_data09'}, {'xid':'45003026'}, {'wp':'6.8.1'}, {'php':'8.0.30.5'}, {'loggedin':'0'}, {'cdn':'1'}, {'builder':'wp-block-editor'}, {'theme':'material-design-google'}, {'wds':'0'}, {'wp_alloptions_count':'233'}, {'wp_alloptions_bytes':'82668'}, {'gdl_coming_soon_page':'0'} ); var trafficScript = document.createElement('script'); trafficScript.src = 'https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js'; window.document.head.appendChild(trafficScript);</script> <script>window.addEventListener('click', function (elem) { var _elem$target, _elem$target$dataset, _window, _window$_trfq; return (elem === null || elem === void 0 ? void 0 : (_elem$target = elem.target) === null || _elem$target === void 0 ? void 0 : (_elem$target$dataset = _elem$target.dataset) === null || _elem$target$dataset === void 0 ? void 0 : _elem$target$dataset.eid) && ((_window = window) === null || _window === void 0 ? void 0 : (_window$_trfq = _window._trfq) === null || _window$_trfq === void 0 ? void 0 : _window$_trfq.push(["cmdLogEvent", "click", elem.target.dataset.eid]));});</script> <script src='https://img1.wsimg.com/traffic-assets/js/tccl-tti.min.js' onload="window.tti.calculateTTI()"></script> </body> </html>