main {
	padding-top: 40px
}

/* Social links */
.header-social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.header-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.header-social-links a:hover {
  opacity: 0.65;
}

.header-social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Social links end */

.branding.contained {
	padding: 14px 0 0 0 !important;
}

.site-footer-bottom-bar .site-container .site-footer-bottom-bar-left {
	display: none;
}


h1, h2, h3, h4, h5, h6 {
    clear: none;
}


/* p,
span,
a,
strong,
ul li,
ol li,
ul li a
ol li a {
	font-size: 18px;
}
 */

.wp-block-post-excerpt__excerpt {
    margin-bottom: 16px;
    margin-top: 0;
}

.wp-block-separator  {
    margin: 40px 0;	
}

.page .hentry .wp-block-post {
	min-height: 290px;
}

/** Grounding page */

.grounding-video iframe {
	max-width: 320px;
}

@media screen and (max-width: 530px) {
	.grounding-video.alignright {
		float: none;
	}
	
	.grounding-video iframe {
    max-height: 498px;
    margin-bottom: 20px;
	}
}
	
.grounding-product-grid {
	display: flex;
	flex-direction: row;
	margin-bottom: 60px;
}

.grounding-product img {
	max-width: 100%;
}

a.grounding-product {
	display: block;
	text-decoration: none;
	color: #965f65;
	padding: 10px;
	border-radius: 8px;
	border: 3px solid transparent;
	transition: .25s ease;
}

a.grounding-product:hover {
	background-color: white;
	color: #965f65;
	border: 3px solid #bb777e;
}

a.grounding-product.somatic-book {
	max-width: 320px;
}

img.somatic-exercise-cover {
	max-width: 300px;
}

/** Blog posts page */
figure.wp-block-post-featured-image img {
	max-height: 100%;
	object-fit: contain !important;
}

p + h3,
p + h4 {
	margin-top: 26px;
}

.single .post .entry-thumbnail img {
  max-width: 600px;
  height: auto;
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
	width: 100%;
}

.wp-block-image.alignright {
	margin-left: 2em;
	margin-bottom: 2em;
}

.site-footer-widgets {
	background-color: #dedbd6;
}

/* Video guides start */

.video-guides-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Optional: limit how wide it can grow on large screens */
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px; /* nice mobile gutter */
}

.video-guides {
  display: block;
  width: 100%;
  max-width: 960px;       /* optional upper bound */
  aspect-ratio: 16 / 9;   /* keeps perfect 16:9 */
  height: auto;
  margin: 20px 0;
  border: 0;
}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 16 / 9) {
  .video-guides-wrapper {
    position: relative;
  }
  .video-guides-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 960px;
    /* 16:9 = 56.25% */
    padding-bottom: 56.25%;
  }
  .video-guides {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

/* Video guides end */

/* The product grid */
.wp-block-columns.alignwide {
	max-width: 100%;
	margin: 32px 0;
}

.wp-block-columns.alignwide h3 {
	margin: 20px 0;
}

a.product-link {
	display: block;
	text-decoration: none;
	color: #965f65;
	padding: 10px;
	border-radius: 8px;
	border: 3px solid transparent;
	transition: .25s ease;
}

a.product-link:hover {
	background-color: white;
	color: #965f65;
	border: 3px solid #bb777e;
}

/* The product grid end */

p.open-in-youtube-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
}

a.open-in-youtube {
	background-color: #bb777e;
	color: white !important;
	padding: 10px 14px;
	border-radius: 8px;
}

@media screen and (max-width: 930px) {
.single .post .entry-thumbnail img {
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
	}
	
	.alignwide, .page-template-template-gutenberg .alignwide {
		max-width: 100%;
	}
	
	.wp-block-image.alignright {
		float: none;
		margin-bottom: 1em;
		max-width: 100%;
		margin-left: 0;
	}
	
	ul, ol {
    margin: 0 0 1.5em 1.5em;
	}
}

/* Gentle Somatic Yoga landing page */


/* =========================================================
   GENTLE SOMATIC YOGA LANDING PAGE
   ========================================================= */


/* =========================
   BASE
   ========================= */

.page-id-1858 .site-container {
  max-width: none !important;
  width: 100% !important;
}

.page-id-1858 

.page-id-1858 footer {
  margin: 0;
}

.page-id-1858 p,
.page-id-1858 .gsy-button,
.page-id-1858 span,
.page-id-1858 strong,
.page-id-1858 ul li,
.page-id-1858 ol li {
	font-size: 18px;
}

.page-id-1858 .site-header-right {
	margin-right: 100px;
}

.page-id-1858 footer .edit-link {
  display: none;
}

.page-id-1858 footer .site-footer-widgets {
  display: none;
}

.page-id-1858 .wp-block-paragraph {
  margin: 0;
}

.page-id-1858 .entry-footer {
	display: none;
}


.page-id-1858 h1 {
  display: none;
}

.page-id-1858 #main {
  padding: 0;
}

.page-id-1858 .content-container {
  padding: 0;
}

.page-id-1858 h2 {
  font-family: "Josefin Sans", "Helvetica Neue", sans-serif;
  color: rgb(187, 119, 126);
}

.gsy-page {
  --navy: #173f73;
  --rose: #c9666f;
  --cream: #fffdf8;
  --mint: #edf8f3;
  --aqua: #d8f0ed;
  --green: #4a8f73;
  --text: #25343a;
  --muted: #637277;
  --border: #d9e6e2;

  margin: 0;
  padding: 0;
  background: var(--cream);
  line-height: 1.6;
  overflow: hidden;
}

.gsy-page * {
  box-sizing: border-box;
}

.gsy-wrap {
  width: min(1180px, 90%);
  margin: 0 auto;
}

.gsy-page h1,
.gsy-page h2,
.gsy-page h3 {
  font-family: "Josefin Sans", "Helvetica Neue", sans-serif;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.2;
}

.gsy-page h3 {
  font-size: 24px;
  margin: 0 0 12px;
}

.gsy-page p {
  margin: 0 0 18px;
}

.gsy-eyebrow {
  color: var(--rose);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.gsy-lotus {
  color: var(--rose);
  font-size: 24px;
  margin: 4px 0 20px;
}

.gsy-button {
  display: inline-block;
  background: var(--rose);
  color: #fff !important;
  text-decoration: none !important;
  padding: 17px 30px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(140, 70, 80, .18);
  transition: all .2s ease;
}

.gsy-button:hover {
  transform: translateY(-2px);
  opacity: .92;
}


/* =========================
   HERO
   ========================= */

.gsy-hero {
  position: relative;
  padding: 70px 0 55px;
  background:
    radial-gradient(
      circle at 18% 28%,
      rgba(255, 215, 132, .28),
      transparent 25%
    ),
    radial-gradient(
      circle at 82% 45%,
      rgba(160, 220, 218, .34),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #fffdf9 0%,
      #f8fcfa 100%
    );
}

.gsy-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background:
    linear-gradient(
      to bottom,
      transparent,
      rgba(200, 232, 229, .22)
    );
  pointer-events: none;
}

.gsy-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 70px;
}

.gsy-book {
  text-align: center;
}

.gsy-book img {
  width: min(100%, 385px);
  height: auto;
  box-shadow: 0 25px 50px rgba(45, 67, 73, .18);
}

.gsy-hero-copy {
  text-align: center;
}

.gsy-hero-subtitle {
  font-size: 20px;
  max-width: 660px;
  margin: 0 auto 28px;
}

.gsy-proof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 30px;
  font-size: 15px;
}

.gsy-proof span {
  white-space: nowrap;
}

.gsy-proof strong {
  color: var(--green);
}


/* =========================
   BENEFITS
   ========================= */

.gsy-benefits {
  padding: 55px 0;
  background:
    linear-gradient(
      180deg,
      #f1f8f5 0%,
      #eaf5f0 100%
    );
}

.gsy-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gsy-benefit {
  text-align: center;
  padding: 20px 44px;
  border-right: 1px solid #d7e5df;
}

.gsy-benefit:last-child {
  border-right: 0;
}

.gsy-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #d9efe3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}


/* =========================
   MIND-BODY SECTION
   ========================= */

.gsy-mindbody {
  background: #fffdf9;
  border-top: 1px solid rgba(74, 143, 115, .08);
}

.gsy-mindbody-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: stretch;
}

.gsy-mindbody-image {
  min-height: 500px;

  background:
    linear-gradient(
      rgba(20, 80, 80, .05),
      rgba(20, 80, 80, .05)
    ),
    url('https://i0.wp.com/jewelsofyoga.com/wp-content/uploads/2026/08/asset-1.png?w=1140&ssl=1')
    center center / cover no-repeat;
}

.gsy-mindbody-copy {
  padding: 50px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gsy-checks {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.gsy-checks li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.gsy-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 700;
}


/* =========================
   INSIDE THE BOOK
   ========================= */

.gsy-inside {
  padding: 70px 0;
  background: #eef8f3;
  border-top: 1px solid rgba(74, 143, 115, .08);
}

.gsy-inside-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  align-items: stretch;
}

.gsy-inside-intro,
.gsy-inside-card {
  padding: 22px 34px;
}

.gsy-inside-card {
  text-align: center;
  border-left: 1px solid var(--border);
}

.gsy-number {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  background: #d9efe3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #28664e;
  font-size: 24px;
  font-weight: 700;
}


/* =========================
   VIDEO TUTORIAL
   ========================= */

.gsy-video {
  padding: 90px 0;
  background: #fffaf4;
  border-top: 1px solid rgba(74, 143, 115, .08);
}

.gsy-video-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.gsy-video-copy h2 {
  margin-top: 10px;
}

.gsy-video-copy p {
  line-height: 1.8;
}

.gsy-video-player {
  width: 100%;
}

.gsy-video-player video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}


/* =========================
   AUTHOR
   ========================= */

.gsy-author {
  padding: 55px 0;
  background:
    linear-gradient(
      90deg,
      #fff7ef,
      #fffaf6 60%,
      #f7eeea
    );
}

.gsy-author-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 45px;
  max-width: 900px;
  margin: auto;
}

.gsy-author-image img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
}


/* =========================
   FINAL CTA
   ========================= */

.gsy-final {
  text-align: center;
  padding: 70px 20px;

  background:
    radial-gradient(
      circle at 15% 80%,
      rgba(145, 211, 202, .32),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(145, 211, 202, .30),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      #eff9f6,
      #dff2ef
    );
}

.gsy-final-inner {
  max-width: 850px;
  margin: auto;
}

.gsy-final p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.gsy-disclaimer {
  margin-top: 14px !important;
  font-size: 12px;
  color: var(--muted);
}


/* =========================
   TABLET / MOBILE
   ========================= */

@media (max-width: 850px) {

  .gsy-hero-grid,
  .gsy-mindbody-grid,
  .gsy-author-grid {
    grid-template-columns: 1fr;
  }

  .gsy-hero {
    padding-top: 45px;
  }

  .gsy-hero-grid {
    gap: 40px;
  }

  .gsy-book img {
    width: min(300px, 85%);
  }

  .gsy-benefit-grid {
    grid-template-columns: 1fr;
  }

  .gsy-benefit {
    border-right: 0;
    border-bottom: 1px solid #d7e5df;
    padding: 35px 20px;
  }

  .gsy-benefit:last-child {
    border-bottom: 0;
  }

  .gsy-mindbody-image {
    min-height: 360px;
  }

  .gsy-inside-grid {
    grid-template-columns: 1fr;
  }

  .gsy-inside-card {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .gsy-video-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .gsy-video {
    padding: 60px 0;
  }

  .gsy-author-grid {
    text-align: center;
  }

  .gsy-author-image img {
    margin: auto;
  }

}


/* =========================
   SMALL MOBILE
   ========================= */

@media (max-width: 520px) {

  .gsy-wrap {
    width: 88%;
  }

  .gsy-page h1 {
    font-size: 42px;
  }

  .gsy-page h2 {
    font-size: 34px;
  }

  .gsy-hero-subtitle {
    font-size: 18px;
  }

  .gsy-button {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gsy-proof {
    flex-direction: column;
    gap: 10px;
  }

  .gsy-mindbody-copy {
    padding: 55px 7%;
  }

  .gsy-inside {
    padding: 55px 0;
  }

  .gsy-video {
    padding: 55px 0;
  }

  .gsy-final {
    padding: 60px 20px;
  }

}


/* Gentle Somatic Yoga landing page END */

/* The Somatic Exercise Solution landing page */


/* =========================================================
   THE SOMATIC EXERCISE SOLUTION LANDING PAGE
   ========================================================= */


/* =========================
   BASE
   ========================= */

.page-id-1941 .site-container {
  max-width: none !important;
  width: 100% !important;
	margin: 0;
	padding: 0;
}

.page-id-1941 .entry-content {
	margin: 0;
}

.page-id-1941 footer {
  margin: 0;
}

.page-id-1941 p,
.page-id-1941 .ses-button,
.page-id-1941 span,
.page-id-1941 strong,
.page-id-1941 ul li,
.page-id-1941 ol li {
  font-size: 18px;
}

.page-id-1941 .site-header-right {
  margin-right: 100px;
}

.page-id-1941 footer .edit-link {
  display: none;
}

.page-id-1941 footer .site-footer-widgets {
  display: none;
}

.page-id-1941 .wp-block-paragraph {
  margin: 0;
}

.page-id-1941 .entry-footer {
  display: none;
}

.page-id-1941 h1 {
  display: none;
}

.page-id-1941 #main {
  padding: 0;
}

.page-id-1941 .content-container {
  padding: 0;
}

.page-id-1941 h2 {
  font-family: "Josefin Sans", "Helvetica Neue", sans-serif;
  color: #3154a4;
}


.ses-page {
  --navy: #3154a4;
  --rose: #3b9da5;
  --cream: #fbfcf5;
  --mint: #edf7f1;
  --aqua: #d8efed;
  --green: #5d9f82;
  --text: #25343a;
  --muted: #637277;
  --border: #d8e6e2;

  margin: 0;
  padding: 0;
  background: var(--cream);
  line-height: 1.6;
  overflow: hidden;
}

.ses-page * {
  box-sizing: border-box;
}

.ses-wrap {
  width: min(1180px, 90%);
  margin: 0 auto;
}

.ses-page h1,
.ses-page h2,
.ses-page h3 {
  font-family: "Josefin Sans", "Helvetica Neue", sans-serif;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.2;
}

.ses-page h3 {
  font-size: 24px;
  margin: 0 0 12px;
}

.ses-page p {
  margin: 0 0 18px;
}

.ses-eyebrow {
  color: var(--rose);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.ses-lotus {
  color: var(--rose);
  font-size: 24px;
  margin: 4px 0 20px;
}

.ses-button {
  display: inline-block;
  background: var(--rose);
  color: #fff !important;
  text-decoration: none !important;
  padding: 17px 30px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(49, 84, 164, .18);
  transition: all .2s ease;
}

.ses-button:hover {
  transform: translateY(-2px);
  opacity: .92;
}


/* =========================
   HERO
   ========================= */

.ses-hero {
  position: relative;
  padding: 70px 0 55px;

  background:
    radial-gradient(
      circle at 18% 28%,
      rgba(246, 208, 123, .28),
      transparent 25%
    ),
    radial-gradient(
      circle at 82% 45%,
      rgba(93, 188, 191, .34),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #fbfcf5 0%,
      #f4faf7 100%
    );
}

.ses-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;

  background:
    linear-gradient(
      to bottom,
      transparent,
      rgba(174, 221, 216, .22)
    );

  pointer-events: none;
}

.ses-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 70px;
}

.ses-book {
  text-align: center;
}

.ses-book img {
  width: min(100%, 385px);
  height: auto;
  box-shadow: 0 25px 50px rgba(45, 67, 73, .18);
}

.ses-hero-copy {
  text-align: center;
}

.ses-hero-subtitle {
  font-size: 20px;
  max-width: 660px;
  margin: 0 auto 28px;
}

.ses-proof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 30px;
  font-size: 15px;
}

.ses-proof span {
  white-space: nowrap;
}

.ses-proof strong {
  color: var(--green);
}


/* =========================
   BENEFITS
   ========================= */

.ses-benefits {
  padding: 55px 0;

  background:
    linear-gradient(
      180deg,
      #f0f8f4 0%,
      #e8f5ef 100%
    );
}

.ses-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ses-benefit {
  text-align: center;
  padding: 20px 44px;
  border-right: 1px solid #d5e5df;
}

.ses-benefit:last-child {
  border-right: 0;
}

.ses-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #d6eee5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}


/* =========================
   MIND-BODY SECTION
   ========================= */

.ses-mindbody {
  background: #fbfcf5;
  border-top: 1px solid rgba(59, 157, 165, .08);
}

.ses-mindbody-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: stretch;
}

.ses-mindbody-image {
  min-height: 500px;

  background:
    linear-gradient(
      rgba(20, 80, 80, .05),
      rgba(20, 80, 80, .05)
    ),
    url('https://jewelsofyoga.com/wp-content/uploads/2026/08/nature.png')
    center center / cover no-repeat;
}

.ses-mindbody-copy {
  padding: 50px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ses-checks {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.ses-checks li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.ses-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 700;
}


/* =========================
   INSIDE THE BOOK
   ========================= */

.ses-inside {
  padding: 70px 0;
  background: #edf7f1;
  border-top: 1px solid rgba(59, 157, 165, .08);
}

.ses-inside-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  align-items: stretch;
}

.ses-inside-intro,
.ses-inside-card {
  padding: 22px 34px;
}

.ses-inside-card {
  text-align: center;
  border-left: 1px solid var(--border);
}

.ses-number {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  background: #d6eee5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3154a4;
  font-size: 24px;
  font-weight: 700;
}


/* =========================
   BOTTOM-UP INTEGRATION
   ========================= */

.ses-approach {
  padding: 90px 0;
  background: #fdfbf4;
  border-top: 1px solid rgba(59, 157, 165, .08);
}

.ses-approach-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.ses-approach-copy h2 {
  margin-top: 10px;
}

.ses-approach-copy p {
  line-height: 1.8;
}

.ses-approach-card {
  width: 100%;
  padding: 40px;
  background: #edf7f1;
  border-radius: 18px;
  text-align: center;
}

.ses-approach-symbol {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  background: #d6eee5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3154a4;
  font-size: 24px;
  font-weight: 700;
}

.ses-flow {
  color: var(--rose);
  font-size: 24px;
  margin: 8px 0;
}

/* =========================
   AUTHOR
   ========================= */

.ses-author {
  padding: 55px 0;

  background:
    linear-gradient(
      90deg,
      #fbf8ee,
      #fafbf5 60%,
      #edf6f1
    );
}

.ses-author-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 45px;
  max-width: 900px;
  margin: auto;
}

.ses-author-image img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
}


/* =========================
   FINAL CTA
   ========================= */

.ses-final {
  text-align: center;
  padding: 70px 20px;

  background:
    radial-gradient(
      circle at 15% 80%,
      rgba(83, 176, 181, .32),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(83, 176, 181, .30),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      #eff8f5,
      #dcefed
    );
}

.ses-final-inner {
  max-width: 850px;
  margin: auto;
}

.ses-final p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ses-disclaimer {
  margin-top: 14px !important;
  font-size: 12px;
  color: var(--muted);
}


/* =========================
   TABLET / MOBILE
   ========================= */

@media (max-width: 850px) {

  .ses-hero-grid,
  .ses-mindbody-grid,
  .ses-author-grid {
    grid-template-columns: 1fr;
  }

  .ses-hero {
    padding-top: 45px;
  }

  .ses-hero-grid {
    gap: 40px;
  }

  .ses-book img {
    width: min(300px, 85%);
  }

  .ses-benefit-grid {
    grid-template-columns: 1fr;
  }

  .ses-benefit {
    border-right: 0;
    border-bottom: 1px solid #d5e5df;
    padding: 35px 20px;
  }

  .ses-benefit:last-child {
    border-bottom: 0;
  }

  .ses-mindbody-image {
    min-height: 360px;
  }

  .ses-inside-grid {
    grid-template-columns: 1fr;
  }

  .ses-inside-card {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ses-video-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ses-video {
    padding: 60px 0;
  }

  .ses-author-grid {
    text-align: center;
  }

  .ses-author-image img {
    margin: auto;
  }
}


/* =========================
   SMALL MOBILE
   ========================= */

@media (max-width: 520px) {

  .ses-wrap {
    width: 88%;
  }

  .ses-page h1 {
    font-size: 42px;
  }

  .ses-page h2 {
    font-size: 34px;
  }

  .ses-hero-subtitle {
    font-size: 18px;
  }

  .ses-button {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ses-proof {
    flex-direction: column;
    gap: 10px;
  }

  .ses-mindbody-copy {
    padding: 55px 7%;
  }

  .ses-inside {
    padding: 55px 0;
  }

  .ses-video {
    padding: 55px 0;
  }

  .ses-final {
    padding: 60px 20px;
  }
}

/* For some reason this appears on this page */
h2.widgettitle {
	display: none;
}

/* The Somatic Exercise Solution landing page END */