<!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>Blog &#8211; Enjoy Birth</title>
		<style>html.sdui-panel-open body:not(.wp-admin){margin-right:400px}html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:400px}html.sdui-panel-open body:not(.wp-admin):not(.block-editor-page) header.wp-block-template-part{right:400px}#sdui-panel-placeholder{display:none;position:fixed;right:0;top:var(--wp-admin--admin-bar--height,32px);width:400px;height:calc(100dvh - var(--wp-admin--admin-bar--height,32px));background:linear-gradient(135deg,#1a1230 0%,#110c1d 100%);z-index:99999}html.sdui-panel-open #sdui-panel-placeholder{display:block}@media(max-width:768px){html.sdui-panel-open body:not(.wp-admin),html.sdui-panel-open #wpcontent,html.sdui-panel-open #wpfooter{margin-right:0}html.sdui-panel-open #sdui-panel-placeholder{display:none}}</style>
		<script>try{if(!document.documentElement.classList.contains('sdui-panel-open')&&localStorage.getItem('site-designer-ui-panel-open')==='true'){document.documentElement.classList.add('sdui-panel-open');document.cookie='sdui_panel_open=1;path=/;max-age=31536000;SameSite=Lax;Secure';document.addEventListener('DOMContentLoaded',function(){if(!document.getElementById('sdui-panel-placeholder')){var p=document.createElement('div');p.id='sdui-panel-placeholder';document.body.appendChild(p)}})}}catch(e){}</script>
		<link rel="amphtml" href="https://enjoybirth.com/blog/amp/" /><meta name="generator" content="AMP for WP 1.1.12"/><meta name="description" content="Fun Tips and Tools to help you enjoy pregnancy and birth.  Also get access to a free copy of The Top  Three Tips to Enjoy Birth.">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://enjoybirth.com/blog/">
<script id="website-schema" type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"WebSite","name":"Enjoy Birth","alternateName":"Enjoy Birth","description":"Are you nervous about birth? I have books, classes, videos, stories, tips and tools to help you feel confident and excited about your birth.","url":"https:\/\/enjoybirth.com"}</script>
<meta property="og:url" content="https://enjoybirth.com/blog/">
<meta property="og:site_name" content="Enjoy Birth">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:description" content="Fun Tips and Tools to help you enjoy pregnancy and birth.  Also get access to a free copy of The Top  Three Tips to Enjoy Birth.">
<meta property="fb:pages" content="">
<meta property="fb:admins" content="">
<meta property="fb:app_id" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@enjoybirth">
<meta name="twitter:creator" content="@enjoybirth">
<meta name="twitter:description" content="Fun Tips and Tools to help you enjoy pregnancy and birth.  Also get access to a free copy of The Top  Three Tips to Enjoy Birth.">
<link rel="alternate" type="application/rss+xml" title="Enjoy Birth &raquo; Feed" href="https://enjoybirth.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Enjoy Birth &raquo; Comments Feed" href="https://enjoybirth.com/comments/feed/" />
		<style>
			.lazyload,
			.lazyloading {
				max-width: 100%;
			}
		</style>
				<!-- This site uses the Google Analytics by MonsterInsights plugin v10.1.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-73TS8F3L86"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '10.1.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/enjoybirth.com\/blog\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-73TS8F3L86',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-73TS8F3L86', {"forceSSL":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<style type="text/css" media="all">
.wpautoterms-footer{background-color:#ffffff;text-align:center;}
.wpautoterms-footer a{color:#000000;font-family:Arial, sans-serif;font-size:14px;}
.wpautoterms-footer .separator{color:#cccccc;font-family:Arial, sans-serif;font-size:14px;}</style>
<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='pt-cv-public-style-css' href='https://enjoybirth.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=4.3' media='all' />
<link rel='stylesheet' id='astra-theme-css-css' href='https://enjoybirth.com/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=4.13.0' media='all' />
<style id='astra-theme-css-inline-css'>
.ast-no-sidebar .entry-content .alignfull {margin-left: calc( -50vw + 50%);margin-right: calc( -50vw + 50%);max-width: 100vw;width: 100vw;}.ast-no-sidebar .entry-content .alignwide {margin-left: calc(-41vw + 50%);margin-right: calc(-41vw + 50%);max-width: unset;width: unset;}.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-no-sidebar .entry-content .wp-block-column .alignwide{width: 100%;margin-left: auto;margin-right: auto;}.wp-block-gallery,.blocks-gallery-grid {margin: 0;}.wp-block-separator {max-width: 100px;}.wp-block-separator.is-style-wide,.wp-block-separator.is-style-dots {max-width: none;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 10px;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 10px;}@media (max-width: 782px) {.entry-content .wp-block-columns .wp-block-column {flex-basis: 100%;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 0;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 0;}}body .entry-content .wp-block-latest-posts {margin-left: 0;}body .entry-content .wp-block-latest-posts li {list-style: none;}.ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts {margin-left: 0;}.ast-header-break-point .entry-content .alignwide {margin-left: auto;margin-right: auto;}.entry-content .blocks-gallery-item img {margin-bottom: auto;}.wp-block-pullquote {border-top: 4px solid #555d66;border-bottom: 4px solid #555d66;color: #40464d;}:root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:6.67em;--ast-container-default-lg-padding:5.67em;--ast-container-default-slg-padding:4.34em;--ast-container-default-md-padding:3.34em;--ast-container-default-sm-padding:6.67em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.4em;--ast-code-block-background:#EEEEEE;--ast-comment-inputs-background:#FAFAFA;--ast-normal-container-width:1200px;--ast-narrow-container-width:750px;--ast-blog-title-font-weight:normal;--ast-blog-meta-weight:inherit;--ast-global-color-primary:var(--ast-global-color-5);--ast-global-color-secondary:var(--ast-global-color-4);--ast-global-color-alternate-background:var(--ast-global-color-7);--ast-global-color-subtle-background:var(--ast-global-color-6);--ast-bg-style-guide:var( --ast-global-color-secondary,var(--ast-global-color-5) );--ast-shadow-style-guide:0px 0px 4px 0 #00000057;--ast-global-dark-bg-style:#fff;--ast-global-dark-lfs:#fbfbfb;--ast-widget-bg-color:#fafafa;--ast-wc-container-head-bg-color:#fbfbfb;--ast-title-layout-bg:#eeeeee;--ast-search-border-color:#e7e7e7;--ast-lifter-hover-bg:#e6e6e6;--ast-gallery-block-color:#000;--srfm-color-input-label:var(--ast-global-color-2);}html{font-size:100%;}a,.page-title{color:#0274be;}a:hover,a:focus{color:#3a3a3a;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:16px;font-size:1rem;}blockquote{color:#000000;}.site-title{font-size:35px;font-size:2.1875rem;display:none;}header .custom-logo-link img{max-width:150px;width:150px;}.astra-logo-svg{width:150px;}.site-header .site-description{font-size:15px;font-size:0.9375rem;display:none;}.entry-title{font-size:40px;font-size:2.5rem;}.archive .ast-article-post .ast-article-inner,.blog .ast-article-post .ast-article-inner,.archive .ast-article-post .ast-article-inner:hover,.blog .ast-article-post .ast-article-inner:hover{overflow:hidden;}h1,.entry-content :where(h1){font-size:33px;font-size:2.0625rem;line-height:1.4em;}h2,.entry-content :where(h2){font-size:28px;font-size:1.75rem;line-height:1.3em;}h3,.entry-content :where(h3){font-size:25px;font-size:1.5625rem;line-height:1.3em;}h4,.entry-content :where(h4){font-size:20px;font-size:1.25rem;line-height:1.2em;}h5,.entry-content :where(h5){font-size:18px;font-size:1.125rem;line-height:1.2em;}h6,.entry-content :where(h6){font-size:15px;font-size:0.9375rem;line-height:1.25em;}::selection{background-color:#0274be;color:#ffffff;}body,h1,h2,h3,h4,h5,h6,.entry-title a,.entry-content :where(h1,h2,h3,h4,h5,h6){color:#3a3a3a;}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:#0274be;background-color:#0274be;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#0274be;}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#0274be;background-color:#0274be;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#0274be;border-color:#0274be;}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:#0274be;}.entry-meta,.entry-meta *{line-height:1.45;color:#0274be;}.entry-meta a:not(.ast-button):hover,.entry-meta a:not(.ast-button):hover *,.entry-meta a:not(.ast-button):focus,.entry-meta a:not(.ast-button):focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#3a3a3a;}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#0274be;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#0274be;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#0274be;border-color:#0274be;}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:#0274be;}.ast-search-menu-icon .search-form button.search-submit{padding:0 4px;}.ast-search-menu-icon form.search-form{padding-right:0;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus{transition:all 0.2s;}.search-form input.search-field:focus{outline:none;}.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px;}.widget-title,.widget .wp-block-heading{font-size:22px;font-size:1.375rem;color:#3a3a3a;}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:16px;font-size:1rem;}.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,.astra-search-icon:focus-visible,#close:focus-visible,a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible,.ast-orders-table__row .ast-orders-table__cell:focus-visible,a#ast-apply-coupon:focus-visible,#ast-apply-coupon:focus-visible,#close:focus-visible,.button.search-submit:focus-visible,#search_submit:focus,.normal-search:focus-visible,.ast-header-account-wrap:focus-visible,.astra-cart-drawer-close:focus,.ast-single-variation:focus,.ast-button:focus,.ast-builder-button-wrap:has(.ast-custom-button-link:focus),.ast-builder-button-wrap .ast-custom-button-link:focus{outline-style:dotted;outline-color:inherit;outline-width:thin;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,input[type="number"]:focus,textarea:focus,.wp-block-search__input:focus,[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,#ast-scroll-top:focus,#coupon_code:focus,#ast-coupon-code:focus{border-style:dotted;border-color:inherit;border-width:thin;}input{outline:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}.site-logo-img img{ transition:all 0.2s linear;}body .ast-oembed-container *{position:absolute;top:0;width:100%;height:100%;left:0;}body .wp-block-embed-pocket-casts .ast-oembed-container *{position:unset;}.ast-single-post-featured-section + article {margin-top: 2em;}.site-content .ast-single-post-featured-section img {width: 100%;overflow: hidden;object-fit: cover;}.site > .ast-single-related-posts-container {margin-top: 0;}@media (min-width: 922px) {.ast-desktop .ast-container--narrow {max-width: var(--ast-narrow-container-width);margin: 0 auto;}}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}@media (max-width:921.9px){#ast-desktop-header{display:none;}}@media (min-width:922px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.ast-separate-container.ast-right-sidebar .entry-content .wp-block-image.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-image.alignfull,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignfull{margin-left:-6.67em;margin-right:-6.67em;max-width:unset;width:unset;}.ast-separate-container.ast-right-sidebar .entry-content .wp-block-image.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-image.alignwide,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignwide{margin-left:-20px;margin-right:-20px;max-width:unset;width:unset;}}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.ast-separate-container.ast-right-sidebar .entry-content .wp-block-group.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-group.alignwide,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignwide{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;}.ast-separate-container.ast-right-sidebar .entry-content .wp-block-group.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-group.alignfull,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignfull{margin-left:-6.67em;margin-right:-6.67em;padding-left:6.67em;padding-right:6.67em;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (min-width:1200px){.wp-block-cover__inner-container,.alignwide .wp-block-group__inner-container,.alignfull .wp-block-group__inner-container{max-width:1200px;margin:0 auto;}.wp-block-group.alignnone,.wp-block-group.aligncenter,.wp-block-group.alignleft,.wp-block-group.alignright,.wp-block-group.alignwide,.wp-block-columns.alignwide{margin:2rem 0 1rem 0;}}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}.wp-block-image.aligncenter{margin-left:auto;margin-right:auto;}.wp-block-table.aligncenter{margin-left:auto;margin-right:auto;}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,.ast-outline-button,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button{border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;font-family:inherit;font-weight:inherit;line-height:1em;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),.ast-outline-button{background-color:transparent;}.entry-content[data-ast-blocks-layout] > figure{margin-bottom:1em;}@media (max-width:921px){.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:921px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid var(--ast-border-color);}.ast-left-sidebar #primary{border-left:1px solid var(--ast-border-color);}.ast-right-sidebar #secondary{border-left:1px solid var(--ast-border-color);margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid var(--ast-border-color);margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.wp-block-button .wp-block-button__link{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:#3a3a3a;border-color:#3a3a3a;}.wp-block-button .wp-block-button__link{border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;border-color:#0274be;background-color:#0274be;color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1em;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:#0274be;background-color:#0274be;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;font-family:inherit;font-weight:inherit;line-height:1em;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#ffffff;background-color:#3a3a3a;border-color:#3a3a3a;}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}} #ast-mobile-header .ast-site-header-cart-li a{pointer-events:none;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -6.67em;margin-right: -6.67em;width: auto;}@media (max-width: 1200px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.4em;margin-right: -2.4em;}}@media (max-width: 768px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.14em;margin-right: -2.14em;}}@media (max-width: 544px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -1em;margin-right: -1em;}}.ast-no-sidebar.ast-separate-container .entry-content .alignwide {margin-left: -20px;margin-right: -20px;}.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignfull,.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignwide {margin-left: auto;margin-right: auto;width: 100%;}@media (max-width:921px){.widget-title{font-size:28px;font-size:1.4rem;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-size:20px;font-size:1.25rem;}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:20px;font-size:1.25rem;}.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content :where(h1){font-size:30px;}h2,.entry-content :where(h2){font-size:25px;}h3,.entry-content :where(h3){font-size:20px;}.astra-logo-svg{width:120px;}header .custom-logo-link img,.ast-header-break-point .site-logo-img .custom-mobile-logo-link img{max-width:120px;width:120px;}}@media (max-width:544px){.widget-title{font-size:28px;font-size:1.4rem;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-size:20px;font-size:1.25rem;}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:20px;font-size:1.25rem;}.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content :where(h1){font-size:30px;}h2,.entry-content :where(h2){font-size:25px;}h3,.entry-content :where(h3){font-size:20px;}header .custom-logo-link img,.ast-header-break-point .site-branding img,.ast-header-break-point .custom-logo-link img{max-width:100px;width:100px;}.astra-logo-svg{width:100px;}.ast-header-break-point .site-logo-img .custom-mobile-logo-link img{max-width:100px;}}@media (max-width:544px){html{font-size:100%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://enjoybirth.com/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://enjoybirth.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://enjoybirth.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: swap;}.ast-blog-layout-classic-grid .ast-article-inner{box-shadow:0px 6px 15px -2px rgba(16,24,40,0.05);}.ast-separate-container .ast-blog-layout-classic-grid .ast-article-inner,.ast-plain-container .ast-blog-layout-classic-grid .ast-article-inner{height:100%;}.ast-blog-layout-6-grid .ast-blog-featured-section:before { content: ""; }.cat-links.badge a,.tags-links.badge a {padding: 4px 8px;border-radius: 3px;font-weight: 400;}.cat-links.underline a,.tags-links.underline a{text-decoration: underline;}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.site .comments-area{padding-bottom:3em;}.astra-icon-down_arrow::after {content: "\e900";font-family: Astra;}.astra-icon-close::after {content: "\e5cd";font-family: Astra;}.astra-icon-drag_handle::after {content: "\e25d";font-family: Astra;}.astra-icon-format_align_justify::after {content: "\e235";font-family: Astra;}.astra-icon-menu::after {content: "\e5d2";font-family: Astra;}.astra-icon-reorder::after {content: "\e8fe";font-family: Astra;}.astra-icon-search::after {content: "\e8b6";font-family: Astra;}.astra-icon-zoom_in::after {content: "\e56b";font-family: Astra;}.astra-icon-check-circle::after {content: "\e901";font-family: Astra;}.astra-icon-shopping-cart::after {content: "\f07a";font-family: Astra;}.astra-icon-shopping-bag::after {content: "\f290";font-family: Astra;}.astra-icon-shopping-basket::after {content: "\f291";font-family: Astra;}.astra-icon-circle-o::after {content: "\e903";font-family: Astra;}.astra-icon-certificate::after {content: "\e902";font-family: Astra;}blockquote {padding: 1.2em;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#E5E5E5;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}:root {--ast-border-color : #dddddd;}.ast-archive-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: var(--ast-title-layout-bg);}.ast-archive-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-archive-entry-banner[data-banner-layout="layout-1"] {background: inherit;padding: 20px 0;text-align: left;}body.archive .ast-archive-description{max-width:1200px;width:100%;text-align:left;padding-top:3em;padding-right:3em;padding-bottom:3em;padding-left:3em;}body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title *{font-size:40px;font-size:2.5rem;text-transform:capitalize;}body.archive .ast-archive-description > *:not(:last-child){margin-bottom:10px;}@media (max-width:921px){body.archive .ast-archive-description{text-align:left;}}@media (max-width:544px){body.archive .ast-archive-description{text-align:left;}}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;text-decoration:none;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}.ast-builder-layout-element[data-section="title_tagline"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:#0274be;border-style:solid;}.ast-builder-menu-1 .sub-menu .sub-menu{top:-2px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 2px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children > .ast-menu-toggle{right:-15px;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section="section-below-footer-builder"]{background-color:#eeeeee;min-height:80px;}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{max-width:1200px;min-height:80px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright.site-footer-focus-item {color:#3a3a3a;}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg);}.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before, .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before, .ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before, .ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before{font-weight:bold;content:"\e900";font-family:Astra;text-decoration:inherit;display:inline-block;}.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{content:"\e900";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0, -2px) rotateZ(270deg);margin-right:5px;}.widget_search .search-form:after{font-family:Astra;font-size:1.2em;font-weight:normal;content:"\e8b6";position:absolute;top:50%;right:15px;transform:translate(0, -50%);}.astra-search-icon::before{content:"\e8b6";font-family:Astra;font-style:normal;font-weight:normal;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:3;}.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after, .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after, .menu-item-has-children .ast-header-navigation-arrow:after{content:"\e900";display:inline-block;font-family:Astra;font-size:.6rem;font-weight:bold;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal;}.menu-item-has-children .sub-menu .ast-header-navigation-arrow:after{margin-left:0;}.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .menu-link:after{display:none;}@media (min-width:922px){.ast-builder-menu .main-navigation > ul > li:last-child a{margin-right:0;}}.ast-separate-container .ast-article-inner{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container  .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description, .ast-separate-container .comments-area .comment-respond, .ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container  .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description{background-color:var(--ast-global-color-5);}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container  .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description{background-color:var(--ast-global-color-5);}}.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);}@media (max-width:921px){.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);}}@media (max-width:544px){.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);}}.ast-off-canvas-active body.ast-main-header-nav-open {overflow: hidden;}.ast-mobile-popup-drawer .ast-mobile-popup-overlay {background-color: rgba(0,0,0,0.4);position: fixed;top: 0;right: 0;bottom: 0;left: 0;visibility: hidden;opacity: 0;transition: opacity 0.2s ease-in-out;}.ast-mobile-popup-drawer .ast-mobile-popup-header {-js-display: flex;display: flex;justify-content: flex-end;min-height: calc( 1.2em + 24px);}.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {background: transparent;border: 0;font-size: 24px;line-height: 1;padding: .6em;color: inherit;-js-display: flex;display: flex;box-shadow: none;}.ast-mobile-popup-drawer.ast-mobile-popup-full-width .ast-mobile-popup-inner {max-width: none;transition: transform 0s ease-in,opacity 0.2s ease-in;}.ast-mobile-popup-drawer.active {left: 0;opacity: 1;right: 0;z-index: 100000;transition: opacity 0.25s ease-out;}.ast-mobile-popup-drawer.active .ast-mobile-popup-overlay {opacity: 1;cursor: pointer;visibility: visible;}body.admin-bar .ast-mobile-popup-drawer,body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {top: 32px;}body.admin-bar.ast-primary-sticky-header-active .ast-mobile-popup-drawer,body.admin-bar.ast-primary-sticky-header-active .ast-mobile-popup-drawer .ast-mobile-popup-inner{top: 0px;}@media (max-width: 782px) {body.admin-bar .ast-mobile-popup-drawer,body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {top: 46px;}}.ast-mobile-popup-content > *,.ast-desktop-popup-content > *{padding: 10px 0;height: auto;}.ast-mobile-popup-content > *:first-child,.ast-desktop-popup-content > *:first-child{padding-top: 10px;}.ast-mobile-popup-content > .ast-builder-menu,.ast-desktop-popup-content > .ast-builder-menu{padding-top: 0;}.ast-mobile-popup-content > *:last-child,.ast-desktop-popup-content > *:last-child {padding-bottom: 0;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-icon,.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children .sub-menu,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-icon {display: none;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.ast-inline-search label,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu,.ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu .sub-menu {background-color: transparent;}.ast-mobile-popup-content .ast-icon svg {height: .85em;width: .95em;margin-top: 15px;}.ast-mobile-popup-content .ast-icon.icon-search svg {margin-top: 0;}.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-mobile-popup-drawer.show,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu{opacity: 1;visibility: visible;}.ast-mobile-popup-drawer {position: fixed;top: 0;bottom: 0;left: -99999rem;right: 99999rem;transition: opacity 0.25s ease-in,left 0s 0.25s,right 0s 0.25s;opacity: 0;visibility: hidden;}.ast-mobile-popup-drawer .ast-mobile-popup-inner {width: 100%;transform: translateX(100%);max-width: 90%;right: 0;top: 0;background: #fafafa;color: #3a3a3a;bottom: 0;opacity: 0;position: fixed;box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);-js-display: flex;display: flex;flex-direction: column;transition: transform 0.2s ease-in,opacity 0.2s ease-in;overflow-y:auto;overflow-x:hidden;}.ast-mobile-popup-drawer.ast-mobile-popup-left .ast-mobile-popup-inner {transform: translateX(-100%);right: auto;left: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-popup-drawer .main-header-bar-navigation ul .menu-item .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-popup-drawer .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {right: calc( 20px - 0.907em);}.ast-mobile-popup-drawer.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);width: fit-content;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.slide-search,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-form,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-field,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-submit,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {opacity: 1;visibility: visible;transform: translateX(0%);}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar{padding-left:20px;padding-right:20px;}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:#0274be;border:none;background:transparent;}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:#0274be;}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:#0274be;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}.ast-pagination .next.page-numbers{display:inherit;float:none;}.ast-pagination a, .nav-links a{color:#0274be;}.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current{color:#3a3a3a;}@media (max-width:544px){.ast-pagination .next:focus, .ast-pagination .prev:focus{width:100% !important;}}.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}.ast-pagination-default .ast-pagination .next.page-numbers {padding-right: 0;}.ast-pagination-default .ast-pagination .prev.page-numbers {padding-left: 0;}.ast-pagination-default .post-page-numbers.current .page-link,.ast-pagination-default .ast-pagination .page-numbers.current {border-radius: 2px;}.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);font-weight: 500;}.ast-pagination .nav-links {display: inline-block;width: 100%;}@media (max-width: 420px) {.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-square .ast-pagination .next.page-numbers{margin-top: 10px;}.ast-pagination-circle .ast-pagination .prev.page-numbers,.ast-pagination-square .ast-pagination .prev.page-numbers{margin-bottom: 10px;}}.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}.ast-pagination .prev svg,.ast-pagination .next svg{height: 16px;position: relative;top: 0.2em;}.ast-pagination .prev svg {margin-right: 0.3em;}.ast-pagination .next svg {margin-left: 0.3em;}.ast-page-builder-template .ast-pagination {padding: 2em;}.ast-pagination .prev.page-numbers.dots,.ast-pagination .prev.page-numbers.dots:hover,.ast-pagination .prev.page-numbers.dots:focus,.ast-pagination .prev.page-numbers:visited.dots,.ast-pagination .prev.page-numbers:visited.dots:hover,.ast-pagination .prev.page-numbers:visited.dots:focus,.ast-pagination .prev.page-numbers:focus.dots,.ast-pagination .prev.page-numbers:focus.dots:hover,.ast-pagination .prev.page-numbers:focus.dots:focus,.ast-pagination .next.page-numbers.dots,.ast-pagination .next.page-numbers.dots:hover,.ast-pagination .next.page-numbers.dots:focus,.ast-pagination .next.page-numbers:visited.dots,.ast-pagination .next.page-numbers:visited.dots:hover,.ast-pagination .next.page-numbers:visited.dots:focus,.ast-pagination .next.page-numbers:focus.dots,.ast-pagination .next.page-numbers:focus.dots:hover,.ast-pagination .next.page-numbers:focus.dots:focus {border: 2px solid #eaeaea;background: transparent;}.ast-pagination .prev.page-numbers.dots,.ast-pagination .prev.page-numbers:visited.dots,.ast-pagination .prev.page-numbers:focus.dots,.ast-pagination .next.page-numbers.dots,.ast-pagination .next.page-numbers:visited.dots,.ast-pagination .next.page-numbers:focus.dots {cursor: default;}.ast-pagination .prev.page-numbers {float: left;}.ast-pagination .next.page-numbers {float: right;}@media (max-width: 768px) {.ast-pagination .next.page-numbers .page-navigation {padding-right: 0;}}@media (min-width: 769px) {.ast-pagination .prev.page-numbers.next,.ast-pagination .prev.page-numbers:visited.next,.ast-pagination .prev.page-numbers:focus.next,.ast-pagination .next.page-numbers.next,.ast-pagination .next.page-numbers:visited.next,.ast-pagination .next.page-numbers:focus.next {margin-right: 0;}}
/*# sourceURL=astra-theme-css-inline-css */
</style>
<link rel='stylesheet' id='astra-menu-animation-css' href='https://enjoybirth.com/wp-content/themes/astra/assets/css/minified/menu-animation.min.css?ver=4.13.0' media='all' />
<style id='wp-emoji-styles-inline-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;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id='wp-block-library-inline-css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='wp-block-heading-inline-css'>
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://enjoybirth.com/wp-includes/blocks/heading/style.min.css */
</style>
<style id='wp-block-list-inline-css'>
ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://enjoybirth.com/wp-includes/blocks/list/style.min.css */
</style>
<style id='wp-block-paragraph-inline-css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://enjoybirth.com/wp-includes/blocks/paragraph/style.min.css */
</style>
<style id='wp-block-quote-inline-css'>
.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}
/*# sourceURL=https://enjoybirth.com/wp-includes/blocks/quote/style.min.css */
</style>

<link rel='stylesheet' id='coblocks-extensions-css' href='https://enjoybirth.com/wp-content/plugins/coblocks/dist/style-coblocks-extensions.css?ver=3.1.17' media='all' />
<link rel='stylesheet' id='coblocks-animation-css' href='https://enjoybirth.com/wp-content/plugins/coblocks/dist/style-coblocks-animation.css?ver=2677611078ee87eb3b1c' media='all' />
<style id='global-styles-inline-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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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--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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }: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(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.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: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='wpautoterms_css-css' href='https://enjoybirth.com/wp-content/plugins/auto-terms-of-service-and-privacy-policy/css/wpautoterms.css?ver=48b40c72e2273dc46ad905c70a5d0108' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://enjoybirth.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5' media='all' />
<link rel='stylesheet' id='astra-contact-form-7-css' href='https://enjoybirth.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css?ver=4.13.0' media='all' />
<link rel='stylesheet' id='SFSIPLUSmainCss-css' href='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/css/sfsi-style.css?ver=3.7.1' media='all' />
<link rel='stylesheet' id='wp-components-css' href='https://enjoybirth.com/wp-includes/css/dist/components/style.min.css?ver=48b40c72e2273dc46ad905c70a5d0108' media='all' />
<link rel='stylesheet' id='godaddy-styles-css' href='https://enjoybirth.com/wp-content/mu-plugins/vendor/wpex/godaddy-launch/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2' media='all' />
<link rel="preload" class="mv-grow-style" href="https://enjoybirth.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=1.36.3" as="style"><noscript><link rel='stylesheet' id='dpsp-frontend-style-pro-css' href='https://enjoybirth.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=1.36.3' media='all' />
</noscript><style id='dpsp-frontend-style-pro-inline-css'>

				@media screen and ( max-width : 720px ) {
					.dpsp-content-wrapper.dpsp-hide-on-mobile,
					.dpsp-share-text.dpsp-hide-on-mobile {
						display: none;
					}
					.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
						margin:0 2% 10px 0;
					}
					.dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count) {
						max-height: 40px;
						padding: 0;
						justify-content: center;
					}
					.dpsp-content-wrapper.dpsp-size-small .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 32px;
					}
					.dpsp-content-wrapper.dpsp-size-large .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 46px;
					}
				}
			
/*# sourceURL=dpsp-frontend-style-pro-inline-css */
</style>
<script src="https://enjoybirth.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://enjoybirth.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="https://enjoybirth.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script>
<script src="https://enjoybirth.com/wp-content/plugins/auto-terms-of-service-and-privacy-policy/js/base.js?ver=3.0.5" id="wpautoterms_base-js"></script>
<script src="https://enjoybirth.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.1.2" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"pdf,doc,ppt,xls,zip,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/out\\\/\",\"label\":\"aff\"}]","home_url":"https:\/\/enjoybirth.com","hash_tracking":"false","v4_id":"G-73TS8F3L86"};</script>
<link rel="next" href="https://enjoybirth.com/blog/page/2/"><link rel="https://api.w.org/" href="https://enjoybirth.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://enjoybirth.com/xmlrpc.php?rsd" />

	<script>
		window.addEventListener("sfsi_plus_functions_loaded", function() {
			var body = document.getElementsByTagName('body')[0];
			// console.log(body);
			body.classList.add("sfsi_plus_3.53");
		})
		// window.addEventListener('sfsi_plus_functions_loaded',function(e) {
		// 	jQuery("body").addClass("sfsi_plus_3.53")
		// });
		jQuery(document).ready(function(e) {
			jQuery("body").addClass("sfsi_plus_3.53")
		});

		function sfsi_plus_processfurther(ref) {
			var feed_id = 'dmVoWjI5VVpHL1dkallkcnBJdExsMTh6U1A2WGxsR3NZY2wzeW5pK2cxYjRmbE9MdDlxcE9ySVZreHltNXU1aTdPbkloallCM0tGZDFJTy9KZVY3Y2lyZFhUVXI4MTNoRnd5ZzVBQTQ5bmY0Zy9kWndlYkhJYWNNWHZqc2JLYWt8L1k1ZHY0SHRoRU1vTFEvaHd5K3FwZkczaUVuQmVsRlVjMlRXYmcyMVNaYz0=';
			var feedtype = 8;
			var email = jQuery(ref).find('input[name="email"]').val();
			var filter = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
			if ((email != "Enter your email") && (filter.test(email))) {
				if (feedtype == "8") {
					var url = "https://api.follow.it/subscription-form/" + feed_id + "/" + feedtype;
					window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760");
					return true;
				}
			} else {
				alert("Please enter email address");
				jQuery(ref).find('input[name="email"]').focus();
				return false;
			}
		}
	</script>
	<style>
		.sfsi_plus_subscribe_Popinner {
			width: 100% !important;
			height: auto !important;
			border: 1px solid #b5b5b5 !important;
			padding: 18px 0px !important;
			background-color: #ffffff !important;
		}

		.sfsi_plus_subscribe_Popinner form {
			margin: 0 20px !important;
		}

		.sfsi_plus_subscribe_Popinner h5 {
			font-family: Helvetica,Arial,sans-serif !important;

			font-weight: bold !important;
			color: #000000 !important;
			font-size: 16px !important;
			text-align: center !important;
			margin: 0 0 10px !important;
			padding: 0 !important;
		}

		.sfsi_plus_subscription_form_field {
			margin: 5px 0 !important;
			width: 100% !important;
			display: inline-flex;
			display: -webkit-inline-flex;
		}

		.sfsi_plus_subscription_form_field input {
			width: 100% !important;
			padding: 10px 0px !important;
		}

		.sfsi_plus_subscribe_Popinner input[type=email] {
			font-family: Helvetica,Arial,sans-serif !important;

			font-style: normal !important;
			color:  !important;
			font-size: 14px !important;
			text-align: center !important;
		}

		.sfsi_plus_subscribe_Popinner input[type=email]::-webkit-input-placeholder {
			font-family: Helvetica,Arial,sans-serif !important;

			font-style: normal !important;
			color:  !important;
			font-size: 14px !important;
			text-align: center !important;
		}

		.sfsi_plus_subscribe_Popinner input[type=email]:-moz-placeholder {
			/* Firefox 18- */
			font-family: Helvetica,Arial,sans-serif !important;

			font-style: normal !important;
			color:  !important;
			font-size: 14px !important;
			text-align: center !important;
		}

		.sfsi_plus_subscribe_Popinner input[type=email]::-moz-placeholder {
			/* Firefox 19+ */
			font-family: Helvetica,Arial,sans-serif !important;

			font-style: normal !important;
			color:  !important;
			font-size: 14px !important;
			text-align: center !important;
		}

		.sfsi_plus_subscribe_Popinner input[type=email]:-ms-input-placeholder {
			font-family: Helvetica,Arial,sans-serif !important;

			font-style: normal !important;
			color:  !important;
			font-size: 14px !important;
			text-align: center !important;
		}

		.sfsi_plus_subscribe_Popinner input[type=submit] {
			font-family: Helvetica,Arial,sans-serif !important;

			font-weight: bold !important;
			color: #000000 !important;
			font-size: 16px !important;
			text-align: center !important;
			background-color: #dedede !important;
		}
	</style>
	<meta name="follow.it-verification-code-dmVoWjI5VVpHL1dkallkcnBJdExsMTh6U1A2WGxsR3NZY2wzeW5pK2cxYjRmbE9MdDlxcE9ySVZreHltNXU1aTdPbkloallCM0tGZDFJTy9KZVY3Y2lyZFhUVXI4MTNoRnd5ZzVBQTQ5bmY0Zy9kWndlYkhJYWNNWHZqc2JLYWt8L1k1ZHY0SHRoRU1vTFEvaHd5K3FwZkczaUVuQmVsRlVjMlRXYmcyMVNaYz0=" content="0jHu3ZcLEpZ7kPct3VzV"/>		<script>
			document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
		</script>
				<style>
			.no-js img.lazyload {
				display: none;
			}

			figure.wp-block-image img.lazyloading {
				min-width: 150px;
			}

			.lazyload,
			.lazyloading {
				--smush-placeholder-width: 100px;
				--smush-placeholder-aspect-ratio: 1/1;
				width: var(--smush-image-width, var(--smush-placeholder-width)) !important;
				aspect-ratio: var(--smush-image-aspect-ratio, var(--smush-placeholder-aspect-ratio)) !important;
			}

						.lazyload, .lazyloading {
				opacity: 0;
			}

			.lazyloaded {
				opacity: 1;
				transition: opacity 400ms;
				transition-delay: 0ms;
			}

					</style>
		<meta name="hubbub-info" description="Hubbub 1.36.3"><link rel="icon" href="https://enjoybirth.com/wp-content/uploads/2020/10/cropped-favicon-150x150.png" sizes="32x32" />
<link rel="icon" href="https://enjoybirth.com/wp-content/uploads/2020/10/cropped-favicon-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://enjoybirth.com/wp-content/uploads/2020/10/cropped-favicon-300x300.png" />
<meta name="msapplication-TileImage" content="https://enjoybirth.com/wp-content/uploads/2020/10/cropped-favicon-300x300.png" />
</head>

<body itemtype='https://schema.org/Blog' itemscope='itemscope' class="blog wp-custom-logo wp-embed-responsive wp-theme-astra sfsi_plus_actvite_theme_default ast-desktop ast-separate-container ast-right-sidebar astra-4.13.0 group-blog ast-mobile-inherit-site-logo ast-inherit-site-logo-transparent ast-hfb-header">

<a
	class="skip-link screen-reader-text"
	href="#content">
		Skip to content</a>

<div
class="hfeed site" id="page">
			<header
		class="site-header header-main-layout-1 ast-primary-menu-enabled ast-logo-title-inline ast-hide-custom-menu-mobile ast-builder-menu-toggle-icon ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader" itemscope="itemscope" itemid="#masthead"		>
			<div id="ast-desktop-header" data-toggle-type="off-canvas">
		<div class="ast-main-header-wrap main-header-bar-wrap ">
		<div class="ast-primary-header-bar ast-primary-header main-header-bar site-header-focus-item" data-section="section-primary-header-builder">
						<div class="site-primary-header-wrap ast-builder-grid-row-container site-header-focus-item ast-container" data-section="section-primary-header-builder">
				<div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-builder-grid-row-no-center">
											<div class="site-header-primary-section-left site-header-section ast-flex site-header-section-left">
									<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline">
							<div
				class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope"				>
					<span class="site-logo-img"><a href="https://enjoybirth.com/" class="custom-logo-link" rel="home"><img width="150" height="43" data-src="https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1-150x43.png" class="custom-logo lazyload" alt="Enjoy Birth" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1-150x43.png 150w, https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1-300x87.png 300w, https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1.png 797w, https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1-300x87@2x.png 600w" data-sizes="(max-width: 150px) 100vw, 150px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150/43;" /></a></span>				</div>
			<!-- .site-branding -->
					</div>
								</div>
																								<div class="site-header-primary-section-right site-header-section ast-flex ast-grid-right-section">
										<div class="ast-builder-menu-1 ast-builder-menu ast-flex ast-builder-menu-1-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-hb-menu-1">
			<div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="primary-site-navigation-desktop" aria-label="Primary Site Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation ast-inline-flex"><ul id="ast-hf-menu-1" class="main-header-menu ast-menu-shadow ast-nav-menu ast-flex  submenu-with-border astra-menu-animation-fade  stack-on-mobile"><li id="menu-item-11290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-11290"><a href="https://enjoybirth.com/" class="menu-link">Welcome</a></li>
<li id="menu-item-11291" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-10745 current_page_item current_page_parent menu-item-11291"><a href="https://enjoybirth.com/blog/" aria-current="page" class="menu-link">Blog</a></li>
<li id="menu-item-11312" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11312"><a aria-expanded="false" href="https://enjoybirth.com/podcast/" class="menu-link">Podcast Episodes</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-11951" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-11951"><a href="https://enjoybirth.com/exciting-news-my-new-birth-podcast-has-arrived/" class="menu-link">How to Subscribe to Podcast</a></li>
	<li id="menu-item-11950" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-11950"><a href="https://enjoybirth.com/how-to-rate-and-review-your-favorite-podcasts/" class="menu-link">How to Review</a></li>
</ul>
</li>
<li id="menu-item-11299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11299"><a aria-expanded="false" href="https://enjoybirth.com/books-and-classes/" class="menu-link">Books and Classes</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-11310" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11310"><a aria-expanded="false" href="https://enjoybirth.com/free-book/" class="menu-link">Free – Enjoy Birth Book</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
	<ul class="sub-menu">
		<li id="menu-item-11375" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11375"><a href="https://enjoybirth.com/3tips-book-links/" class="menu-link">3tips Book Links</a></li>
	</ul>
</li>
	<li id="menu-item-11305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11305"><a aria-expanded="false" href="https://enjoybirth.com/books/enjoy-your-pregnancy-and-birth/" class="menu-link">Enjoying Your Pregnancy and Birth with Hypnosis</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
	<ul class="sub-menu">
		<li id="menu-item-11300" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11300"><a href="https://enjoybirth.com/enjoy-your-pregnancy-and-birth/" class="menu-link">Enjoy Your Pregnancy and Birth Links</a></li>
	</ul>
</li>
	<li id="menu-item-11306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11306"><a href="https://enjoybirth.com/books/the-gift-of-giving-life/" class="menu-link">The Gift of Giving Life</a></li>
	<li id="menu-item-11311" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11311"><a aria-expanded="false" href="https://enjoybirth.com/classes-and-doula-services/online-classes/" class="menu-link">Online Classes</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
	<ul class="sub-menu">
		<li id="menu-item-11307" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11307"><a href="https://enjoybirth.com/surviving-pupps/" class="menu-link">A Great Tool to Help You Survive PUPPS (pregnancy rash)</a></li>
	</ul>
</li>
</ul>
</li>
<li id="menu-item-11308" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11308"><a aria-expanded="false" href="https://enjoybirth.com/what-is-hypnobabies/" class="menu-link">What IS Hypnobabies?</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-11303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11303"><a href="https://enjoybirth.com/take-hypnobabies/" class="menu-link">How Can I Take a Hypnobabies Class?</a></li>
	<li id="menu-item-11302" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11302"><a href="https://enjoybirth.com/free-hypnobabies-mp3/" class="menu-link">Free Hypnobabies MP3</a></li>
	<li id="menu-item-11869" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-11869"><a href="https://enjoybirth.com/19-questions-answered-about-hypnobirthing-and-hypnobabies/" class="menu-link">19 Questions Moms Absolutely Want Answered About HypnoBirthing and Hypnobabies</a></li>
	<li id="menu-item-11301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11301"><a href="https://enjoybirth.com/faq-links-for-hypnobabies-moms/" class="menu-link">FAQ for Hypnobabies and HypnoBirthing Moms</a></li>
	<li id="menu-item-11870" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-11870"><a href="https://enjoybirth.com/my-favorite-hypnobirthing-birth-videos/" class="menu-link">My Favorite Hypnobabies Birth Videos</a></li>
</ul>
</li>
<li id="menu-item-11318" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11318"><a href="https://enjoybirth.com/moms-deserve-medals/" class="menu-link">Moms Deserve Medals</a></li>
<li id="menu-item-11292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11292"><a aria-expanded="false" href="https://enjoybirth.com/about-2/" class="menu-link">About Me</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-11317" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11317"><a href="https://enjoybirth.com/about-2/contact-me/" class="menu-link">Contact Me</a></li>
	<li id="menu-item-11293" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11293"><a href="https://enjoybirth.com/testimonials/" class="menu-link">Testimonials</a></li>
</ul>
</li>
</ul></div></nav></div></div>		</div>
									</div>
												</div>
					</div>
								</div>
			</div>
	</div> <!-- Main Header Bar Wrap -->
<div id="ast-mobile-header" class="ast-mobile-header-wrap " data-type="off-canvas">
		<div class="ast-main-header-wrap main-header-bar-wrap" >
		<div class="ast-primary-header-bar ast-primary-header main-header-bar site-primary-header-wrap site-header-focus-item ast-builder-grid-row-layout-default ast-builder-grid-row-tablet-layout-default ast-builder-grid-row-mobile-layout-default" data-section="section-primary-header-builder">
									<div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-builder-grid-row-no-center">
													<div class="site-header-primary-section-left site-header-section ast-flex site-header-section-left">
										<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline">
							<div
				class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope"				>
					<span class="site-logo-img"><a href="https://enjoybirth.com/" class="custom-logo-link" rel="home"><img width="150" height="43" data-src="https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1-150x43.png" class="custom-logo lazyload" alt="Enjoy Birth" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1-150x43.png 150w, https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1-300x87.png 300w, https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1.png 797w, https://enjoybirth.com/wp-content/uploads/2020/10/cropped-Enjoy-Birth-Logo-New-1-300x87@2x.png 600w" data-sizes="(max-width: 150px) 100vw, 150px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150/43;" /></a></span>				</div>
			<!-- .site-branding -->
					</div>
									</div>
																									<div class="site-header-primary-section-right site-header-section ast-flex ast-grid-right-section">
										<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-header-mobile-trigger">
						<div class="ast-button-wrap">
				<button
					type="button"
					class="menu-toggle main-header-menu-toggle ast-mobile-menu-trigger-minimal"
					aria-expanded="false"
					aria-label="Main menu toggle"
														>
					<span class="mobile-menu-toggle-icon">
						<span aria-hidden="true" class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-menu-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M3 13h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 7h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 19h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1z'></path></svg></span><span aria-hidden="true" class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span>					</span>
									</button>
			</div>
					</div>
									</div>
											</div>
						</div>
	</div>
	</div>
		</header><!-- #masthead -->
			<div id="content" class="site-content">
		<div class="ast-container">
			<div id="primary" class="content-area primary">
					<main id="main" class="site-main">
				<div class="ast-row"><article
class="post-10577 post type-post status-publish format-standard has-post-thumbnail hentry category-childbirth-education category-hypnobabies category-instructor category-podcast category-pregnancy ast-col-sm-12 ast-article-post" id="post-10577" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/a-baby-named-kegal-and-other-funny-stories/" aria-label="Read: A Baby Named Kegal and Other Funny Stories from Hypnobabies Classes!" ><img width="938" height="627" src="https://enjoybirth.com/wp-content/uploads/2021/02/2.png" class="attachment-large size-large wp-post-image" alt="surprised baby" itemprop="image" decoding="async" fetchpriority="high" srcset="https://enjoybirth.com/wp-content/uploads/2021/02/2.png 938w, https://enjoybirth.com/wp-content/uploads/2021/02/2-300x201.png 300w, https://enjoybirth.com/wp-content/uploads/2021/02/2-300x201@2x.png 600w" sizes="(max-width: 938px) 100vw, 938px" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/a-baby-named-kegal-and-other-funny-stories/" rel="bookmark">A Baby Named Kegal and Other Funny Stories from Hypnobabies Classes!</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>It was so much fun teaching Hypnobabies Childbirth Classes. I met so many great people and many are still my friends today! I have so many different funny and awesome stories from when I was a teacher.&nbsp;&nbsp; I compiled some of them together and shared them on this podcast episode.&nbsp;&nbsp; Here are a few of [&hellip;]</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/a-baby-named-kegal-and-other-funny-stories/"> <span class="screen-reader-text">A Baby Named Kegal and Other Funny Stories from Hypnobabies Classes!</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-8666 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-podcast category-pregnancy ast-col-sm-12 ast-article-post" id="post-8666" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/trust-your-body-and-baby/" aria-label="Read: Trust your body and baby, they know what to do" ><img width="1024" height="536" data-src="https://enjoybirth.com/wp-content/uploads/2012/10/free-birth-book-1-1024x536.png" class="attachment-large size-large wp-post-image lazyload" alt="reading free birth book" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2012/10/free-birth-book-1-1024x536.png 1024w, https://enjoybirth.com/wp-content/uploads/2012/10/free-birth-book-1-300x157.png 300w, https://enjoybirth.com/wp-content/uploads/2012/10/free-birth-book-1.png 1200w, https://enjoybirth.com/wp-content/uploads/2012/10/free-birth-book-1-300x157@2x.png 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/536;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/trust-your-body-and-baby/" rel="bookmark">Trust your body and baby, they know what to do</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
			<div class="entry-meta">			<span class="comments-link">
				<a href="https://enjoybirth.com/trust-your-body-and-baby/#comments">2 Comments</a>			</span>

			</div>		</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>Women have been birthing babies for thousands of years.&nbsp;&nbsp; Your body already knows how to birth a baby, but often our mind gets in the way of letting our body do what it knows how to do. How to strengthen yourself mentally for birth? Getting our mind out of the way may be easier said</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/trust-your-body-and-baby/"> <span class="screen-reader-text">Trust your body and baby, they know what to do</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-9206 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-podcast ast-col-sm-12 ast-article-post" id="post-9206" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/podcast-baby-names/" aria-label="Read: How the heck to choose the best name for your baby!" ><img width="1024" height="538" data-src="https://enjoybirth.com/wp-content/uploads/2012/12/21-1024x538.jpg" class="attachment-large size-large wp-post-image lazyload" alt="baby with idea" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2012/12/21-1024x538.jpg 1024w, https://enjoybirth.com/wp-content/uploads/2012/12/21-300x158.jpg 300w, https://enjoybirth.com/wp-content/uploads/2012/12/21.jpg 1200w, https://enjoybirth.com/wp-content/uploads/2012/12/21-300x158@2x.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/538;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/podcast-baby-names/" rel="bookmark">How the heck to choose the best name for your baby!</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>Picking a Name can be a challenge for some! I struggled with choosing names, all 3 of my boys were not named until days after they were born. So maybe I am not the best to give you tips on this! &nbsp;😉 &nbsp; But in the end we love the names we gave them. &nbsp;</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/podcast-baby-names/"> <span class="screen-reader-text">How the heck to choose the best name for your baby!</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-9197 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-podcast category-pregnancy ast-col-sm-12 ast-article-post" id="post-9197" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/podcast-003-moms-medals/" aria-label="Read: Moms Deserve a Medal, Especially You!" ><img width="400" height="291" data-src="https://enjoybirth.com/wp-content/uploads/2009/09/medal-and-bag.jpg" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2009/09/medal-and-bag.jpg 400w, https://enjoybirth.com/wp-content/uploads/2009/09/medal-and-bag-300x218.jpg 300w" data-sizes="(max-width: 400px) 100vw, 400px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 400px; --smush-placeholder-aspect-ratio: 400/291;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/podcast-003-moms-medals/" rel="bookmark">Moms Deserve a Medal, Especially You!</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>I know no one chooses to become a Mom, just so she can get a medal. Podcast about how Moms Deserve Medals came to be. I “love” to hate the&nbsp;My OB said What?&nbsp;blog. Here is one quote that really got my goat! “She doesn’t deserve a medal. She deserves a stamp on her forehead that</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/podcast-003-moms-medals/"> <span class="screen-reader-text">Moms Deserve a Medal, Especially You!</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-32 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-doula category-podcast tag-advantages-of-doulas tag-birth tag-doula ast-col-sm-12 ast-article-post" id="post-32" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/enjoy-birth-tip-1-get-a-birth-doula/" aria-label="Read: What is a Birth Doula and Why You Should Get One!" ><img width="1024" height="538" data-src="https://enjoybirth.com/wp-content/uploads/2007/12/24-1024x538.jpg" class="attachment-large size-large wp-post-image lazyload" alt="doula supporting mom" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2007/12/24-1024x538.jpg 1024w, https://enjoybirth.com/wp-content/uploads/2007/12/24-300x158.jpg 300w, https://enjoybirth.com/wp-content/uploads/2007/12/24.jpg 1200w, https://enjoybirth.com/wp-content/uploads/2007/12/24-300x158@2x.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/538;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/enjoy-birth-tip-1-get-a-birth-doula/" rel="bookmark">What is a Birth Doula and Why You Should Get One!</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
			<div class="entry-meta">			<span class="comments-link">
				<a href="https://enjoybirth.com/enjoy-birth-tip-1-get-a-birth-doula/#comments">1 Comment</a>			</span>

			</div>		</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>I have been a birth doula since 2006. &nbsp;In this episode I explain what a birth doula is and why you might want one!&nbsp; Having a&nbsp;birth doula can help you have a more enjoyable birth!&nbsp; The Advantage of having a Doula. Studies have shown the following benefits of having a doula present at birth: 45%</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/enjoy-birth-tip-1-get-a-birth-doula/"> <span class="screen-reader-text">What is a Birth Doula and Why You Should Get One!</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12514 post type-post status-publish format-standard has-post-thumbnail hentry category-baby-parenting-2 category-doula category-parenting-2 category-podcast ast-col-sm-12 ast-article-post" id="post-12514" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/3-tipto/" aria-label="Read: 3 Tips to Enjoy the 4th Trimester" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2023/01/EB-Maranda-1024x1024.jpg" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2023/01/EB-Maranda-1024x1024.jpg 1024w, https://enjoybirth.com/wp-content/uploads/2023/01/EB-Maranda-150x150@2x.jpg 300w, https://enjoybirth.com/wp-content/uploads/2023/01/EB-Maranda-150x150.jpg 150w, https://enjoybirth.com/wp-content/uploads/2023/01/EB-Maranda.jpg 1080w, https://enjoybirth.com/wp-content/uploads/2023/01/EB-Maranda-300x300@2x.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/3-tipto/" rel="bookmark">3 Tips to Enjoy the 4th Trimester</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>Maranda Bower was a wonderful guest to interview for the podcast.&nbsp; She is the CEO and founder of Postpartum University, supporting both mothers and professionals in health and whole body healing. &nbsp;She&#8217;s a renowned expert in top educator in the fields of functional nutrition and coaching in relation to postpartum, and is nicknamed The Womb</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/3-tipto/"> <span class="screen-reader-text">3 Tips to Enjoy the 4th Trimester</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12287 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-childbirth-education category-doula category-hypnobabies category-hypnobirth category-hypnobirthing category-hypnosis-for-childbirth category-podcast category-pregnancy ast-col-sm-12 ast-article-post" id="post-12287" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/how-my-passion-about-birth-can-help-you/" aria-label="Read: Here are 5 Ways my passion for birth can help You!" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2022/03/2-1024x1024.png" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2022/03/2-1024x1024.png 1024w, https://enjoybirth.com/wp-content/uploads/2022/03/2-150x150@2x.png 300w, https://enjoybirth.com/wp-content/uploads/2022/03/2-150x150.png 150w, https://enjoybirth.com/wp-content/uploads/2022/03/2.png 1080w, https://enjoybirth.com/wp-content/uploads/2022/03/2-300x300@2x.png 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/how-my-passion-about-birth-can-help-you/" rel="bookmark">Here are 5 Ways my passion for birth can help You!</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>I have been passionate about pregnancy and birth since I was a little girl. I was able to take that passion and focus it to become While I no longer actively teach or doula anymore I still love sharing wisdom and support with you, so you can have a better birth. I do this through</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/how-my-passion-about-birth-can-help-you/"> <span class="screen-reader-text">Here are 5 Ways my passion for birth can help You!</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12442 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-podcast category-pregnancy ast-col-sm-12 ast-article-post" id="post-12442" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/giving-birth-to-motherhood-interview-with-the-authors/" aria-label="Read: Giving Birth to Motherhood &#8211; Interview with the Authors" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-2-1024x1024.png" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-2-1024x1024.png 1024w, https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-2-150x150@2x.png 300w, https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-2-150x150.png 150w, https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-2.png 1080w, https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-2-300x300@2x.png 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/giving-birth-to-motherhood-interview-with-the-authors/" rel="bookmark">Giving Birth to Motherhood &#8211; Interview with the Authors</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>It was such a joy to interview Katie and Amie about their powerful new book. This book and journal, helps to lead you through documenting and processing your birth experience. Leading towards healing and hope. https://amiemccrackenauthor.com/ IG: @katie.rossler @amiemccracken</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/giving-birth-to-motherhood-interview-with-the-authors/"> <span class="screen-reader-text">Giving Birth to Motherhood &#8211; Interview with the Authors</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12436 post type-post status-publish format-standard has-post-thumbnail hentry category-baby-parenting-2 category-birth category-cesarean category-parenting-2 category-podcast tag-twins ast-col-sm-12 ast-article-post" id="post-12436" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/morgans-two-cesareans/" aria-label="Read: Morgan&#8217;s 2 positive cesarean births" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-1-1024x1024.png" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-1-1024x1024.png 1024w, https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-1-150x150@2x.png 300w, https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-1-150x150.png 150w, https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-1.png 1080w, https://enjoybirth.com/wp-content/uploads/2022/11/EB-Podcast-Insta-1-300x300@2x.png 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/morgans-two-cesareans/" rel="bookmark">Morgan&#8217;s 2 positive cesarean births</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>I am so excited to welcome Morgan to our podcast today. I&#8217;m going to do a quick introduction and then we&#8217;ll get started. So Morgan has been married to her wonderful husband for over five years and she has three kids under the age of three. She has twin girls and a little boy. And</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/morgans-two-cesareans/"> <span class="screen-reader-text">Morgan&#8217;s 2 positive cesarean births</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12422 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-cesarean category-podcast ast-col-sm-12 ast-article-post" id="post-12422" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/12-tips-for-a-positive-cesarean-birth/" aria-label="Read: 12 Tips for a Positive Cesarean Birth" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2022/09/EB-Podcast-Insta-1024x1024.png" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2022/09/EB-Podcast-Insta-1024x1024.png 1024w, https://enjoybirth.com/wp-content/uploads/2022/09/EB-Podcast-Insta-150x150@2x.png 300w, https://enjoybirth.com/wp-content/uploads/2022/09/EB-Podcast-Insta-150x150.png 150w, https://enjoybirth.com/wp-content/uploads/2022/09/EB-Podcast-Insta.png 1080w, https://enjoybirth.com/wp-content/uploads/2022/09/EB-Podcast-Insta-300x300@2x.png 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/12-tips-for-a-positive-cesarean-birth/" rel="bookmark">12 Tips for a Positive Cesarean Birth</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>I am excited to share this excerpt written by me from the book The Gift of Giving Life. I had a cesarean with my first. I am passionate about sharing all types of birth experiences and letting moms know that all types of birth can be positive Here are the tips I share to create</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/12-tips-for-a-positive-cesarean-birth/"> <span class="screen-reader-text">12 Tips for a Positive Cesarean Birth</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-11362 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-birth-stories category-birth-video-birth category-comfortable category-doula category-hypnobabies category-hypnosis-for-childbirth category-podcast category-vbac tag-hypno-doula tag-hypnobabies-practice tag-hypnobirth tag-hypnobirthing tag-hypnosis-and-childbirth ast-col-sm-12 ast-article-post" id="post-11362" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/brysons-peaceful-hypnobabies-birth/" aria-label="Read: Bryson&#8217;s Peaceful Hypnobabies Hospital Birth" ><img width="1024" height="538" data-src="https://enjoybirth.com/wp-content/uploads/2021/05/bryson-birth-1024x538.jpg" class="attachment-large size-large wp-post-image lazyload" alt="bryson and sheridan after birth" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2021/05/bryson-birth-1024x538.jpg 1024w, https://enjoybirth.com/wp-content/uploads/2021/05/bryson-birth-300x158.jpg 300w, https://enjoybirth.com/wp-content/uploads/2021/05/bryson-birth.jpg 1200w, https://enjoybirth.com/wp-content/uploads/2021/05/bryson-birth-300x158@2x.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/538;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/brysons-peaceful-hypnobabies-birth/" rel="bookmark">Bryson&#8217;s Peaceful Hypnobabies Hospital Birth</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>Positive Birth Story I had a lot of pre-labor before I actually gave birth. Saturday Night (October 15th), I was up a lot with pressure waves. I ended up not going to church and trying to rest on Sunday. Of course they slowed down during the day. Sunday night I had more of the same</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/brysons-peaceful-hypnobabies-birth/"> <span class="screen-reader-text">Bryson&#8217;s Peaceful Hypnobabies Hospital Birth</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12427 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-cesarean ast-col-sm-12 ast-article-post" id="post-12427" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/kristy-positive-breech-cesarean/" aria-label="Read: Kristy Shares her Positive Breech Cesarean Birth Story" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2022/09/EB-Quotes-1-1024x1024.png" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2022/09/EB-Quotes-1-1024x1024.png 1024w, https://enjoybirth.com/wp-content/uploads/2022/09/EB-Quotes-1-150x150@2x.png 300w, https://enjoybirth.com/wp-content/uploads/2022/09/EB-Quotes-1-150x150.png 150w, https://enjoybirth.com/wp-content/uploads/2022/09/EB-Quotes-1.png 1080w, https://enjoybirth.com/wp-content/uploads/2022/09/EB-Quotes-1-300x300@2x.png 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/kristy-positive-breech-cesarean/" rel="bookmark">Kristy Shares her Positive Breech Cesarean Birth Story</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>I met Krysti on the Hypnobabies Yahoo Group.&nbsp; She was planning a natural birth, but her baby was persistently breech.&nbsp; It was interesting watching her journey as she had to make tough choices in regards to her babies birth.&nbsp; I was excited to read her birth story and see how in the end she had</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/kristy-positive-breech-cesarean/"> <span class="screen-reader-text">Kristy Shares her Positive Breech Cesarean Birth Story</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12415 post type-post status-publish format-standard has-post-thumbnail hentry category-podcast category-pregnancy tag-nausea-during-pregnancy tag-vomiting-during-pregnancy ast-col-sm-12 ast-article-post" id="post-12415" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/when-pregnancy-is-hard-hg/" aria-label="Read: When Pregnancy is Hard &#8211; Hyperemesis Gravidarum" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2022/09/GOGL-Inst-for-Aug-and-Sept-33-1024x1024.jpg" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2022/09/GOGL-Inst-for-Aug-and-Sept-33-1024x1024.jpg 1024w, https://enjoybirth.com/wp-content/uploads/2022/09/GOGL-Inst-for-Aug-and-Sept-33-150x150@2x.jpg 300w, https://enjoybirth.com/wp-content/uploads/2022/09/GOGL-Inst-for-Aug-and-Sept-33-150x150.jpg 150w, https://enjoybirth.com/wp-content/uploads/2022/09/GOGL-Inst-for-Aug-and-Sept-33.jpg 1080w, https://enjoybirth.com/wp-content/uploads/2022/09/GOGL-Inst-for-Aug-and-Sept-33-300x300@2x.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/when-pregnancy-is-hard-hg/" rel="bookmark">When Pregnancy is Hard &#8211; Hyperemesis Gravidarum</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>I try to keep most of my posts positive, but love to also share resources for moms who are having challenging experiences as well. So be aware this post and podcast episode is geared towards moms having extreme nausea and sickness during their pregnancy. If this isn&#8217;t you, feel free to skip it. If it</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/when-pregnancy-is-hard-hg/"> <span class="screen-reader-text">When Pregnancy is Hard &#8211; Hyperemesis Gravidarum</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12322 post type-post status-publish format-standard has-post-thumbnail hentry category-birth category-birth-stories category-hypnobabies category-podcast ast-col-sm-12 ast-article-post" id="post-12322" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/affirmations-and-visualizations-help-this-8th-time-mom-have-her-first-homebirth/" aria-label="Read: Affirmations and Visualizations help this 8th time Mom have her first HomeBirth!" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2022/09/maile-1024x1024.png" class="attachment-large size-large wp-post-image lazyload" alt="" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2022/09/maile-1024x1024.png 1024w, https://enjoybirth.com/wp-content/uploads/2022/09/maile-150x150@2x.png 300w, https://enjoybirth.com/wp-content/uploads/2022/09/maile-150x150.png 150w, https://enjoybirth.com/wp-content/uploads/2022/09/maile.png 1080w, https://enjoybirth.com/wp-content/uploads/2022/09/maile-300x300@2x.png 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/affirmations-and-visualizations-help-this-8th-time-mom-have-her-first-homebirth/" rel="bookmark">Affirmations and Visualizations help this 8th time Mom have her first HomeBirth!</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>This is an excerpt from an interview I did with Maile on The Gift of Giving Life podcast. She is a Hypnobabies mom, so I asked if I could share her story here too. She said yes. I pulled out the parts about Affirmations and Spiritual Creation (Visualization) for this episode. The power of affirmations</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/affirmations-and-visualizations-help-this-8th-time-mom-have-her-first-homebirth/"> <span class="screen-reader-text">Affirmations and Visualizations help this 8th time Mom have her first HomeBirth!</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
<article
class="post-12343 post type-post status-publish format-standard has-post-thumbnail hentry category-baby-parenting-2 category-parenting-2 category-podcast ast-col-sm-12 ast-article-post" id="post-12343" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<div class="ast-post-format- blog-layout-1 ast-article-inner">
	<div class="post-content ast-col-md-12" >
		<div class="ast-blog-featured-section post-thumb ast-blog-single-element"><div class="post-thumb-img-content post-thumb"><a href="https://enjoybirth.com/ab-lab-orchid/" aria-label="Read: There is Hope for Pelvic Floor Issues!" ><img width="1024" height="1024" data-src="https://enjoybirth.com/wp-content/uploads/2022/06/GOGL-Inst-for-Aug-and-Sept-16-1024x1024.jpg" class="attachment-large size-large wp-post-image lazyload" alt="pelvic floor" itemprop="image" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2022/06/GOGL-Inst-for-Aug-and-Sept-16-1024x1024.jpg 1024w, https://enjoybirth.com/wp-content/uploads/2022/06/GOGL-Inst-for-Aug-and-Sept-16-150x150@2x.jpg 300w, https://enjoybirth.com/wp-content/uploads/2022/06/GOGL-Inst-for-Aug-and-Sept-16-150x150.jpg 150w, https://enjoybirth.com/wp-content/uploads/2022/06/GOGL-Inst-for-Aug-and-Sept-16.jpg 1080w, https://enjoybirth.com/wp-content/uploads/2022/06/GOGL-Inst-for-Aug-and-Sept-16-300x300@2x.jpg 600w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/1024;" /></a></div></div><h2 class="entry-title ast-blog-single-element" itemprop="headline"><a href="https://enjoybirth.com/ab-lab-orchid/" rel="bookmark">There is Hope for Pelvic Floor Issues!</a></h2>		<header class="entry-header ast-blog-single-element ast-blog-meta-container">
					</header><!-- .entry-header -->
					<div class="ast-excerpt-container ast-blog-single-element">
				<p>&nbsp;This is part two of my interview with Orchid Cameron, and she shares some great tips for postnatal exercises. That can help women not only immediately after birth, but here I am 16 years later after my last birth and I have a problem with sneeze peeing and she has a solution for me that</p>
<div class='sfsiaftrpstwpr' style=''><div class='sfsi_plus_Sicons left' style='float:left'></div></div>			</div>
		<p class="ast-blog-single-element ast-read-more-container read-more"> <a class="" href="https://enjoybirth.com/ab-lab-orchid/"> <span class="screen-reader-text">There is Hope for Pelvic Floor Issues!</span> Read More »</a></p>		<div class="entry-content clear"
		itemprop="text"		>
					</div><!-- .entry-content .clear -->
	</div><!-- .post-content -->
</div> <!-- .blog-layout-1 -->
	</article><!-- #post-## -->
</div>			</main><!-- #main -->
			<div class='ast-pagination'><nav class="navigation pagination" aria-label="Post pagination">
				<div class="nav-links"><span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://enjoybirth.com/blog/page/2/">2</a>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="https://enjoybirth.com/blog/page/65/">65</a>
<a class="next page-numbers" href="https://enjoybirth.com/blog/page/2/">Next <span class="ast-right-arrow" aria-hidden="true">&rarr;</span></a></div>
		</nav></div>	</div><!-- #primary -->
<div class="widget-area secondary" id="secondary" itemtype="https://schema.org/WPSideBar" itemscope="itemscope">
	<div class="sidebar-main" >
		
		<aside id="search-2" class="widget widget_search"><h2 class="widget-title">Search</h2><form role="search" method="get" class="search-form" action="https://enjoybirth.com/">
	<label for="search-field">
		<span class="screen-reader-text">Search for:</span>
		<input type="search" id="search-field-sticky" class="search-field"   placeholder="Search..." value="" name="s" tabindex="-1">
			</label>
			<input type="submit" class="search-submit" value="Search">
	</form>
</aside><aside id="categories-5" class="widget widget_categories"><h2 class="widget-title">Categories</h2><form action="https://enjoybirth.com" method="get"><label class="screen-reader-text" for="cat">Categories</label><select  name='cat' id='cat' class='postform'>
	<option value='-1'>Select Category</option>
	<option class="level-0" value="444">Baby</option>
	<option class="level-0" value="4">Birth</option>
	<option class="level-0" value="16">Birth Care Provider</option>
	<option class="level-0" value="360">Birth Location</option>
	<option class="level-0" value="28">Birth Stories</option>
	<option class="level-0" value="463">Birth Video</option>
	<option class="level-0" value="29">Births Attended</option>
	<option class="level-0" value="434">Breastfeeding</option>
	<option class="level-0" value="520">breech</option>
	<option class="level-0" value="38">Cesarean</option>
	<option class="level-0" value="10">Childbirth Education</option>
	<option class="level-0" value="17">Choose Wisely</option>
	<option class="level-0" value="492">comfortable</option>
	<option class="level-0" value="491">completely comfortable</option>
	<option class="level-0" value="5">Doula</option>
	<option class="level-0" value="33">Hypnobabies</option>
	<option class="level-0" value="515">Hypnobirth</option>
	<option class="level-0" value="514">HypnoBirthing</option>
	<option class="level-0" value="513">Hypnosis for Childbirth</option>
	<option class="level-0" value="519">Induction</option>
	<option class="level-0" value="476">Instructor</option>
	<option class="level-0" value="14">Life-As</option>
	<option class="level-0" value="500">manageable discomfort</option>
	<option class="level-0" value="431">Parenting</option>
	<option class="level-0" value="475">Podcast</option>
	<option class="level-0" value="6">Pregnancy</option>
	<option class="level-0" value="302">Reviews</option>
	<option class="level-0" value="450">Simplify</option>
	<option class="level-0" value="490">Teenagers</option>
	<option class="level-0" value="1">Uncategorized</option>
	<option class="level-0" value="40">VBAC</option>
</select>
</form><script>
( ( dropdownId ) => {
	const dropdown = document.getElementById( dropdownId );
	function onSelectChange() {
		setTimeout( () => {
			if ( 'escape' === dropdown.dataset.lastkey ) {
				return;
			}
			if ( dropdown.value && parseInt( dropdown.value ) > 0 && dropdown instanceof HTMLSelectElement ) {
				dropdown.parentElement.submit();
			}
		}, 250 );
	}
	function onKeyUp( event ) {
		if ( 'Escape' === event.key ) {
			dropdown.dataset.lastkey = 'escape';
		} else {
			delete dropdown.dataset.lastkey;
		}
	}
	function onClick() {
		delete dropdown.dataset.lastkey;
	}
	dropdown.addEventListener( 'keyup', onKeyUp );
	dropdown.addEventListener( 'click', onClick );
	dropdown.addEventListener( 'change', onSelectChange );
})( "cat" );

//# sourceURL=WP_Widget_Categories%3A%3Awidget
</script>
</aside><aside id="media_image-5" class="widget widget_media_image"><h2 class="widget-title">Get This Awesome Book free when you subscribe! :)</h2><a href="https://enjoybirth.com/free-book/" data-wpel-link="internal"><img width="200" height="300" data-src="https://enjoybirth.com/wp-content/uploads/2019/02/enjoyYOURbirth-new-cover-200x300.jpg" class="image wp-image-10413  attachment-medium size-medium lazyload" alt="Cover of The Top Three Tips to Enjoy Your Birth" style="--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200/300;max-width: 100%; height: auto;" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2019/02/enjoyYOURbirth-new-cover-200x300.jpg 200w, https://enjoybirth.com/wp-content/uploads/2019/02/enjoyYOURbirth-new-cover-683x1024.jpg 683w, https://enjoybirth.com/wp-content/uploads/2019/02/enjoyYOURbirth-new-cover-scaled.jpg 1707w, https://enjoybirth.com/wp-content/uploads/2019/02/enjoyYOURbirth-new-cover-200x300@2x.jpg 400w, https://enjoybirth.com/wp-content/uploads/2019/02/enjoyYOURbirth-new-cover-683x1024@2x.jpg 1366w" data-sizes="(max-width: 200px) 100vw, 200px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" /></a></aside><aside id="media_image-10" class="widget widget_media_image"><h2 class="widget-title">&#038; Get free access to your class</h2><a href="https://enjoybirth.com/free-book/" data-wpel-link="internal"><img width="125" height="125" data-src="https://enjoybirth.com/wp-content/uploads/2012/11/kyo-button.jpg" class="image wp-image-9332  attachment-full size-full lazyload" alt="know your options childbirth class link" style="--smush-placeholder-width: 125px; --smush-placeholder-aspect-ratio: 125/125;max-width: 100%; height: auto;" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" /></a></aside><aside id="sfsi-plus-widget-2" class="widget sfsi_plus"><h2 class="widget-title">Please follow &#038; like us :)</h2>            <div class="sfsi_plus_widget" data-position="widget">
                <div id='sfsi_plus_wDiv'></div>
                        <script>
            window.addEventListener('sfsi_plus_functions_loaded', function () {
                if (typeof sfsi_plus_widget_set == 'function') {
                    sfsi_plus_widget_set();
                }
            })
        </script>
    <div class="sfsiplus_norm_row sfsi_plus_wDiv"  style="width:225px;position:absolute;;text-align:left"><div style='width:40px; height:auto;margin-left:5px;margin-bottom:5px;' class='sfsi_plus_wicons shuffeldiv1 '><div class='sfsiplus_inerCnt'><a class="sficn1" data-effect="" target="_blank" href="https://enjoybirth.com/feed/" style="width:40px; height:40px;opacity:1;" data-wpel-link="internal"><img alt='RSS' title='RSS' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/icons_theme/default/default_rss.png' width='40' height='40' class='sfcm sfsi_wicon sfsiplusid_round_icon_rss lazyload' data-effect='' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' style='--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40/40;' /></a></div></div><div style='width:40px; height:auto;margin-left:5px;margin-bottom:5px;' class='sfsi_plus_wicons shuffeldiv1 '><div class='sfsiplus_inerCnt'><a class="sficn1" data-effect="" target="_blank" href="https://www.facebook.com/EnjoyYourBirth" style="width:40px; height:40px;opacity:1;" data-wpel-link="external" rel="external noopener noreferrer"><img alt='Facebook' title='Facebook' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/icons_theme/default/default_fb.png' width='40' height='40' class='sfcm sfsi_wicon sfsiplusid_round_icon_facebook lazyload' data-effect='' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' style='--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40/40;' /></a><div class="sfsi_plus_tool_tip_2 sfsi_plus_fb_tool_bdr sfsi_plus_Tlleft sfsiplusid_facebook" style="display:block;width:62px;opacity:0;z-index:-1;"><span class="bot_arow bot_fb_arow"></span><div class="sfsi_plus_inside"><div  class='icon1'><a href="https://www.facebook.com/EnjoyYourBirth" target="_blank" data-wpel-link="external" rel="external noopener noreferrer"><img class='sfsi_plus_wicon lazyload' alt='Facebook' title='Facebook' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/visit_icons/Visit_us_fb/icon_Visit_us_en_US.png' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' style='--smush-placeholder-width: 93px; --smush-placeholder-aspect-ratio: 93/23;' /></a></div><div  class='icon3'><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fenjoybirth.com%2Fblog" style="display:inline-block;" data-wpel-link="external" rel="external noopener noreferrer"> <img class='sfsi_wicon lazyload'  data-pin-nopin='true' width='auto' height='auto' alt='fb-share-icon' title='Facebook Share' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/share_icons/fb_icons/en_US.svg'' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' /></a></div></div></div></div></div><div style='width:40px; height:auto;margin-left:5px;margin-bottom:5px;' class='sfsi_plus_wicons shuffeldiv1 '><div class='sfsiplus_inerCnt'><a class="sficn1" data-effect="" target="_blank" href="https://www.youtube.com/user/EnjoyBirth" style="width:40px; height:40px;opacity:1;" data-wpel-link="external" rel="external noopener noreferrer"><img alt='YouTube' title='YouTube' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/icons_theme/default/default_youtube.png' width='40' height='40' class='sfcm sfsi_wicon sfsiplusid_round_icon_youtube lazyload' data-effect='' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' style='--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40/40;' /></a></div></div><div style='width:40px; height:auto;margin-left:5px;margin-bottom:5px;' class='sfsi_plus_wicons shuffeldiv1 '><div class='sfsiplus_inerCnt'><a class="sficn1" data-effect="" href="javascript:void(0);" style="width:40px; height:40px;opacity:1;" data-wpel-link="internal"><img alt='Pinterest' title='Pinterest' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/icons_theme/default/default_pinterest.png' width='40' height='40' class='sfcm sfsi_wicon sfsiplusid_round_icon_pinterest lazyload' data-effect='' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' style='--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40/40;' /></a><div class="sfsi_plus_tool_tip_2 sfsi_plus_printst_tool_bdr sfsi_plus_Tlleft sfsiplusid_pinterest" style="display:block;width:73px;opacity:0;z-index:-1;"><span class="bot_arow bot_pintst_arow"></span><div class="sfsi_plus_inside"><div  class='icon1'><a href="https://www.pinterest.com/enjoybirth/_created/" target="_blank" data-wpel-link="external" rel="external noopener noreferrer"><img data-pin-nopin='true' class='sfsi_wicon lazyload'  alt='Pinterest' title='Pinterest' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/visit_icons/pinterest.png' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' style='--smush-placeholder-width: 64px; --smush-placeholder-aspect-ratio: 64/22;' /></a></div><div  class='icon2'><a data-pin-custom="true" href="https://www.pinterest.com/pin/create/button/?url=https://enjoybirth.com/blog" target="_blank" data-wpel-link="external" rel="external noopener noreferrer"><img class='sfsi_wicon lazyload' data-pin-nopin='true' alt='fb-share-icon' title='Pin Share' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/share_icons/Pinterest_Save/en_US_save.svg' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' /></a></div></div></div></div></div><div style='width:40px; height:auto;margin-left:5px;margin-bottom:5px;' class='sfsi_plus_wicons shuffeldiv1 '><div class='sfsiplus_inerCnt'><a class="sficn1" data-effect="" target="_blank" href="https://www.instagram.com/enjoybirth/" style="width:40px; height:40px;opacity:1;" data-wpel-link="external" rel="external noopener noreferrer"><img alt='Instagram' title='Instagram' data-src='https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/images/icons_theme/default/default_instagram.png' width='40' height='40' class='sfcm sfsi_wicon sfsiplusid_round_icon_instagram lazyload' data-effect='' src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==' style='--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40/40;' /></a></div></div></div ><div id="sfsi_holder" class="sfsi_plus_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script></script>                <div style="clear: both;"></div>
            </div>
            </aside><aside id="media_image-4" class="widget widget_media_image"><h2 class="widget-title">My Other Birth Books</h2><a href="https://amzn.to/3k8uyyf" data-wpel-link="external" rel="external noopener noreferrer"><img width="200" height="300" data-src="https://enjoybirth.com/wp-content/uploads/2019/02/cover-200x300.jpg" class="image wp-image-10442  attachment-medium size-medium lazyload" alt="Cover of hypnosis for pregnancy and birth book" style="--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200/300;max-width: 100%; height: auto;" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2019/02/cover-200x300.jpg 200w, https://enjoybirth.com/wp-content/uploads/2019/02/cover-683x1024.jpg 683w, https://enjoybirth.com/wp-content/uploads/2019/02/cover.jpg 734w, https://enjoybirth.com/wp-content/uploads/2019/02/cover-200x300@2x.jpg 400w" data-sizes="(max-width: 200px) 100vw, 200px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" /></a></aside><aside id="media_image-3" class="widget widget_media_image"><a href="https://amzn.to/3bxK2bp" data-wpel-link="external" rel="external noopener noreferrer"><img width="200" height="300" data-src="https://enjoybirth.com/wp-content/uploads/2019/02/babyandhand-200x300.jpg" class="image wp-image-10443  attachment-medium size-medium lazyload" alt="Book Cover of The Gift of Giving Life" style="--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200/300;max-width: 100%; height: auto;" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2019/02/babyandhand-200x300.jpg 200w, https://enjoybirth.com/wp-content/uploads/2019/02/babyandhand.jpg 432w, https://enjoybirth.com/wp-content/uploads/2019/02/babyandhand-200x300@2x.jpg 400w" data-sizes="(max-width: 200px) 100vw, 200px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" /></a></aside><aside id="media_image-6" class="widget widget_media_image"><h2 class="widget-title">Buy a Medal Here!</h2><a href="https://www.etsy.com/listing/1752686142/medals-for-new-moms" data-wpel-link="external" rel="external noopener noreferrer"><img width="150" height="150" data-src="https://enjoybirth.com/wp-content/uploads/2021/02/Moms-Deserve-Medals-150x150.png" class="image wp-image-10648  attachment-thumbnail size-thumbnail lazyload" alt="button to buy a medal for a mom" style="--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150/150;max-width: 100%; height: auto;" title="Buy a Medal Here!" decoding="async" data-srcset="https://enjoybirth.com/wp-content/uploads/2021/02/Moms-Deserve-Medals-150x150.png 150w, https://enjoybirth.com/wp-content/uploads/2021/02/Moms-Deserve-Medals-300x300.png 300w, https://enjoybirth.com/wp-content/uploads/2021/02/Moms-Deserve-Medals-1024x1024.png 1024w, https://enjoybirth.com/wp-content/uploads/2021/02/Moms-Deserve-Medals.png 1080w, https://enjoybirth.com/wp-content/uploads/2021/02/Moms-Deserve-Medals-300x300@2x.png 600w" data-sizes="(max-width: 150px) 100vw, 150px" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" /></a></aside>
	</div><!-- .sidebar-main -->
</div><!-- #secondary -->
	</div> <!-- ast-container -->
	</div><!-- #content -->
		<div id="ast-mobile-popup-wrapper">
			<div id="ast-mobile-popup" class="ast-mobile-popup-drawer content-align-flex-start ast-mobile-popup-right">
			<div class="ast-mobile-popup-overlay"></div>
			<div class="ast-mobile-popup-inner">
					<div class="ast-mobile-popup-header">
						<button type="button" id="menu-toggle-close" class="menu-toggle-close" aria-label="Close menu" tabindex="0">
							<span class="ast-svg-iconset">
								<span aria-hidden="true" class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span>							</span>
						</button>
					</div>
					<div class="ast-mobile-popup-content">
								<div class="ast-builder-menu-mobile ast-builder-menu ast-builder-menu-mobile-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-header-mobile-menu">
			<div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="ast-mobile-site-navigation" aria-label="Site Navigation: Mobile Menu" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation"><ul id="ast-hf-mobile-menu" class="main-header-menu ast-nav-menu ast-flex  submenu-with-border astra-menu-animation-fade  stack-on-mobile"><li id="menu-item-11547" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-11547"><a href="https://enjoybirth.com/" class="menu-link">Welcome</a></li>
<li id="menu-item-11544" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11544"><a href="https://enjoybirth.com/free-book/" class="menu-link">Free – Enjoy Birth Book</a></li>
<li id="menu-item-11545" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11545"><a aria-expanded="false" href="https://enjoybirth.com/what-is-hypnobabies/" class="menu-link">What IS Hypnobabies?</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-11868" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11868"><a href="https://enjoybirth.com/where-to-find-a-hypnobabies-class/" class="menu-link">Where to find a Hypnobabies Class</a></li>
	<li id="menu-item-12094" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12094"><a href="https://enjoybirth.com/hypnobabies-coupon-code/" class="menu-link">Hypnobabies Coupon Code</a></li>
</ul>
</li>
<li id="menu-item-11546" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-11546"><a aria-expanded="false" href="https://enjoybirth.com/podcast/" class="menu-link">Podcast Episodes</a><button class="ast-menu-toggle" aria-expanded="false" aria-label="Toggle Menu"><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-11955" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-11955"><a href="https://enjoybirth.com/exciting-news-my-new-birth-podcast-has-arrived/" class="menu-link">Subscribe to Podcast</a></li>
</ul>
</li>
<li id="menu-item-11548" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11548"><a href="https://enjoybirth.com/about-2/contact-me/" class="menu-link">Contact Me</a></li>
</ul></div></nav></div></div>		</div>
							</div>
					<div class="ast-desktop-popup-content">
											</div>
				</div>
		</div>
		</div>

		<footer
class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon">
			<div class="site-below-footer-wrap ast-builder-grid-row-container site-footer-focus-item ast-builder-grid-row-full ast-builder-grid-row-tablet-full ast-builder-grid-row-mobile-full ast-footer-row-stack ast-footer-row-tablet-stack ast-footer-row-mobile-stack" data-section="section-below-footer-builder">
	<div class="ast-builder-grid-row-container-inner">
					<div class="ast-builder-footer-grid-columns site-below-footer-inner-wrap ast-builder-grid-row">
											<div class="site-footer-below-section-1 site-footer-section site-footer-section-1">
								<div class="ast-builder-layout-element ast-flex site-footer-focus-item ast-footer-copyright" data-section="section-footer-builder">
				<div class="ast-footer-copyright"><p>Copyright &copy; 2026 Enjoy Birth | Powered by <a href="https://wpastra.com" rel="nofollow noopener" target="_blank">Astra WordPress Theme</a></p>
</div>			</div>
						</div>
										</div>
			</div>

</div>
	</footer><!-- #colophon -->
	</div><!-- #page -->
<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/astra/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script>
	window.addEventListener('sfsi_plus_functions_loaded', function() {
		if (typeof sfsi_plus_responsive_toggle == 'function') {
			sfsi_plus_responsive_toggle(0);
			// console.log('sfsi_plus_responsive_toggle');
		}
	})
</script>

<div id="mv-grow-data" data-settings='{&quot;general&quot;:{&quot;contentSelector&quot;:false,&quot;show_count&quot;:{&quot;content&quot;:false,&quot;sidebar&quot;:false},&quot;isTrellis&quot;:false,&quot;license_last4&quot;:&quot;&quot;},&quot;post&quot;:null,&quot;shareCounts&quot;:[],&quot;shouldRun&quot;:false,&quot;buttonSVG&quot;:{&quot;share&quot;:{&quot;height&quot;:32,&quot;width&quot;:26,&quot;paths&quot;:[&quot;M20.8 20.8q1.984 0 3.392 1.376t1.408 3.424q0 1.984-1.408 3.392t-3.392 1.408-3.392-1.408-1.408-3.392q0-0.192 0.032-0.448t0.032-0.384l-8.32-4.992q-1.344 1.024-2.944 1.024-1.984 0-3.392-1.408t-1.408-3.392 1.408-3.392 3.392-1.408q1.728 0 2.944 0.96l8.32-4.992q0-0.128-0.032-0.384t-0.032-0.384q0-1.984 1.408-3.392t3.392-1.408 3.392 1.376 1.408 3.424q0 1.984-1.408 3.392t-3.392 1.408q-1.664 0-2.88-1.024l-8.384 4.992q0.064 0.256 0.064 0.832 0 0.512-0.064 0.768l8.384 4.992q1.152-0.96 2.88-0.96z&quot;]},&quot;facebook&quot;:{&quot;height&quot;:32,&quot;width&quot;:18,&quot;paths&quot;:[&quot;M17.12 0.224v4.704h-2.784q-1.536 0-2.080 0.64t-0.544 1.92v3.392h5.248l-0.704 5.28h-4.544v13.568h-5.472v-13.568h-4.544v-5.28h4.544v-3.904q0-3.328 1.856-5.152t4.96-1.824q2.624 0 4.064 0.224z&quot;]},&quot;twitter&quot;:{&quot;height&quot;:28,&quot;width&quot;:32,&quot;paths&quot;:[&quot;M25.2,1.5h4.9l-10.7,12.3,12.6,16.7h-9.9l-7.7-10.1-8.8,10.1H.6l11.5-13.1L0,1.5h10.1l7,9.2L25.2,1.5ZM23.5,27.5h2.7L8.6,4.3h-2.9l17.8,23.2Z&quot;]},&quot;pinterest&quot;:{&quot;height&quot;:32,&quot;width&quot;:23,&quot;paths&quot;:[&quot;M0 10.656q0-1.92 0.672-3.616t1.856-2.976 2.72-2.208 3.296-1.408 3.616-0.448q2.816 0 5.248 1.184t3.936 3.456 1.504 5.12q0 1.728-0.32 3.36t-1.088 3.168-1.792 2.656-2.56 1.856-3.392 0.672q-1.216 0-2.4-0.576t-1.728-1.568q-0.16 0.704-0.48 2.016t-0.448 1.696-0.352 1.28-0.48 1.248-0.544 1.12-0.832 1.408-1.12 1.536l-0.224 0.096-0.16-0.192q-0.288-2.816-0.288-3.36 0-1.632 0.384-3.68t1.184-5.152 0.928-3.616q-0.576-1.152-0.576-3.008 0-1.504 0.928-2.784t2.368-1.312q1.088 0 1.696 0.736t0.608 1.824q0 1.184-0.768 3.392t-0.8 3.36q0 1.12 0.8 1.856t1.952 0.736q0.992 0 1.824-0.448t1.408-1.216 0.992-1.696 0.672-1.952 0.352-1.984 0.128-1.792q0-3.072-1.952-4.8t-5.12-1.728q-3.552 0-5.952 2.304t-2.4 5.856q0 0.8 0.224 1.536t0.48 1.152 0.48 0.832 0.224 0.544q0 0.48-0.256 1.28t-0.672 0.8q-0.032 0-0.288-0.032-0.928-0.288-1.632-0.992t-1.088-1.696-0.576-1.92-0.192-1.92z&quot;]}}}'></div>			<script>
			/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
			</script>
			<script id="astra-theme-js-js-extra">
var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout","is_dark_palette":""};
//# sourceURL=astra-theme-js-js-extra
</script>
<script src="https://enjoybirth.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.13.0" id="astra-theme-js-js"></script>
<script src="https://enjoybirth.com/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=3.1.17" id="coblocks-animation-js"></script>
<script src="https://enjoybirth.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script src="https://enjoybirth.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script src="https://enjoybirth.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5" id="swv-js"></script>
<script id="contact-form-7-js-before">
var wpcf7 = {
    "api": {
        "root": "https:\/\/enjoybirth.com\/wp-json\/",
        "namespace": "contact-form-7\/v1"
    },
    "cached": 1
};
//# sourceURL=contact-form-7-js-before
</script>
<script src="https://enjoybirth.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5" id="contact-form-7-js"></script>
<script id="pt-cv-content-views-script-js-extra">
var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"a2ffa34dd0","is_admin":"","is_mobile":"","ajaxurl":"https://enjoybirth.com/wp-admin/admin-ajax.php","lang":"","loading_image_src":"data:image/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM/DJKZNLND/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw=="};
var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"};
//# sourceURL=pt-cv-content-views-script-js-extra
</script>
<script src="https://enjoybirth.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=4.3" id="pt-cv-content-views-script-js"></script>
<script src="https://enjoybirth.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script src="https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/js/shuffle/modernizr.custom.min.js?ver=48b40c72e2273dc46ad905c70a5d0108" id="SFSIPLUSjqueryModernizr-js"></script>
<script id="SFSIPLUSCustomJs-js-extra">
var sfsi_plus_ajax_object = {"ajax_url":"https://enjoybirth.com/wp-admin/admin-ajax.php","plugin_url":"https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/","rest_url":"https://enjoybirth.com/wp-json/"};
var sfsi_plus_links = {"admin_url":"https://enjoybirth.com/wp-admin/","plugin_dir_url":"https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/","rest_url":"https://enjoybirth.com/wp-json/","pretty_perma":"yes"};
//# sourceURL=SFSIPLUSCustomJs-js-extra
</script>
<script src="https://enjoybirth.com/wp-content/plugins/ultimate-social-media-plus/js/custom.js?ver=3.7.1" id="SFSIPLUSCustomJs-js"></script>
<script id="wpel-front-js-extra">
var wp_external_links = {"background":"#FFFFFF","title":"You are leaving the website","title_color":"#FFF","title_background":"#999","title_size":"18","text":"This link leads outside the https://enjoybirth.com/ website and we are not responsible for that content. If you still want to visit this link, click here:","text_color":"#444","text_size":"12","popup_width":"400","popup_height":"200","overlay":"1","overlay_color":"#000","button_background":"#888","button_color":"#FFF","button_text":"Stay on website","button_size":"14","continue_button":"","continue_button_text":"Continue"};
//# sourceURL=wpel-front-js-extra
</script>
<script src="https://enjoybirth.com/wp-content/plugins/wp-external-links/public/js/wpel-front.js?ver=48b40c72e2273dc46ad905c70a5d0108" id="wpel-front-js"></script>
<script id="smush-lazy-load-js-before">
var smushLazyLoadOptions = {"autoResizingEnabled":false,"autoResizeOptions":{"precision":5,"skipAutoWidth":true}};
//# sourceURL=smush-lazy-load-js-before
</script>
<script src="https://enjoybirth.com/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js?ver=3.24.0" id="smush-lazy-load-js"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://enjoybirth.com/wp-includes/js/wp-emoji-release.min.js?ver=48b40c72e2273dc46ad905c70a5d0108"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!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!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let 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(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://enjoybirth.com/wp-includes/js/wp-emoji-loader.min.js
</script>
<div class="wpautoterms-footer"><p>
		<a href="https://enjoybirth.com/wpautoterms/terms-and-conditions/">Terms and Conditions</a><span class="separator"> - </span><a href="https://enjoybirth.com/wpautoterms/affiliate-link-disclosure/">Affiliate Link Disclosure</a><span class="separator"> - </span><a href="https://enjoybirth.com/wpautoterms/privacy-policy/">Privacy Policy</a></p>
</div>	</body>
</html>
