{"id":9,"date":"2025-02-12T07:28:38","date_gmt":"2025-02-12T07:28:38","guid":{"rendered":"https:\/\/allisonkorycki.com\/?page_id=9"},"modified":"2026-02-12T16:17:20","modified_gmt":"2026-02-12T16:17:20","slug":"home","status":"publish","type":"page","link":"https:\/\/allisonkorycki.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16876b4a e-con-full animated-fast e-flex elementor-invisible e-con e-parent\" data-id=\"16876b4a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-537475f1 animated-slow e-flex e-con-boxed e-con e-child\" data-id=\"537475f1\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-47deffc2 e-con-full animated-slow elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"47deffc2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;rotateInDownLeft&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10606ae elementor-widget elementor-widget-text-editor\" data-id=\"10606ae\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Subscribe to my newsletter<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37386ebb elementor-widget__width-auto elementor-widget elementor-widget-html\" data-id=\"37386ebb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.input-group {\n  position: relative;\n  display: flex;\n  flex-wrap: wrap; \/\/ For form validation feedback\n  align-items: stretch;\n  width: 100%;\n\n  > .form-control,\n  > .form-control-plaintext,\n  > .custom-select,\n  > .custom-file {\n    position: relative; \/\/ For focus state's z-index\n    flex: 1 1 auto;\n    width: 1%;\n    min-width: 0; \/\/ https:\/\/stackoverflow.com\/questions\/36247140\/why-dont-flex-items-shrink-past-content-size\n    margin-bottom: 0;\n\n    + .form-control,\n    + .custom-select,\n    + .custom-file {\n      margin-left: -$input-border-width;\n    }\n  }\n\n  \/\/ Bring the \"active\" form control to the top of surrounding elements\n  > .form-control:focus,\n  > .custom-select:focus,\n  > .custom-file .custom-file-input:focus ~ .custom-file-label {\n    z-index: 3;\n  }\n\n  \/\/ Bring the custom file input above the label\n  > .custom-file .custom-file-input:focus {\n    z-index: 4;\n  }\n\n  > .form-control,\n  > .custom-select {\n    &:not(:last-child) { @include border-right-radius(0); }\n    &:not(:first-child) { @include border-left-radius(0); }\n  }\n\n  \/\/ Custom file inputs have more complex markup, thus requiring different\n  \/\/ border-radius overrides.\n  > .custom-file {\n    display: flex;\n    align-items: center;\n\n    &:not(:last-child) .custom-file-label,\n    &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }\n    &:not(:first-child) .custom-file-label { @include border-left-radius(0); }\n  }\n}\n\n\n\/\/ Prepend and append\n\/\/\n\/\/ While it requires one extra layer of HTML for each, dedicated prepend and\n\/\/ append elements allow us to 1) be less clever, 2) simplify our selectors, and\n\/\/ 3) support HTML5 form validation.\n\n.input-group-prepend,\n.input-group-append {\n  display: flex;\n\n  \/\/ Ensure buttons are always above inputs for more visually pleasing borders.\n  \/\/ This isn't needed for `.input-group-text` since it shares the same border-color\n  \/\/ as our inputs.\n  .btn {\n    position: relative;\n    z-index: 2;\n\n    &:focus {\n      z-index: 3;\n    }\n  }\n\n  .btn + .btn,\n  .btn + .input-group-text,\n  .input-group-text + .input-group-text,\n  .input-group-text + .btn {\n    margin-left: -$input-border-width;\n  }\n}\n\n.input-group-prepend { margin-right: -$input-border-width; }\n.input-group-append { margin-left: -$input-border-width; }\n\n\n\/\/ Textual addons\n\/\/\n\/\/ Serves as a catch-all element for any text or radio\/checkbox input you wish\n\/\/ to prepend or append to an input.\n\n.input-group-text {\n  display: flex;\n  align-items: center;\n  padding: $input-padding-y $input-padding-x;\n  margin-bottom: 0; \/\/ Allow use of <label> elements by overriding our default margin-bottom\n  @include font-size($input-font-size); \/\/ Match inputs\n  font-weight: $font-weight-normal;\n  line-height: $input-line-height;\n  color: $input-group-addon-color;\n  text-align: center;\n  white-space: nowrap;\n  background-color: $input-group-addon-bg;\n  border: $input-border-width solid $input-group-addon-border-color;\n  @include border-radius($input-border-radius);\n\n  \/\/ Nuke default margins from checkboxes and radios to vertically center within.\n  input[type=\"radio\"],\n  input[type=\"checkbox\"] {\n    margin-top: 0;\n  }\n}\n\n\n\/\/ Sizing\n\/\/\n\/\/ Remix the default form control sizing classes into new ones for easier\n\/\/ manipulation.\n\n.input-group-lg > .form-control:not(textarea),\n.input-group-lg > .custom-select {\n  height: $input-height-lg;\n}\n\n.input-group-lg > .form-control,\n.input-group-lg > .custom-select,\n.input-group-lg > .input-group-prepend > .input-group-text,\n.input-group-lg > .input-group-append > .input-group-text,\n.input-group-lg > .input-group-prepend > .btn,\n.input-group-lg > .input-group-append > .btn {\n  padding: $input-padding-y-lg $input-padding-x-lg;\n  @include font-size($input-font-size-lg);\n  line-height: $input-line-height-lg;\n  @include border-radius($input-border-radius-lg);\n}\n\n.input-group-sm > .form-control:not(textarea),\n.input-group-sm > .custom-select {\n  height: $input-height-sm;\n}\n\n.input-group-sm > .form-control,\n.input-group-sm > .custom-select,\n.input-group-sm > .input-group-prepend > .input-group-text,\n.input-group-sm > .input-group-append > .input-group-text,\n.input-group-sm > .input-group-prepend > .btn,\n.input-group-sm > .input-group-append > .btn {\n  padding: $input-padding-y-sm $input-padding-x-sm;\n  @include font-size($input-font-size-sm);\n  line-height: $input-line-height-sm;\n  @include border-radius($input-border-radius-sm);\n}\n\n.input-group-lg > .custom-select,\n.input-group-sm > .custom-select {\n  padding-right: $custom-select-padding-x + $custom-select-indicator-padding;\n}\n\n\n\/\/ Prepend and append rounded corners\n\/\/\n\/\/ These rulesets must come after the sizing ones to properly override sm and lg\n\/\/ border-radius values when extending. They're more specific than we'd like\n\/\/ with the `.input-group >` part, but without it, we cannot override the sizing.\n\n\n.input-group > .input-group-prepend > .btn,\n.input-group > .input-group-prepend > .input-group-text,\n.input-group > .input-group-append:not(:last-child) > .btn,\n.input-group > .input-group-append:not(:last-child) > .input-group-text,\n.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {\n  @include border-right-radius(0);\n}\n\n.input-group > .input-group-append > .btn,\n.input-group > .input-group-append > .input-group-text,\n.input-group > .input-group-prepend:not(:first-child) > .btn,\n.input-group > .input-group-prepend:not(:first-child) > .input-group-text,\n.input-group > .input-group-prepend:first-child > .btn:not(:first-child),\n.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {\n  @include border-left-radius(0);\n}\n.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {\n    position: relative;\n    flex: 1 1 auto;\n    width: 1%;\n    min-width: 0;\n    margin-bottom: 0;\n}\n.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n}\n.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {\n    border-top-left-radius: 0;\n    border-bottom-left-radius: 0;\n}\n<\/style>\n<form action=\"https:\/\/tinyletter.com\/allisonkorycki\" method=\"post\" target=\"popupwindow\" onsubmit=\"window.open('https:\/\/tinyletter.com\/allisonkorycki', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true\"><div class=\"input-group\"><input type=\"text\" name=\"email\" id=\"tlemail\" class=\"form-control\" placeholder=\"\" aria-label=\"Email address\" aria-describedby=\"Enter your email address\"><div class=\"input-group-append\"><input class=\"btn btn-primary\" type=\"submit\" value=\"Sign up\"><\/div><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9435aab e-con-full e-flex e-con e-parent\" data-id=\"9435aab\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55ca5d5c elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"55ca5d5c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>I remember taking one of Allison&#8217;s classes and saying to myself:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78b21261 e-con-full e-flex e-con e-child\" data-id=\"78b21261\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ee9c2e7 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"3ee9c2e7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u2018This is what freedom feels like.\u2019\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4116d631 elementor-absolute elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4116d631\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:2000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>&#8211; Carla J<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f5a3925 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"f5a3925\" data-element_type=\"container\" id=\"babyandtotplaygroup\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-256414ed elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"256414ed\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-1024x683.jpg\" class=\"attachment-large size-large wp-image-12\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-1024x683.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-300x200.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-768x512.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-1536x1024.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-2048x1366.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65323e9c e-flex e-con-boxed e-con e-child\" data-id=\"65323e9c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5645bacd elementor-widget elementor-widget-heading\" data-id=\"5645bacd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VINYASA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7106c25 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"7106c25\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-1024x683.jpg\" class=\"attachment-large size-large wp-image-12\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-1024x683.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-300x200.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-768x512.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-1536x1024.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/lessons-scaled-1-2048x1366.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39cc4c18 elementor-widget elementor-widget-text-editor\" data-id=\"39cc4c18\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>This vigorous, flowing class blends fluid movement and breathwork in the most serene boutique studio in the city. Come move and be moved!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68e084fc elementor-widget elementor-widget-text-editor\" data-id=\"68e084fc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Mondays &amp; Fridays<br \/>9:30-10:30 am<br \/>$27<\/p><p><a href=\"https:\/\/www.soulagebaltimore.com\/\">Soulage<\/a><\/p><p>9 E Franklin St<\/p><p>Baltimore, MD 21202<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e76b901 e-flex e-con-boxed e-con e-parent\" data-id=\"e76b901\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-628d851 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"628d851\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 126 26&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4536e4fa e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"4536e4fa\" data-element_type=\"container\" id=\"babyandmeyoga\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c5ca288 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"2c5ca288\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/09\/unnamed-1024x683.jpg\" class=\"attachment-large size-large wp-image-58\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/09\/unnamed-1024x683.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/09\/unnamed-300x200.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/09\/unnamed-768x512.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/09\/unnamed-1536x1024.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/09\/unnamed-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1de45566 e-flex e-con-boxed e-con e-child\" data-id=\"1de45566\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32e13274 elementor-widget elementor-widget-heading\" data-id=\"32e13274\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BABY &amp; ME YOGA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d567469 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"7d567469\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/home-scaled-1-1024x683.jpg\" class=\"attachment-large size-large wp-image-10\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/home-scaled-1-1024x683.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/home-scaled-1-300x200.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/home-scaled-1-768x512.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/home-scaled-1-1536x1024.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/home-scaled-1-2048x1366.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-739aea73 elementor-widget elementor-widget-text-editor\" data-id=\"739aea73\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A yoga class where you can bring your baby and meet other new moms?! This c<span style=\"font-size: 1rem;\">lass includes baby massage, postnatal yoga, and poses that incorporate baby. Class begins with a check-in\/discussion for community building and support. This c<\/span><span style=\"font-size: 1rem;\">lass allows for space and time to feed, diaper, and snuggle with baby.\u00a0 This class sells out and pre-registration is recommended.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90e1600 elementor-widget elementor-widget-text-editor\" data-id=\"90e1600\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Tuesdays &amp; Thursdays\u00a0<\/p><p>10-10:45 am<\/p><p>$28<\/p><p>in studio and via Zoom<br \/><a href=\"https:\/\/www.wombroom.mom\/booking-calendar\/baby-me-yoga?referral=service_details_widget&amp;timezone=America%2FNew_York\">The Womb Room<\/a><\/p><p>3355 Keswick Rd<\/p><p>Baltimore, MD 21211<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ad109f e-flex e-con-boxed e-con e-parent\" data-id=\"6ad109f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1e9793 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e1e9793\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 126 26&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21a667eb e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"21a667eb\" data-element_type=\"container\" id=\"hotvinyasa\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2065aa52 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"2065aa52\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1024x768.jpg\" class=\"attachment-large size-large wp-image-11\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1024x768.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-300x225.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-768x576.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1536x1152.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-2048x1536.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18bbc7f1 e-flex e-con-boxed e-con e-child\" data-id=\"18bbc7f1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33280b8d elementor-widget elementor-widget-heading\" data-id=\"33280b8d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BEGINNER YOGA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a74432d elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"2a74432d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1024x768.jpg\" class=\"attachment-large size-large wp-image-11\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1024x768.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-300x225.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-768x576.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1536x1152.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-2048x1536.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-178e149b elementor-widget elementor-widget-text-editor\" data-id=\"178e149b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Perfect for first timers or those who want a more detailed description of the postures and alignment details.\u00a0 We&#8217;ll break down poses to make the practice accessible and welcoming to all!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c308a8a elementor-widget elementor-widget-text-editor\" data-id=\"4c308a8a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Saturdays<br \/>8-9 am<br \/>$27<\/p><p><a href=\"https:\/\/www.soulagebaltimore.com\/\">Soulage\u00a0<\/a><\/p><p>9 E Franklin St<\/p><p>Baltimore, MD 21202<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fa27cd3 e-flex e-con-boxed e-con e-parent\" data-id=\"fa27cd3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62e9252 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"62e9252\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 126 26&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a99d04 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"3a99d04\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d4141ff class-container e-flex e-con-boxed e-con e-child\" data-id=\"d4141ff\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-616acf1 elementor-widget elementor-widget-heading\" data-id=\"616acf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CANDLELIT GENTLE YOGA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d6befd elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"5d6befd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1024x683.jpg\" class=\"attachment-large size-large wp-image-13\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1024x683.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-300x200.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-768x512.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1536x1024.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-2048x1366.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d10e76 elementor-widget elementor-widget-text-editor\" data-id=\"8d10e76\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>This relaxing class includes gentle stretching, restorative yoga poses, breathwork, and meditation. The room is illuminated by candles creating a tranquil ambiance. Once a month, this class occurs on the rooftop of the Natty Boh Tower in Brewer&#8217;s Hill, followed by champagne and light fare.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a036b5 elementor-widget elementor-widget-text-editor\" data-id=\"7a036b5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Thursdays<\/p><p>7-8 pm\u00a0<\/p><p>$30<\/p><p>Inspiring Fitness\u00a0<\/p><p>3600 O&#8217;Donnell St<\/p><p>Baltimore, MD 21224<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-869ae0e elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"869ae0e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2026\/02\/MG_8361-1024x768.jpg\" class=\"attachment-large size-large wp-image-80\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2026\/02\/MG_8361-1024x768.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2026\/02\/MG_8361-300x225.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2026\/02\/MG_8361-768x576.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2026\/02\/MG_8361-1536x1152.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2026\/02\/MG_8361-2048x1536.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63db5fa2 e-flex e-con-boxed e-con e-parent\" data-id=\"63db5fa2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-48c6032c elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"48c6032c\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 126 26&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58264b94 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"58264b94\" data-element_type=\"container\" id=\"prenatalyoga\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-331b068 class-container e-flex e-con-boxed e-con e-child\" data-id=\"331b068\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5fe94fa4 elementor-widget elementor-widget-heading\" data-id=\"5fe94fa4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PRENATAL YOGA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e7432b4 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"7e7432b4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1024x683.jpg\" class=\"attachment-large size-large wp-image-13\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1024x683.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-300x200.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-768x512.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1536x1024.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-2048x1366.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c114088 elementor-widget elementor-widget-text-editor\" data-id=\"7c114088\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>This class is focused on connecting with your baby, building strength &amp; endurance, relieving stress, easing aching hips &amp; back, and building skills for labor, birth &amp; parenting. Class begins with a check-in\/discussion for community building and support.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-715f2ad9 elementor-widget elementor-widget-text-editor\" data-id=\"715f2ad9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Mondays<br \/>6-7:30 pm\u00a0<\/p><p>$28<br \/>In studio and via Zoom<br \/><a href=\"https:\/\/www.wombroom.mom\/booking-calendar\/prenatal-yoga-3?referral=service_details_widget&amp;timezone=America%2FNew_York\">The Womb Room<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1a865 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"b1a865\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1024x683.jpg\" class=\"attachment-large size-large wp-image-13\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1024x683.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-300x200.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-768x512.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-1536x1024.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/00A7995-scaled-1-2048x1366.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16c6b838 e-flex e-con-boxed e-con e-parent\" data-id=\"16c6b838\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cc9652c elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6cc9652c\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 126 26&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-251e264d e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"251e264d\" data-element_type=\"container\" id=\"workshops\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17b1a502 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"17b1a502\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1024x768.jpg\" class=\"attachment-large size-large wp-image-11\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1024x768.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-300x225.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-768x576.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1536x1152.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-2048x1536.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-508785f6 e-flex e-con-boxed e-con e-child\" data-id=\"508785f6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-441600fd elementor-widget elementor-widget-heading\" data-id=\"441600fd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">THE MAGIC OF MINDFULNESS &amp; MEDITATION<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60b7d2b6 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"60b7d2b6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1024x768.jpg\" class=\"attachment-large size-large wp-image-11\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1024x768.jpg 1024w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-300x225.jpg 300w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-768x576.jpg 768w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-1536x1152.jpg 1536w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/events-scaled-1-2048x1536.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45caaa1 elementor-widget elementor-widget-text-editor\" data-id=\"45caaa1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div>Mindfulness\u00a0is the art of calmly focusing your awareness on what is happening now, within us and around us, without judgement.\u00a0\u00a0<span class=\"il\">Meditation<\/span>\u00a0reduces stress, improves sleep, supports emotional health, reduces inflammation, enhances self-awareness, increases focus, and improves\u00a0cognitive performance.\u00a0 In this workshop, you will practice several styles of\u00a0<span class=\"il\">meditation<\/span>\u00a0including<\/div><div>\u00a0<\/div><div><ul><li>seated Vipassana (insight) <span class=\"il\">meditation<\/span><\/li><li>dynamic shaking\u00a0<span class=\"il\">meditation<\/span><\/li><li>mindful\u00a0walking<\/li><li>mantra (chanting)\u00a0<span class=\"il\">meditation<\/span><\/li><li>metta (lovingkindness)\u00a0<span class=\"il\">meditation<\/span><\/li><li>guided savasana<\/li><\/ul><\/div><div>\u00a0<\/div><div>You will leave feeling relaxed and centered, and will be equipped with the tools to start a regular\u00a0<span class=\"il\">meditation<\/span>\u00a0practice!<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ccde2ef elementor-widget elementor-widget-text-editor\" data-id=\"6ccde2ef\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Friday, March 27, 2025<\/p><p>6:15-7:30 pm<\/p><p>$45<\/p><p><a href=\"https:\/\/www.soulagebaltimore.com\/\">Soulage Baltimore<\/a><\/p><p><a href=\"https:\/\/momence.com\/Allison-Korycki\/The-Magic-of-Mindfulness-%26-Meditation\/110366937?skipPreview=true\">Register Here<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e872c3 e-con-full e-flex e-con e-parent\" data-id=\"2e872c3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2c942cd1 e-con-full e-flex e-con e-child\" data-id=\"2c942cd1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e8dd364 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"6e8dd364\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u2018Allison\u2019s classes literally changed my life.\u2019\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbd9a8e elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"cbd9a8e\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:2000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>&#8211; Nina H<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2ccacfee e-flex e-con-boxed e-con e-parent\" data-id=\"2ccacfee\" data-element_type=\"container\" id=\"privategroupclasses\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55882f5 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"55882f5\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PRIVATE GROUP CLASSES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-672fd05a e-flex e-con-boxed e-con e-child\" data-id=\"672fd05a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5ae611f2 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"5ae611f2\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57dbf9a7 elementor-widget elementor-widget-text-editor\" data-id=\"57dbf9a7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Private group classes are a magical way to connect with your community. Allison tailors these sessions for special events like<\/p><ul><li>bridal parties<\/li><li>corporate wellness<\/li><li>baby showers<\/li><li>blessingway ceremonies<\/li><li>birthdays<\/li><\/ul><p><br \/>Sessions available at\u00a0<a href=\"https:\/\/www.wombroom.mom\/\">The Womb Room<\/a>\u00a0and\u00a0<a href=\"https:\/\/www.soulagebaltimore.com\/\">Soulage Yoga<\/a>, or a location of your choosing.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-346a0822 elementor-widget elementor-widget-html\" data-id=\"346a0822\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form id=\"my-form\" action=\"https:\/\/formspree.io\/f\/mgepkvjw\" method=\"POST\">\r\n              <div class=\"form-group\">\r\n                <label for=\"name\">Name:<\/label>\r\n                <input type=\"text\" name=\"name\" class=\"form-control field\" id=\"private-name\" placeholder=\"\">\r\n              <\/div>\r\n              <div class=\"form-group\">\r\n                <label for=\"email\">Email:<\/label>\r\n                <input type=\"email\" name=\"email\" class=\"form-control field\" id=\"private-email\" placeholder=\"\">\r\n              <\/div>\r\n              <div class=\"form-group\">\r\n                <label for=\"date\">Details:<\/label>\r\n                <textarea name=\"message\" class=\"form-control field\" id=\"private-date\" rows=\"3\" placeholder=\"(date, time, location, occasion, anything else I should know)\"><\/textarea>\r\n              <\/div>\r\n              <input class=\"btn btn-primary\" type=\"submit\" id=\"my-form-button\" value=\"Send\">\r\n            <\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1db80504 elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1db80504\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/allisonkorycki.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13685400 e-con-full e-flex e-con e-parent\" data-id=\"13685400\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-158dfc6f e-con-full e-flex e-con e-child\" data-id=\"158dfc6f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a6318e3 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"2a6318e3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u2018Allison is powerful and creative; she makes classes meaningful, playful and magical.\u2019\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bbcb543 elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"1bbcb543\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:2000}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>&#8211; Luzmar\u00eda R.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-508dbdc8 e-flex e-con-boxed e-con e-parent\" data-id=\"508dbdc8\" data-element_type=\"container\" id=\"about\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-208db6ca elementor-widget elementor-widget-heading\" data-id=\"208db6ca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT ALLISON<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77c7b158 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"77c7b158\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Allison Korycki, E-RYT 500, YACEP, is a yoga teacher, mother and music lover who believes in you and your ability to manifest the life you love.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47538962 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"47538962\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Her uplifting classes welcome you as you are, blending fluid vinyasa, breath awareness, and soul-nourishing affirmations to live a more joyful, balanced and conscious life now. She incorporates yogic philosophy, energetics and free movement into the physical practice. You\u2019ll leave her class feeling rejuvenated, inspired and empowered.<\/p><p>For ten years, she mentored some of Baltimore\u2019s top yoga teachers while overseeing the Charm City Yoga and YogaWorks studios.<\/p><p>She is 500 hour certified by Charm City Yoga under Kim Manfredi and is 200 hour certified by YogaWorks under Patty Quintero &amp; Vytas Basauskas. She studied Prenatal Yoga with Heather Brown, Chakra Yoga with Anodea Judith, and trained in the Quiet Winds Method with Brianna Bedigian.<\/p><p>She has a Bachelor of Arts in Philosophy and a Bachelor of Science in Political Science from East Carolina University.<\/p><p>She lives in Northeast Baltimore with her husband and 2 tiny humans who are her greatest yoga teachers.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-255a4eaa e-flex e-con-boxed e-con e-child\" data-id=\"255a4eaa\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d00620c elementor-widget elementor-widget-image\" data-id=\"3d00620c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/E-RYT500.png\" class=\"attachment-large size-large wp-image-14\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/E-RYT500.png 200w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/E-RYT500-150x150.png 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3faebb65 elementor-widget elementor-widget-image\" data-id=\"3faebb65\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/YACEP.png\" class=\"attachment-large size-large wp-image-15\" alt=\"\" srcset=\"https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/YACEP.png 200w, https:\/\/allisonkorycki.com\/wp-content\/uploads\/2025\/02\/YACEP-150x150.png 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-59233da6 e-flex e-con-boxed e-con e-parent\" data-id=\"59233da6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ff3ecd6 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3ff3ecd6\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 126 26&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40ed7192 e-flex e-con-boxed e-con e-parent\" data-id=\"40ed7192\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fe8f75a elementor-widget elementor-widget-heading\" data-id=\"7fe8f75a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">TESTIMONIALS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47db4ad6 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"47db4ad6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>There are yoga classes and then there are Allison&#8217;s yoga classes\u2013she has an incredible yet indescribable gift that brings her students back over and over. I can honestly say that Allison&#8217;s classes changed my life and have consistently helped me get through some of the most challenging times. As a new-to-Baltimore transplant and an overwhelmed doctoral student, Allison&#8217;s classes gave me the chance to connect to myself and feel rooted in a new community. I started taking yoga with Allison while working on my dissertation; her classes were instrumental in helping me stay grounded in a time where it would have been easy to be all-consumed and overwhelmed by stress. Allison has a special way of helping you to let go of all the distractions so that you can look inward. I cherish those 90 minutes and always come back to Allison&#8217;s classes when I need a reminder to check-in and breathe.<\/p><p style=\"text-align: right;\"><cite>&#8211; Erika F.<\/cite><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b69502e elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4b69502e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>One of the things I cherished more during my time in Baltimore was my Friday evening class with Allison. I attended for more than 3 years. It was a magical sacred moment I never skipped even if I was exhausted from work or if I wasn&#8217;t having the best day. Allison is powerful and creative, she makes classes meaningful, playful, and magical. I remember our celebratory classes on Halloween, a class with all kinds of bird poses when the Orioles played. We omed, danced with our eyes closed, and meditated. I&#8217;m most grateful to Allison for making yoga classes that put a smile on my spit.<\/p><p style=\"text-align: right;\"><cite>&#8211; Luzmar\u00eda R.<\/cite><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc5284e elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"bc5284e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Allison&#8217;s yoga classes literally changed my life. I was an overworked and overstressed high-achieving scientist who was not in touch with her mind, body, and spirit for several years. The moment I walked into Allison&#8217;s class, I had an inner knowing that she would be an important figure for me in my life. Her classes not only embody her deep knowledge of ancient yoga philosophy and technique, but she finds a way to make her yoga sequence applicable to wherever you are in your practice. Allison meets you exactly where you are and she helps to strengthen your mind-body-spirit connection in a way that is so subtle to you, but has long-lasting and powerful effects. It&#8217;s because of Allison that I decided to pursue my own yoga teacher training, which I gratefully was able to do under her training as well. Now, when I teach, I embody Allison&#8217;s teaching style so that I can share what changed my life to help heal others. I highly recommend Allison&#8217;s yoga classes if you want to get to know the deeper, and more beautiful, layers of yourself that you didn&#8217;t even know existed. Thank you, Allison, for forever changing my life and helping me get back in touch with my true self and path.<\/p><p style=\"text-align: right;\"><cite>&#8211; Nina H.<\/cite><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66d0377e elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"66d0377e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Back in February, I was really reconnecting and getting back into yoga emotionally and physically. I remember taking one of Allison&#8217;s classes and saying to myself, &#8220;This is what freedom feels like.&#8221; As cheesy as that sounds, we were all literally jumping around the room with our eyes closed to Rusted Root&#8217;s &#8220;Ecstasy&#8221;. (Listen to it on repeat if you want some motivation to dance!) But, in all honesty, her classes seemed to transport me to another place and gave me a sense of respite or recess from my everyday life. Once March hit, I became lazy and sad and all of the things I never felt while taking her class. I recently decided that I need to start focusing back on myself and with Allison&#8217;s online classes and instruction, I know I will find that sense of freedom again.<\/p><p style=\"text-align: right;\"><cite>&#8211; Carla J.<\/cite><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-540e3ba7 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"540e3ba7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Allison is such a bright light and breath of fresh air on and off the mat. Her classes always leave me feeling centered, energized, and humbled. Her flows get you moving and her guidance encourages you to mindfully challenge yourself to see what your body can do. Plus, her playlists are always on point. I truly can\u2019t recommend Allison\u2019s classes enough.<\/p><p style=\"text-align: right;\"><cite>&#8211; Stephanie V.<\/cite><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63af4a2b e-flex e-con-boxed e-con e-parent\" data-id=\"63af4a2b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67daf6d5 elementor-widget-divider--separator-type-pattern elementor-widget-divider--no-spacing elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"67daf6d5\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 126 26&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-444b9365 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"444b9365\" data-element_type=\"container\" id=\"contact\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-10827b17 e-flex e-con-boxed e-con e-child\" data-id=\"10827b17\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-178891f7 e-con-full e-flex e-con e-child\" data-id=\"178891f7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28b67857 elementor-widget elementor-widget-heading\" data-id=\"28b67857\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contact<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-336af198 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"336af198\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form id=\"my-form-2\" action=\"https:\/\/formspree.io\/f\/xbjpolvy\" method=\"POST\">\r\n          <div class=\"form-group\">\r\n            <label for=\"name\">Name<\/label>\r\n            <input type=\"text\" class=\"form-control\" id=\"\" name=\"name\" placeholder=\"\">\r\n          <\/div>\r\n          <div class=\"form-group\">\r\n            <label for=\"email\">Email address<\/label>\r\n            <input type=\"email\" class=\"form-control\" id=\"\" name=\"email\" placeholder=\"\">\r\n          <\/div>\r\n          <div class=\"form-group\">\r\n            <label for=\"date\">Message<\/label>\r\n            <textarea class=\"form-control\" id=\"private-date\" name=\"message\" rows=\"3\"><\/textarea>\r\n          <\/div>\r\n          <input id=\"my-form-button-2\" class=\"btn btn-primary\" type=\"submit\" value=\"Send\">\r\n          <p id=\"my-form-status-2\"><\/p>\r\n        <\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4972d513 elementor-widget elementor-widget-heading\" data-id=\"4972d513\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Follow<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41f7bca5 e-flex e-con-boxed e-con e-child\" data-id=\"41f7bca5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dac6e81 elementor-widget__width-initial elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"dac6e81\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/open.spotify.com\/user\/allison.charmcityyoga\" class=\"elementor-icon elementor-animation-grow\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-spotify\" viewBox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2af4434f elementor-widget__width-initial elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"2af4434f\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.instagram.com\/charmcityallison\/\" class=\"elementor-icon elementor-animation-grow\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dc57d1c elementor-widget__width-initial elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"1dc57d1c\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/youtube.com\/channel\/UC_L7unxBXSZO9fps5Ilv_oQ\" class=\"elementor-icon elementor-animation-grow\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Subscribe to my newsletter I remember taking one of Allison&#8217;s classes and saying to myself: \u2018This is what freedom feels like.\u2019\u00a0 &#8211; Carla J VINYASA This vigorous, flowing class blends fluid movement and breathwork in the most serene boutique studio in the city. Come move and be moved! Mondays &amp; Fridays9:30-10:30 am$27 Soulage 9 E [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/allisonkorycki.com\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/allisonkorycki.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/allisonkorycki.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/allisonkorycki.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/allisonkorycki.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":46,"href":"https:\/\/allisonkorycki.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":86,"href":"https:\/\/allisonkorycki.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/86"}],"wp:attachment":[{"href":"https:\/\/allisonkorycki.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}