/*
Template Name: Sitetherapy
*/
*,
::before,
::after {
  box-sizing: border-box;
}

:root {
  line-height: 1.5;
  color: #222;
}

:root {
  --max-width: 1300px;
  --animate-duration: 2s;
}

html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html html {
    scroll-behavior: auto;
  }
}

html,
body {
  position: relative;
  z-index: 2;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h2 {
  font-size: 1.75rem;
}

.home h2 {
  margin-top: 0;
  text-align: center;
}

h3 {
  font-weight: 600;
}

p {
  font-weight: 300;
  line-height: 1.375;
}

header {
  margin: 0 auto;
  padding: 1rem 5% 0 5%;
  display: flex;
  justify-content: space-between;
  max-width: var(--max-width);
}

nav ul {
  display: flex;
  justify-content: space-evenly;
}

nav li {
  list-style: none;
  margin-left: 2rem;
}

nav li a {
  color: #000;
  text-decoration: none;
}

.row {
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 1366px) {
  .row {
    max-width: 1200px;
  }
}

.logo {
  display: flex;
}

.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 100vw;
  width: 100vw;
}

.home section {
  padding-top: 3rem;
}
@media (min-width: 960px) {
  .home section {
    padding: 3rem 0 3rem 0;
  }
}
.home section .alignwide {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .home section .alignwide {
    max-width: 1300px;
  }
}
.home section .alignwide.intro {
  width: 768px;
  margin-bottom: 3rem !important;
}

section {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  section {
    max-width: 1300px;
  }
}
section.narrow {
  max-width: 768px;
}
section.work {
  padding: 6rem 0 3rem 0;
}

.hero-text {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .hero-text {
    max-width: 1300px;
  }
}
.hero-text .wp-block-group__inner-container {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .hero-text .wp-block-group__inner-container {
    display: flex;
    min-height: 350px;
    font-family: Rubik, sans-serif;
    justify-content: space-between;
  }
}
.hero-text .blurb {
  font-size: 1.75rem;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding: 2rem;
  max-width: 90%;
}
@media (min-width: 960px) {
  .hero-text .blurb {
    max-width: 50%;
  }
}
.hero-text .tagline {
  position: relative;
  z-index: 99;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
  padding: 2rem;
  margin-bottom: -5rem;
  display: flex;
  flex-direction: column;
  align-self: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #8ad959;
  max-width: 90%;
}
.hero-text .tagline a {
  color: #fff;
}
@media (min-width: 960px) {
  .hero-text .tagline {
    align-self: flex-end;
    margin-bottom: -6rem;
    max-width: 45%;
  }
}

.wp-block-gallery {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .wp-block-gallery {
    max-width: 1300px;
  }
}

.work {
  background: #232323;
}
.work h2 {
  color: #fff;
}
.work .wp-block-gallery.has-nested-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto;
}
.work .wp-block-gallery.has-nested-images figure.wp-block-image {
  position: relative;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
.work .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 500ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  font-size: 1.5rem !important;
}
.work .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  color: #fff;
}

.introduction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}
.introduction img {
  max-width: 100%;
  height: auto;
}
.introduction p {
  font-size: 1.5rem;
}

.services .row {
  max-width: 768px;
}

.service-block {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

li figure {
  position: relative;
}

li figcaption.blocks-gallery-item__caption,
li figcaption.blocks-gallery-item__caption a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.5rem !important;
  opacity: 0;
}
li figcaption.blocks-gallery-item__caption:hover,
li figcaption.blocks-gallery-item__caption a:hover {
  opacity: 1;
  transition: ease-in 0.25s;
}

li figcaption.blocks-gallery-item__caption a {
  color: #fff;
  text-decoration: none;
}

.scroll-container {
  min-height: 70vh;
}

.scroll-container,
section {
  scroll-behavior: smooth;
}

.content {
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 1366px) {
  .content {
    max-width: 1300px;
  }
}

html {
  min-height: 100%;
}

body {
  min-height: 100% !important;
}

a {
  color: #89da59;
}

.content-narrow {
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 940px) {
  .content-narrow {
    max-width: 768px;
  }
}

.contact {
  background: #232323;
  color: #fff;
}

.top-band {
  background: tomato;
  height: 300px;
  width: 100%;
}

.plans {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
}
.plans li {
  padding: 0.5rem;
  margin-bottom: 0.25rem;
}
.plans li:first-of-type {
  list-style: none;
  font-size: 1.5rem;
}
.plans li.emphasize {
  font-weight: bold;
  background: rgba(111, 179, 217, 0.7);
}

input {
  border: 1px solid #999;
}

input[type=submit] {
  font-size: 1.25rem;
  background: #6f79d9;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  color: #fff;
}

.gfield_radio .gchoice {
  margin-bottom: 0.75rem;
}
.gfield_radio .gchoice label {
  font-size: 1rem !important;
}

select {
  font-size: 1rem !important;
}

section.process {
  padding: 2rem 0 2rem 0 !important;
}

.process .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .process .wp-block-column {
    margin-bottom: 2rem;
  }
  .process .wp-block-column h3 {
    margin-bottom: 0;
  }
}
.process .wp-block-column p {
  margin-bottom: 0.25rem;
  align-self: flex-start;
}

h2.circle-number {
  text-align: center !important;
  background: #89da59;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  margin: 0;
  line-height: 0;
  border-radius: 50%;
}

.price-column {
  border: 1px solid #aaa;
}
.price-column h2 {
  text-align: center;
}
.price-column p {
  padding: 1rem;
  margin: 0;
}
.price-column p strong {
  color: #111;
}
.price-column p:nth-child(odd) {
  color: #111;
  background: lightgray;
}
.price-column p:nth-child(even) {
  color: #fff;
  background: lightslategray;
}

footer {
  width: 100%;
  bottom: 0;
  height: 100px;
  background: #555;
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */