@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  background: var(--four);
  --one: #ad7a62;
  --two: #5b778a;
  --three: #d2eebe;
  --four: #f0e7de;
  --five: #3d2b23;
  --black0: #000;
  --black1: #111;
  --black2: #222;
  --black3: #333;
  --black4: #444;
  --black5: #555;
  --grey1: #ccc;
  --grey2: #ddd;
  --grey3: #eee;
  --grey4: #f1f1f1;
  --grey5: #f7f7f7;
  --white: #fff;
}
:root.dark {
  background: rgba(10, 10, 25, 0.998);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 200;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lora", sans-serif;
}
a {
  text-decoration: none;
  color: #ad7a62;
  font-weight: 400;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
li {
  list-style: none;
}
.uc {
  text-transform: uppercase;
}
strong {
  font-weight: 800;
}
/* DESKTOPS ONLY */
.mobile {
  display: none;
}
.tablet {
  display: none;
}
/* POSITIONS */
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
/* DISPLAYS */
.flex,
.horizontal {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
/* COLUMNS */
.col20 {
  width: 20%;
}
.col25 {
  width: 25%;
}
.col30 {
  width: 30%;
}
.col33 {
  width: 33.33333%;
}
.col40 {
  width: 40%;
}
.col50 {
  width: 50%;
}
.col60 {
  width: 60%;
}
.col70 {
  width: 70%;
}
.col100 {
  width: calc(100vw);
}
/* PADDING */
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20-0 {
  padding: 20px 0;
}
/* MARGINS */
.auto {
  margin: auto;
}
/* ALIGNMENT */
.center {
  text-align: center;
}
/* COLORS */
.bg1 {
  background-color: var(--one);
}
.bg2 {
  background-color: var(--two);
}
.bg3 {
  background-color: var(--three);
}
.bg4 {
  background-color: var(--four);
}
.bg5 {
  background-color: var(--five);
}
.blackBG {
  background: #000;
}
/* BUTTONS */
.actionBtn {
  padding: 12px;
  border-radius: 2px;
  background-color: var(--one);
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  min-width: 170px;
  cursor: pointer;
}
.actionBtn:hover {
  background: var(--two);
}
.justE {
  justify-content: flex-end;
}
.alignC {
  align-items: center;
}
.topImg {
  max-width: 30px;
  margin-right: 10px;
}
/* CUSTOM CSS */
.topBar {
  background-color: var(--two);
}
.topBar h4 {
  font-weight: 301;
  font-size: 15px;
  color: #fff;
}
.custom-logo {
  max-width: 170px;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.logo {
  z-index: 555;
  top: -53px;
  width: 100%;
  text-align: center;
}
#menu-main {
  height: 144px;
  align-items: center;
}
header .col33 {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuLink {
  padding: 14px;
  background: var(--one);
  color: #fff;
  width: 161px;
  text-align: center;
  border-radius: 100%;
}
#sliderImage {
  bottom: 14%;
  z-index: 999;
  width: 50%;
  left: 25%;
  text-align: center;
  border-radius: 100%;
}
#oval {
  height: 64%;
  top: 14%;
  width: 54%;
  border-radius: 100%;
  background: #fff;
  z-index: 998;
  left: 23%;
  filter: blur(62px);
}
#caitlin h2 {
  margin-bottom: 20px;
  font-size: 34px;
}
.getCol {
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.getStarted {
  padding: 10px;
  background: var(--one);
  color: #fff;
  border-radius: 5px;
}
#menu-main li {
  margin-right: 15%;
}
#services h2 {
  margin-bottom: 30px;
  color: var(--five);
  font-size: 34px;
}
.circles {
  border-radius: 100%;
  background: var(--two);
  padding: 40px;
  border: 5px solid #fff;
}
.serviceImg {
  transition: all 0.3s ease;
}
.circle {
  border-radius: 100%;
  background: var(--three);
  text-align: center;
  padding: 10px;
  margin: 15px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.circle:hover {
  background: #fff;
}
.circle h4 {
  color: var(--one);
  font-weight: 400;
  font-size: 24px;
}
.circle2 {
  transform: rotate(-15deg);
}
.circle3 {
  transform: rotate(15deg);
}
.circle4 {
  transform: rotate(8deg);
  position: relative;
  top: 20px;
}
.circle5 {
  transform: rotate(-8deg);
  position: relative;
  top: 20px;
}
#Philsophy h2 {
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  color: var(--one);
}
#Philsophy .widget-title {
  text-align: center;
  margin-bottom: 30px;
  color: var(--five);
  font-size: 34px;
}
.serviceText h3,
#contactBlock h2 {
  margin-bottom: 30px;
  color: var(--five);
  font-size: 34px;
}
#image1 {
  transform: rotate(-10deg);
}
#image2 {
  transform: rotate(10deg);
}
#image3 {
  transform: rotate(-10deg);
}
#image4 {
  transform: rotate(10deg);
}
#CenT .widget-title {
  text-align: center;
  margin-bottom: 40px;
  color: var(--five);
  font-size: 31px;
}
#CenT .sow-image-container {
  overflow: hidden;
}
#CenT .sow-image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
#CenT .sow-image-container:hover img {
  transform: scale(1.15);
}
#legalNotice {
  background: var(--two);
}
#legalNotice h4 {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
#contactForm .widget-title {
  margin-bottom: 30px;
  text-align: center;
  color: var(--five);
  font-size: 32px;
}
.wpcf7-text {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d6d6;
}
.wpcf7-textarea {
  border: 1px solid #d6d6d6;
  padding: 10px;
  width: 100%;
  resize: vertical;
  max-height: 300px;
  margin-bottom: 7px;
}
.wpcf7-submit {
  padding: 10px;
  width: 150px;
  background: var(--one);
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.right {
  text-align: right;
}
.wpcf7-submit:hover {
  background: var(--five);
}
.serviceImg {
  transition: all 0.7s ease;
}
.serviceImg img {
  border-radius: 5px;
}
.serviceImg:hover {
  transform: rotate(0deg) !important;
}
/* RESPONSIVE CSS */
@media screen and (min-width: 300px) and (max-width: 800px) {
  .col60,
  .col33,
  .col50,
  .col70 {
    width: 100%;
  }
  header .col33:first-child {
    justify-content: flex-start;
  }
  header .col33:last-child {
    justify-content: flex-end;
  }
  .menuLink {
    padding: 10px;
    width: auto;
  }
  .custom-logo {
    max-width: 120px;
  }
  .topBar .flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .horizontal {
    display: flex;
    justify-content: center;
  }
  #sliderImage {
    bottom: 6%;
    z-index: 999;
    width: 80%;
    left: 10%;
    border-radius: 1%;
    background: rgba(255, 255, 255, 0.4);
  }
  .circles {
    border-radius: 70px;
    padding: 20px;
  }
  .circle2,
  .circle3,
  .circle4,
  .circle5 {
    transform: rotate(0);
  }
  #caitlinBioRow .sow-image-container {
    justify-content: center;
  }
  #caitlin h2 {
    text-align: center;
  }
  .serviceText h3,
  #contactBlock h2 {
    text-align: center;
  }
  .circle h4 {
    font-size: 22px;
  }
	#therapeuticRow, #griefLossRow {
  flex-direction: column-reverse !important;
}
#image1, #image2, #image3, #image4  {
  transform: rotate(0);
}
}
/* =========================================================================================================

TABLET CSS

============================================================================================================ */
@media screen and (min-width: 801px) and (max-width: 1279px) {
  .col60,
  .col70 {
    width: 98%;
  }
  #serviceBtmRow .panel-grid-cell {
    width: 100% !important;
    flex: 0 1 100% !important;
  }
  #centerColumBtm img {
    max-width: 300px;
  }
}
/* =====================================================================================================

LAPTOPS

======================================================================================================== */

@media screen and (min-width: 1280px) and (max-width: 1460px) {
  .col60 {
    width: 80%;
  }
  .col70 {
    width: 90%;
  }
}
