/*
Theme Name: Sound Mind Therapy
Theme URI: https://www.soundmindtherapy.com/
Description: Sound Mind Therapy theme created for the Genesis Framework.
Author: Web Dev Team
Author URI: https://www.surefirelocal.com/

Version: 2.8.1-dev

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: soundmindtherapy
*/

/* Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings*
  - Objects
  - Forms
  - Modal Form
  - Tables
  - Screen Reader Text
  - Slicks
  - Social Media
  - Gallery
- Structure and Layout
  - Site Container
  - Site Inner
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Skip Links
- Site Header
  - Title Area
  - Header Right
- Site Navigation
  - Responsive Menu
  - Header Menu
  - Footer Menu
- Content Area
  - Entry Content
  - Entry Meta
  - Pagination
  - Entry Comments
- Site Sections
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
  - Min-width: 1024px
    - Site Header
    - Header Right
    - Header Menu
    - Genesis Menu
    - Responsive Menu
    - Header Menu
    - Site Inner
    - Modal Form
    - Site Section
    - Content
    - Sidebar
    - Author Box
    - After Entry
    - Column Classes
    - Entry Misc.
    - Footer Widgets
  - Min-width: 992px
  - Max-width: 1023px
    - Site Header
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* stylelint-enable */

/* Box Sizing
  --------------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --secondary-font-family: "Ephesis", sans-serif;
}

/* Float Clearing
  --------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
  ---------------------------------------------------------------------------- */

/* Typographical Elements
  --------------------------------------------- */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #40403e;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #8CB9C0;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #40403e;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

.secondary-font {
  font-family: var(--secondary-font-family);
}

/* Headings
  --------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #40403e;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 40px;
  text-transform: capitalize;
  text-align: center;
  font-family: "Ephesis", sans-serif;	
  font-weight: 700;	
}

h1 span {
  text-transform: capitalize;
  font-size: 26px;
  color: #636363;
  font-weight: 700;
  display: block;
}

.home h1 {
  font-family: "Roboto", sans-serif;		
}

h2 {
  font-size: 24px;
}

h3 {
  color: #8CB9C0;
  font-size: 18px;
}

h4 {
  font-size: 14px;
}


h1.underline-left {
  text-align: left;
}

/* Objects
  --------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
  position: relative;
}

/* Forms
  --------------------------------------------- */

input,
select,
textarea {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  width: 100%;
  border: 1px solid #959595;
  background-color: #edf2f5;	
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}

::placeholder {
  color: #464646;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #010101;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover,
.button:focus,
.button:hover {
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.wpcf7 {
  position: relative;
}

form.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  left: auto;
  right: 1px;
  width: auto;
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  top: -13px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232 !important;
  background-color: #dc3232;
  color: #fff;
  font-size: 12px;
  margin-left: 20px; 
  margin-right: 20px;	
}

div.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 0 0 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  border-color: #dc3232;
  background-color: #dc3232;
  color: #fff;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.sfl-modal {
  z-index: 9999;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

form .wpcf7-submit {
  background: #9CAEB2;
  border-radius: 0;
  text-transform: uppercase;
  display: block;
  width: 100%;
  max-width: 210px;
  font-family: "Font Awesome 5 Free", "Roboto";
  border-radius: 5px;
}

span.wpcf7-spinner {
  position: absolute;
}

.flex-col.relative {
    position: relative;
}

form.contact-us {
  max-width: 600px;
  margin: auto;
  background-color: rgb(0 0 0 / 70%);
  padding: 16px;
  position: relative;
  border-radius: 5px;
}

form.contact-us .form-icon {
  right: 14px;
}

.page-id-403 .page-banner .hero-form {
  display: none !important;
}

.footer-intro-text {
  font-size: 18px;
  margin-bottom: 8px;
}

.form-field label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.wpcf7-form-control-wrap.services:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #58585a;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  font-size: 12px;
  color: #fff;
}

.grecaptcha-badge {
  opacity: 0;
}

.recatpcha-note {
  margin-bottom: 14px;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

/* Modal Form
  --------------------------------------------- */
.modal-button {
  position: fixed;
  font-size: 18px;
  bottom: 0;
  left: auto;
  z-index: 999;
  max-width: 283px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 6px 10px;
  background: #9CAEB2;
  border-radius: 3px;
  box-shadow: 0 0 10px rgb(4 4 4 / 20%);
  font-weight: 500;
  transition: all 0.2s;
}

.form-title {
  text-align: center;
  font-size: 22px;
  padding: 15px;
  border-radius: 5px 5px 0 0;
  font-family: "Ephesis", serif;
  font-weight: 400;
}

.form-title i {
  color: #8CB9C0;
  font-size: 28px;
}

.hero-form .form-container {
  max-width: 400px;
}

.form-container {
  color: #040404;
  padding: 10px;
}

.form-field .col-1 {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}

.form-icon {
  position: absolute;
  right: 15px;
  color: #898989;
  top: 60%;
  font-size: 12px;	
}

.hero-form .recatpcha-note {
  text-align: center;
  color: #fff;
}

.hero-form form .wpcf7-submit {
  margin: auto;
}

.page-id-347 .hero-form {
  display: none;
}

.hero-form.popup {
	background-color: #d5e4f3;
}

.sfl-animate-opacity {
  animation: opac 0.8s;
}

.sfl-modal-content {
  margin: auto;
  position: relative;
  outline: 0;
  max-width: 450px;
  width: 100%;
}

.sfl-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.sfl-button {
  font-size: 2rem;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  font-weight: 600;
  background-color: #8CB9C0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recaptcha-note {
  padding: 12px 0;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}

.recaptcha-note a {
  color: #8CB9C0;
}

/* Tables
  --------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
  --------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Slicks
  --------------------------------------------- */

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 3.6 !important;
  cursor: pointer;
  text-align: center;
  color: #fff;
	z-index: 1;
}
.slider-arrow-left {
  left: 0;
}

.slider-arrow-right {
  right: 0;
}

.card-slider-prev,
.card-slider-next {
  color: #1f6294;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin: 5px;
}

.slick-dots li button {
  font-size: 0;
  background-color: #fff;
  padding: 0;
  width: 15px;
  height: 15px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #9CAEB2;
  border-color: #9CAEB2;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
}

.hero-slider .slick-dots li button {
  border-radius: 0;
  width: 70px;
  height: 5px;
  margin-right: 15px;
  margin-left: 15px;
}

.hero-slider .slick-dots li.slick-active button {
  background-color: #9CAEB2;
}
.slick-slide img {
  margin: auto;
}

.testimonial-slider-prev,
.testimonial-slider-next {
  width: auto;
  font-size: 18px;
  background-color: rgb(0 0 0 / 40%);
  padding: 0 8px;
  top: 50%;
  transform: translateY(0);
  line-height: 3 !important;
}

.testimonial-slider-prev {
  left: 60px;
}

.testimonial-slider-next {
  right: 60px;
}

.badge-slider-next,
.badge-slider-prev {
  color: #fff;
  padding: 6px;
  background-color: rgb(62 62 62 / 60%);
  z-index: 1;
}

.badge-slider-prev {
  left: -20px;
  line-height: 2.6 !important;
}

.badge-slider-next {
  right: -20px;
  line-height: 2.6 !important;
}

.therapists-slider-prev,
.therapists-slider-next {
    background-color: rgb(233 185 109);
    padding: 0 8px;
}

/* Social Media
  --------------------------------------------- */
.social-media {
  display: flex;
  gap: 4px;
}

.social-media--icon {
  color: #fff;
  padding: 8px;
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
}

.social-media--icon:hover {
  color: #ffffff;
}

.social-media--icon.yelp {
  background-color: #cf0000;
}

.social-media--icon.google.my.business {
  background-color: #4a81e8;
}

.social-media--icon.facebook {
  background-color: #3b5998;
}

.social-media--icon.youtube {
  background-color: #bb0000;
}

.social-media--icon.twitter {
  background-color: #2ca5da;
}

.social-media--icon.houzz {
  background-color: #47ba00;
}

.social-media--icon.linkedin {
  background-color: #0073b1;
}

.social-media--icon.bbb {
  background-color: #3a96a5;
}

.social-media--name {
  display: none;
}

/* Gallery
  --------------------------------------------- */
.sfs-category-navigation {
  margin: 60px 0;
}

div.sfs-category-navigation .category-item {
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid #c3c3c3;
  color: #848484;
  text-transform: uppercase;
}

div.sfs-category-navigation .category-item.active,
div.sfs-category-navigation .category-item:hover,
div.sfs-custom-gallery .sfs-loadmore-btn:hover {
  background-color: #1f6294;
  color: #fff;
  border-color: #1f6294;
}

div.sfs-custom-gallery .sfs-loadmore-btn {
  background-color: #1f6294;
  color: #fff;
  padding: 8px;
  margin: 60px auto;
  max-width: 310px;
  width: 100%;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
}

/* Buttons
  --------------------------------------------- */
.btn-group {
  display: flex;
  gap: 25px;
}

.btn {
  color: #fff;
  padding: 12px 24px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;	
}

.btn i {
  color: #fff;
  font-size: 12px;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.default-btn {
  border: 1px solid #000;
}

.primary-btn {
  background-color: #9CAEB2;
  border-color: #9CAEB2;
}

.secondary-btn {
  background-color: #8CB9C0;
  border-color: #8CB9C0;
  color: #fff;
}

.dark-btn {
  background-color: #010101;
  border-color: #010101;
  cursor: pointer;
}

.light-btn {
  background-color: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #000;
}

.print-btn {
  color: #000;
  border-color: #d7d7d7;
}

.contact-us-btn {
  text-transform: uppercase;
}

.contact-us-btn a:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

div.site-container .wp-block-button .wp-block-button__link {
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
}

div.site-container .wp-block-button .wp-block-button__link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 4px;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-bottom;
}

div.site-container .wp-block-button.double-check a:after {
  content: "\f560";
  font-size: 14px;
}

.sched-btn i {
  color: #000;
}

/* Custom
  --------------------------------------------- */
.hero-caption .wrap {
  max-width: 760px;
  text-align: center;
}

.hero-btn-group {
  justify-content: center;
}

.grid-block {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
}

.flex-block {
  display: flex;
}

.flex-item {
  flex: 1;
}

.is-bg-fixed {
  background-attachment: fixed;
}

.hidden {
  display: none;
}

.contact-company-info {
  text-align: center;
  margin-bottom: 30px;
}

.icon-heart {
    width: 42px;
    height: 39px;
    background: url(/wp-content/uploads/2022/04/heart.png) no-repeat;
    display: inline-block;
    background-size: cover;
}

/* Structure and Layout
  ---------------------------------------------------------------------------- */

/* Site Container
  --------------------------------------------- */

.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
  --------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
  position: relative;	
}

.site-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    min-height: 300px;
    width: 100%;
    top: 0;
}

.home .site-inner {
    background: #E1E9EA;
}

.content-sidebar-wrap {
  margin: 0 auto 60px;
  padding: 30px;
  position: relative;	
}

/* Common Classes
  ---------------------------------------------------------------------------- */

/* Avatar
  --------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
  --------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 3;	
}

.breadcrumb .separator {
  margin: 0 8px;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb .breadcrumb-link-wrap:first-of-type a {
  background-color: #8CB9C0;
  padding: 10px 12px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
  --------------------------------------------- */

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  max-width: 560px;
  width: 100%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
  --------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;	
  text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #1f6294;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
  --------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
  ---------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
  --------------------------------------------- */

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Skip Links
  ---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #010101;
  outline: 0;
}

/* Site Header
  ---------------------------------------------------------------------------- */
.covid-note {
  background-color: #d3e3f2;
  text-align: center;
  padding: 8px;
  color: #40403e;
}

.covid-note a {
  color: #40403e;
}

.top-bar {
  position: fixed;
  width: 100%;
  z-index: 1;
  height: 50px;
}

.top-bar .grid-block {
  justify-content: space-between;
  padding: 15px 60px;
  background-color: rgb(4 4 4 / 50%);
}

.header-phone {
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
  color: #fff;
}

.header-phone:hover,
.header-phone:focus {
  color: #fff;
}

.site-header {
  position: fixed;
  padding: 0;
  width: 100%;
  z-index: 9999;
}

/* Title Area
  --------------------------------------------- */
.title-area a {
  top: 0;
}

.title-area img {
  transition: all 0.2s;
}

.sticky-head .title-area img {
  max-width: 178px;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

/* Header Right
  --------------------------------------------- */

.header-right {
  display: flex;
  color: #fff;
  align-items: center;
}

.header-right i {
  font-size: 36px;
  color: #8CB9C0;
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border: 2px solid #cfcfcf;
}

.phone-number {
  display: flex;
  flex-direction: column;
}

.phone-number span {
  font-size: 10px;
  font-weight: 700;
}

.phone-number a {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.register-btn,
.register-btn:hover {
  background-color: #fff;
  color: #9CAEB2;
  border: 0;
  text-transform: none;
}

.register-btn i {
  color: #9CAEB2;
}

.sticky-head .register-btn {
  background-color: #9CAEB2;
  color: #fff;
}

.sticky-head .register-btn i {
  color: #fff;
}

.mobile-dot-nav {
  position: absolute;
  font-size: 20px;
  color: #40403e;
  cursor: pointer;
  padding: 6px 0;
  width: 40px;
  text-align: center;
  bottom: 13px;
  z-index: 1;
}

.mobile-dot-nav i {
  transform: rotate(90deg);
}

.mob-dots-items {
  display: none;
}
.genesis-nav-menu > .menu-item
/* Site Navigation
  ---------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  text-align: left;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  display: block;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .current-menu-ancestor,
.genesis-nav-menu .current-menu-item {
  color: #fff;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  background-color: #333;
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .menu-item {
  border: 1px solid #f1f1f1;
}

.genesis-nav-menu .sub-menu .menu-item:not(:first-of-type) {
  border-top: 0;
}

.genesis-nav-menu > a:focus,
.genesis-nav-menu > a:hover {
  color: #40403e;
  text-decoration: none;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
  --------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

nav,
.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #40403e;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  border-width: 0;
  color: #fff;
}

.menu-toggle {
  margin-top: 0;
  padding: 6px 0;
  position: absolute;
  z-index: 1000;
  right: 0;
  cursor: pointer;
  bottom: 15px;
  border-radius: 0;
  width: 40px;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.menu-toggle:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #8CB9C0;
}

.site-header .dashicons-before::before {
  content: none;
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 100;
  transition: none;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

.sub-menu-toggle:after {
  content: "\f078";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
}

.header-nap {
  display: none;
  position: relative;
  z-index: 1;
  padding: 12px 20px;
  background-color: #010101;
}

/* Footer Menu
  --------------------------------------------- */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

#menu-our-services-1 li,
#menu-service-areas-1 li,
#menu-quick-links-1 li {
  transition: 0.2s 0.1s;
  padding: 6px 0;
}

#menu-our-services-1 li:before,
#menu-service-areas-1 li:before,
#menu-quick-links-1 li:before {
  content: "\f0da";
  font-weight: 900;
  padding-right: 8px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
}

.footer-column ul li:hover {
  padding-left: 14px !important;
}

/* Content Area
  ---------------------------------------------------------------------------- */

/* Entry Content
  --------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: none;
  padding-left: 22px;
}

.entry-content ul > li:before {
  content: "\f00c";
  color: #8CB9C0;
  font-family: "Font Awesome 5 Free";
  margin-right: 16px;
  margin-left: -28px;
  font-weight: 900;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

.blog h1.title_style,
.archive h1.title_style {
  flex: 100%;
  text-align: center;
}

#blog-widget {
  position: relative;
  width: 100%;
}

.blog-widget-wrap {
  display: flex;
}

.blog-widget-wrap section {
  flex: 1;
  position: relative;
}

.blog-widget-wrap section:not(:last-of-type) {
  margin-right: 30px;
}

.blog-widget-wrap select {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #010101;
}

.blog-widget-wrap select:hover {
  background-color: #8CB9C0;
  color: #fff;
}

.blog-widget-wrap h3 {
  display: none;
}

.blog-widget-wrap section select {
  text-transform: uppercase;
  font-weight: 700;
}

#blog-widget .widget-wrap:after {
  content: "\f0d7";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}

#blog-widget:hover .widget-wrap:after {
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-right: 25px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select option {
  background-color: #8CB9C0;
  color: #fff;
}

.blog-post-article {
  display: block;
}

.blog-post-article article {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
}

.blog-post-header {
  margin-bottom: 20px;
}

.article-block.post-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 20px rgb(4 4 4 / 20%);
  flex-direction: column;	
}

.article-block.post-wrap:hover {
  background-color: #d3e3f2;
}

.article-block.post-wrap figure {
  background-color: #fff;
  max-width: 420px;
  margin: 15px;
  width: 100%;
  text-align: center;	
}

.article-wrap {
  height: 100%;
  width: 100%;
  padding: 15px;
}

.article-wrap > * {
  z-index: 1;
  position: relative;
}

.post-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.article-block.post-wrap:hover .post-title {
	border-bottom-color: #fff;
}

.post-title a {
  color: #8CB9C0;
}

.post-info {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
}

.post-info a {
  color: #40403e;
}

.post-info i {
  color: #8CB9C0;
  margin-right: 5px;
}

.read-post,
.read-post:hover {
  text-transform: uppercase;
  font-weight: 700;
  color: #8CB9C0;
  border: 0;
}

.archive-pagination.pagination {
  flex: 100%;
}

.category-name {
  padding-top: 50px;
  margin-top: -30px;
  padding-left: 0 !important;
}

.category-name li:first-of-type {
  height: auto;
}
li.page_item.page-item-5212,
li.page_item.page-item-5214,
li.page_item.page-item-829,
li.page_item.page-item-827,
li.page_item.page-item-724,
li.page_item.page-item-722 {
  display: none;
}

.search-result article,
.search-result .more-link {
  margin-bottom: 0;
}

div.sfs-review.reviewpostbox-form button.sfcr-submit-review,
div.view-review-form button.sfcr-create-review {
  background-color: #8CB9C0;
  border-color: #8CB9C0;
  border-radius: 0;
}

/* Entry Meta
  --------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
  --------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px 0;
  text-align: center;
  display: block;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

nav.navigation.pagination .nav-links .page-numbers {
  padding: 10px 10px;
  background-color: #fff;
  line-height: 1;
  color: #40403e;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #ffffff;
  color: #40403e;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 4px;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #8CB9C0;
  color: #fff;
  border-color: #8CB9C0;
}

/* Entry Comments
  --------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Site Sections
  ---------------------------------------------------------------------------- */
.main-content h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
}

.secondary-title {
  font-family: "Ephesis";
  font-size: 26px;
  font-weight: 700;
}

.hero-caption {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 112px 20px 0;
}

.home .hero-caption {
  padding-top: 190px;
}

.hero-caption__wrap {
  text-align: left;
}

.hero-caption-title {
  font-family: "Roboto", sans-serif;	
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;	
}

.hero-caption-text,
.hero-caption-text-title {
  color: #40403e;
  font-size: 26px;
  margin-bottom: 32px;
  font-family: "Ephesis", cursive;
  line-height: 1.2;
}

.hero-btn {
  background-color: #3dae2b;
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  max-width: 250px;
  width: 100%;
  text-align: center;
}

.hero-btn:hover {
  background-color: #1f6294;
  color: #fff;
}

.site-section {
  position: relative;
  padding: 60px 15px;
}

.site-section.static {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
  border-bottom: 1px solid #fff;
}

.page-banner {
  position: relative;
  height: 770px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;	
}

.page-banner--overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.page-banner--overlay.disable {
  display: none;
}

.page-tagline {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-badge {
  margin-bottom: 20px;
}

.hero-title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Ephesis", serif;
  text-decoration: underline;
}

.section-tagline {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #40403e;
  text-align: center;
  text-transform: uppercase;	
}

.section-title {
  font-size: 40px;
  color: #40403e;
  text-align: center;
  font-weight: 500;
  font-family: "Ephesis", serif;
  line-height: 1.3;	
}

/* Content 
  ------------------------------------------*/
.floating-content .wp-block-group__inner-container {
	position: relative;
}

.floating-image img {
    box-shadow: 0 10px 30px #e1eef9;
}

.floating-text {
	max-width: 400px;
	background-color: #8CB9C0;
	color: #fff;
	padding: 30px;
	font-weight: 400;
}

.floating-text a {
	color: #fff;
}

.about-us-section {
  background: #eef4f6;
}

.about-philosophy {
    max-width: 1180px;
    margin: auto;
    padding: 60px 15px;
	position: relative;
}

.service-list figcaption {
    color: #8CB9C0;
}

.heart-icon {
  width: 75px;
  height: 75px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2021/11/heart-icon.png);
  background-size: cover;
  background-position: center;
}

.know-us-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
}

.know-us-text {
  display: flex;
  align-items: center;
}

.know-us-link span {
  font-family: "Ephesis", sans-serif;
  font-size: 30px;
  padding-left: 20px;
  font-weight: 500;
}

.know-us-link a {
  text-transform: uppercase;
  font-weight: 700;
  color: #40403e;
}

.about-us-section h1 {
  text-align: left;
}

.about-us-section h1:after {
  margin-left: 0;
}

.about-accord-title {
  text-transform: uppercase;
  background-color: #c2c2c2;
  padding: 16px 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-accord-title.ui-state-active {
  background-color: #40403e;
}

.about-accord-content {
  padding: 16px 30px;
}

.ui-accordion-header-icon {
  line-height: 1.6 !important;
  font-size: 12px;
  background-color: #fff;
  color: #c2c2c2;
  width: 16px;
  height: 16px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  order: 2;
}

.about-container {
    position: relative;
}

.about-container:before {
    content: '';
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
    background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
    position: absolute;
}

.margin-auto {
    margin: auto;
    max-width: fit-content;
    display: block;
}

.about-accord-title.ui-state-active .ui-accordion-header-icon {
  color: #40403e;
}

.about-highlight h2 {
  font-family: "Ephesis", sans-serif;
  text-transform: none;
  font-weight: 700;	
}

.about-highlight h2 span {
	font-family: "Roboto", sans-serif;
	display: block;
}

/* Sevices 
  ------------------------------------------*/
.service-tagline,
.service-title {
  color: #fff;
}

.site-section.services {
  background: -moz-linear-gradient(
    top,
    rgb(140 185 192) 0%,
    rgba(0, 15, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgb(140 185 192) 0%,
    rgba(0, 15, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(140 185 192) 0%,
    rgba(0, 15, 255, 0) 100%
  );
      margin-top: -1px;	
}

.services--item {
  display: flex;
  gap: 30px;
  max-width: 1744px;
  margin: auto;
  position: relative;	
}

.services--item-container {
  flex: 1;
  padding: 15px;
}

.services--title {
  color: #ffffff;
  margin-bottom: 50px;
}

.services-item-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.service-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 30px;
}

.services--item-container:hover .service-content {
  position: relative;
}

.service-item-title {
  font-size: 18px;
  color: #040404;
  text-align: center;
  padding-top: 30px;
  font-weight: 600;
}

.service-item-title a {
    color: #040404;
}

.services--item-btn {
  text-transform: uppercase;
  font-weight: 700;
}

.service-cta {
  max-width: 1170px;
  margin: 80px auto 60px;
  background-color: rgb(0 0 0 / 80%);
  padding: 20px;
  box-shadow: 0 0 10px rgb(182 161 117 / 50%);
}

.service-cta-wrap {
  border: 1px solid #363636;
  padding: 45px 12px;
}

.service-cta-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

.service-cta-title:after {
  content: none;
}

.service-cta-btn {
  margin: auto;
  display: table;
  border: 1px solid #8CB9C0;
}

.gradient-spacer {
  max-width: 1600px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(left, #b9d6e4 2%, #e1e1e1 50%, #b9d6e4 98%);
  background-image: -o-linear-gradient(
    left,
    #b9d6e4 2%,
    #e1e1e1 50%,
    #b9d6e4 98%
  );
  background-image: -moz-linear-gradient(
    left,
    #b9d6e4 2%,
    #e1e1e1 50%,
    #b9d6e4 98%
  );
  background-image: -webkit-linear-gradient(
    left,
    #b9d6e4 2%,
    #e1e1e1 50%,
    #b9d6e4 98%
  );
  background-image: -ms-linear-gradient(
    left,
    #b9d6e4 2%,
    #e1e1e1 50%,
    #b9d6e4 98%
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0.02, #b9d6e4),
    color-stop(0.5, #93b5bf),
    color-stop(0.98, #b9d6e4)
  );
  margin: 40px auto;
}

.service-btn-group {
  justify-content: center;
  padding: 40px 0;
}

.service-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  max-width: 260px;
  width: 100%;
  text-align: center;
}

.service-btn-wrap a {
  margin-top: 6px;
  max-width: 260px;
  width: 100%;
}

.service-btn-wrap a:first-of-type i {
  margin-right: 6px;
}

/* Appointment
  ------------------------------------------*/
.appointment {
    max-width: 1160px;
    margin: auto;
    text-align: center;
}

.appointment-title {
    margin-bottom: 25px;
}

.page-id-422 .site-section.appointment {
    display: none;
}

/* Our Team
  ------------------------------------------*/
.page-id-396 .site-inner {
    padding: 0;
}

.site-section.who-we-are {
  background-color: #8CB9C0;
  padding-top: 20px;
}

.who-we-are:before {
  content: "";
  height: 260px;
  width: 100%;
  background-color: #fff;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
}

.who-we-are-wrap {
  max-width: 1180px;
  margin: auto;
  position: relative;
}

.therapists-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  color: #fff;
  flex-direction: column;	
}

.therepists-more-btn {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 30px;
  display: block;
  text-decoration: underline;
  font-size: 14px;
}

.therepists-more-btn:hover {
  color: #fff;
}

.therepists-more-btn i {
  font-size: 12px;
}

.therepists-btn,
.therepists-btn:hover {
  font-size: 14px;
  background-color: #fff;
  color: #8CB9C0;
}

.therepists-btn i {
  color: #8CB9C0;
}

/*.therapists-item > div {
  flex: 1;
  width: 100%;
}*/

.therapists-bio {
    flex: 1;
	order: 2;
}

.therapists-name-img {
    max-width: 370px;
	width: 100%;
}

.therapists-bio {
  font-size: 18px;
  font-weight: 400;
}

.therapists-photo {
  max-width: 370px;
  height: 370px;
  background-color: #e1e1e1;
  margin: auto;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  background-position: center;	
}

.therapists-name {
  padding: 16px 8px;
  background-color: #40403e;
  text-align: center;
  color: #fff;
  margin: -30px auto 10px;
  max-width: 340px;
  border-radius: 10px;	
}

.therapists-name span {
  display: block;
  font-size: 20px;
}

.button-therapists {
    background-color: #9caeb2;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    max-width: 450px;
    margin: auto;
    color: #ffffff;
    box-shadow: 0 5px 5px #d8d8d8;
}

.button-therapists a {
	color: #ffffff;
	display: block;
}

.therapists-info {
    margin-top: 50px;
    box-shadow: 0 5px 5px #333;
    max-width: 500px;
}

.our-team-info-cols img {
  border-radius: 10px !important;
}

.our-team-info p {
  background-color: #f1f1f1;
  padding: 12px;
}

.our-team-info p a {
  display: block;
}

.team-photo figure {
    margin-bottom: 0;
}

.team-bio {
    padding: 30px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    background-color: rgb(140 185 192 / 10%);
    border-radius: 10px;
}

.team-photo img {
    border-radius: 10px !important;
}

.team-spacer {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(left, #b9d6e4 2%, #e1e1e1 50%, #b9d6e4 98%);
    background-image: -o-linear-gradient( left, #b9d6e4 2%, #e1e1e1 50%, #b9d6e4 98% );
    background-image: -moz-linear-gradient( left, #b9d6e4 2%, #e1e1e1 50%, #b9d6e4 98% );
    background-image: -webkit-linear-gradient( left, #b9d6e4 2%, #e1e1e1 50%, #b9d6e4 98% );
    background-image: -ms-linear-gradient( left, #b9d6e4 2%, #e1e1e1 50%, #b9d6e4 98% );
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, #ffffff), color-stop(0.5, #93b5bf), color-stop(0.98, #ffffff) );
    margin: 40px auto;
}

.team-bio a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

/* What We Offers
  ------------------------------------------*/
.offers-wrap {
  max-width: 1180px;
  margin: auto;
}

.offers-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 20px;
}

.offers-content li {
  border-left: 4px solid #d3e3f2;
  padding: 12px 20px;
  margin-bottom: 10px;
}

.offers-content .contact-btn {
  border: 0;
  padding: 0;
}

.offers-content .contact-btn a {
  display: block;
  background-color: #9CAEB2;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;	
}

.offers-content .contact-btn i {
  font-size: 12px;
}

/* Testimonials
  ------------------------------------------*/
.testimonials {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3d3d3d;
}

.testimonials-tagline {
    color: #ffffff;
}

.testimonials--title {
  color: #ffffff;	
  margin-bottom: 30px;
}

.testimonials-wrap {
  max-width: 1180px;
  margin: auto;
}

.testimonial-card {
  background-color: rgb(255 255 255 / 70%);
  padding: 40px;
  margin: 40px 10px 10px 70px;
  position: relative;
  border-left: 5px solid #8CB9C0;
  box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
}

.testimonial-text {
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-align: center;
  font-style: italic;
  color: #010101;
  font-weight: 400;
  font-size: 18px;
}

.testimonials-btn-group {
  justify-content: center;
  gap: 20px;
}

.testimonials-btn {
  max-width: 210px;
  width: 100%;
  text-align: center;
}

.testimonials-btn i {
  color: #fff;
}

.secondary-testimonials-btn,
.secondary-testimonials-btn:hover {
  background-color: #fff;
  color: #8CB9C0;
  border-color: #fff;
}

.secondary-testimonials-btn i {
  color: #8CB9C0;
}

.testimonials-container {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px;
}

.quote-right {
  position: absolute;
  left: -70px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8CB9C0;
  color: #fff;
  font-size: 30px;
}

.testimonial-rating {
  text-align: center;
  color: #fbb03b;
}

.testimonial-author {
  font-weight: 700;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.light-btn.testimonials-btn {
  background-color: #fff;
}

.light-btn.testimonials-btn:hover {
  color: #000;
}

.reviews-column {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}

.reviews-column-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
}

span.reviews-column-title {
  text-transform: uppercase;
}
/* Call To Action
  ------------------------------------------*/
.site-section.cta {
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-container {
  max-width: 1180px;
  margin: auto;
}

.cta-tagline,
.cta--title {
  color: #fff;
}

.cta--content {
  padding-top: 54px;
}

.cta-btn-group {
  justify-content: center;
  align-items: center;
}

.cta-btn-group a {
  max-width: 270px;
  width: 100%;
  text-align: center;
}

.cta-btn-group a:first-of-type i {
  margin-right: 6px;
}

/* Contact Info 
  ------------------------------------------*/
.site-section.contact {
  background-color: rgb(140 185 192 / 10%);
}

.contact--content {
  max-width: 1180px;
  margin: 15px auto;
}

.info-text {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.info-text span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #040404;
}

/* Sidebar
  ---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Site Footer
  ---------------------------------------------------------------------------- */

.site-footer {
  font-size: 15px;
  line-height: 1.5;
  padding: 120px 60px;
  background-color: #9caeb2;
  color: #fff;
  font-size: 16px;
}

.site-footer-wrap {
  max-width: 1180px;
  margin: auto;
}

.footer-columns {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.footer-logo {
  margin-bottom: 26px;
  display: inline-block;
}

.footer-columns a {
  color: #fff;
}

.footer-column-title {
  font-size: 26px;
  position: relative;
  padding-bottom: 12px;
}

.footer-text a {
  display: block;
  margin-top: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-text i {
  font-size: 12px;
}

.company-info {
  display: flex;
}

.company-info i {
  font-size: 14px;
  color: #8CB9C0;
  margin-top: 4px;
  max-width: 20px;
  width: 100%;
  text-align: center;
}

.footer-infos {
  margin-top: 16px;
}

.footer-column .social-media {
  display: block;
  margin-top: 16px;
}

.footer-column .social-media--name {
  display: inline-block;
  margin-left: 12px;
}

.footer-column .social-media--item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.footer-column .social-media--icon {
  background-color: #3b5998;
}

.footer-column .social-media--icon.facebook {
  background-color: #3b5998;
}

.footer-column .social-media--icon.facebook {
  background-color: #3b5998;
}

.footer-copyright-media {
  padding: 60px 12px;
  background: #9caeb2;
  color: #fff;
  border-top: 1px solid #f3f8f9;
}

.footer-copyright-media-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin: auto;
}

.toggle-links {
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0 0;
  font-family: "Ephesis", sans-serif;
}

.toggle-link-text:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 6px;
}

.toggle-link-text.collapse:after {
  content: "\f106";
}

.copyright {
  font-size: 16px;	
  text-align: center;
}

.copyright a {
  color: #fff;
}

.scroll-top {
  bottom: 54px;
  right: 4px;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  display: none;
}

/* Media Queries
  ---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 600px) {
  .one-half-li {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .mobile-services--item {
    display: none;
  }
  .desktop-services--item {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* Site Header
    --------------------------------------------- */
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 60px 15px 15px;
  }

  .site-header.sticky-head {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 0 4px 10px #a9a9a9;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  .top-bar-active {
    top: 101px;
  }

  .top-bar.sticky-head {
    position: absolute;
  }

  .admin-bar .top-bar-active {
    top: 133px;
  }

  .admin-bar .top-bar-active.sticky-head {
    top: 32px;
  }

  .site-header > .wrap {
    display: flex;
    align-items: center;
    max-width: 1800px;
    margin: auto;
  }

  .title-area {
    max-width: 267px;
    width: 100%;
  }

  /* Header Right
    --------------------------------------------- */
  .header-widget-area {
    flex: 1;
    text-align: right;
  }

  .header-btn-widget {
    padding-bottom: 20px;
  }

  .header-phone-wrap {
    display: inline-block;
    margin-right: 30px;
  }

  .header-phone-wrap i {
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  }

  .header-phone {
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  }

  .sticky-head .header-phone-wrap i,
  .sticky-head .header-phone {
    color: #8CB9C0;
    text-shadow: none;
  }

  .contact-info {
    flex-direction: column;
  }

  .sticky-head .contact-info--item i,
  .sticky-head .contact-info--item a {
    color: #1f6195;
  }

  .sticky-head .contact-info--item span {
    display: none;
  }

  .mobile-dot-nav {
    display: none;
  }

  /* Header Menu
    --------------------------------------------- */

  .nav-primary {
    display: flex;
    justify-content: end;
    flex: 1;
    width: 100%;
    text-align: left;
  }

  .genesis-nav-menu a {
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  }

  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a {
    background-color: rgb(140 185 192 / 65%);
  }
  .sticky-head .genesis-nav-menu a:hover,
  .sticky-head .genesis-nav-menu .current-menu-item > a,
  .sticky-head .genesis-nav-menu .menu-item:hover .sub-menu-toggle:after,
  .sticky-head .genesis-nav-menu .current-menu-item .sub-menu-toggle:after {
	background-color: #8CB9C0;  
    color: #fff;
  }

  .sticky-head .genesis-nav-menu a,
  .sticky-head .sub-menu-toggle:after {
    color: #000;
    text-shadow: none;
  }

  .sub-menu-toggle {
    top: 50%;
    transform: translateY(-50%);
  }

  /* Genesis Menu
    --------------------------------------------- */

  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #1f6294;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 200px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    border: 5px;
  }

  .nav-primary .genesis-nav-menu a.sf-with-ul {
    padding-right: 26px;
  }

  .genesis-nav-menu .sub-menu a {
    border-top: 0;
    padding: 15px;
  }

  .sticky-head .genesis-nav-menu .sub-menu a {
    color: #fff;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 240px;
  }

  /* Responsive Menu
    --------------------------------------------- */

  .menu-toggle {
    display: none;
    visibility: hidden;
  }

  .sub-menu-toggle {
    padding: 9px;
    color: #010101;
  }

  /* Modal Forms
    --------------------------------------------- */
  .modal-button {
    position: fixed;
    right: -116px;
    bottom: auto;
    top: 50vh;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: none;
  }

  .scrolled .modal-button {
    top: 240px;
  }

  .flex-field {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
  }

  .flex-col {
    flex: 1 46%;
    position: relative;
  }

  /* Site Inner
    --------------------------------------------- */

  .content-sidebar-wrap {
    max-width: 1180px;
    margin: auto;
	padding-top: 10px;  
  }

  .wp-block-column.image-right {
    order: 1;
  }
	
	.article-block.post-wrap {
		flex-direction: row;
	}

  /* Site Section
    --------------------------------------------- */
	.page-id-406 .site-section.appointment,
	.page-id-386 .site-section.appointment {
		padding-top: 60px;
	}
	
	.floating-content .wp-block-group__inner-container {
		display: flex;
		gap: 20px;
		align-items: center;
	}
	
	.floating-content {
		position: relative;
		padding: 60px 0;
	}
	
	.floating-text {
		align-items: center;
		margin: 0;
		max-width: 550px;
		padding: 30px 60px;
	}
	
	.small-padding {
		padding: 60px;
	}
	
	.align-bottom {
		transform: none;
		top: auto;
		bottom: 0;
		margin-bottom: 0;
	}
	
  .hero-slider__image img {
    object-fit: cover;
  }

  .site-slider:before,
  .page-banner:before {
    content: "";
    height: 260px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
 	background: -moz-linear-gradient( top, rgb(156 174 178 / 65%) 0%, rgba(230, 175, 88, 0) 100% );
    background: -webkit-linear-gradient( top, rgb(156 174 178 / 65%) 0%, rgba(230, 175, 88, 0) 100% );
    background: linear-gradient( to bottom, rgb(156 174 178 / 65%) 0%, rgba(230, 175, 88, 0) 100% );
  }

  .hero-caption .hero-form {
    display: block;
  }

  .hero-caption {
    padding: 112px 0 0;
    justify-content: flex-start;
    max-width: 1800px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
  }

  .hero-caption .wrap {
    text-align: left;
  }

  .hero-caption-title {
    font-size: 38px;
  }

  .hero-caption-text,
  .hero-caption-text-title {
    color: #fff;
    font-size: 70px;
    line-height: 1.2;
  }
	
	.hero-caption-text-title {
		font-size: 70px;
	}	

  .hero-btn-group {
    justify-content: flex-start;
  }
	
	.breadcrumb {
		font-size: 14px;
	}

  .site-section {
    padding: 120px 60px;
  }
	
	.service--item-wrap {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

  .services--item-container .service-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
  }
	
	.service-content {
		height: 100%;
	}
	
	.service-item-content {
		flex: 1;
	}

  .site-section.offers {
    padding-top: 15px;
  }

  .about-us-section .grid-item:first-of-type {
    margin-top: -125px;
  }

  .about-us-section #accordion {
    position: absolute;
    max-width: 580px;
    width: 100%;
    z-index: 1;
  }
	
	.our-therapists {
		padding: 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

  .therapists-item {
    margin-top: 60px;
	  position: relative;
  }
	
	.therapists-bio {
		min-height: 460px;
	}
	
	.therapists-bio p:last-child {
		position: absolute;
		bottom: 0;
		margin: 0;
	}

  .home .therapists-name-img {
    margin-top: 0;
  }


	.page-id-396 .hero-caption-text-title,
	.page-id-406 .hero-caption-text-title {
		max-width: 500px;
	}
	
  .our-therapists .slick-dots {
    max-width: 370px;
    display: flex;
    margin-right: 0;
    margin-left: auto;
    gap: 20px;
  }

  .who-we-are-container {
    display: flex;
  }

  .who-we-are-container > div {
    flex: 1;
    padding: 30px;
  }

  .who-we-are--title {
    position: relative;
    z-index: 1;
  }

  .who-we-are--title:after {
    margin-left: 0;
  }

  .site-section.cta {
    padding: 250px 60px;
  }

  .footer-widget2,
  .footer-widget3,
  .footer-widget4 {
    padding-left: 100px;
  }

  /* Content
    --------------------------------------------- */

  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .only-mobile {
    display: none;
  }

  /* Sidebar
    --------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
    --------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
    --------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
    --------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
    --------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 30px;
  }

  /* Footer Widgets
    --------------------------------------------- */

  .footer-column {
    flex: 1;
  }

  .footer-column ul li a i {
    color: #fff;
    margin-right: 10px;
    font-size: 10px;
  }

  .footer-nav {
    flex: 1;
  }
  .d-hidden {
    display: none;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
  .hero-slider__image img {
    object-fit: cover;
    height: 540px;
  }

  .title-area {
    max-width: 172px;
  }

  .genesis-nav-menu a {
    font-size: 12px;
    padding: 8px 6px;
  }
	
	.sub-menu-toggle {
		padding: 4px;
		right: 1px;
	}
	
	.nav-primary .genesis-nav-menu a.sf-with-ul {
		padding-right: 18px;
	}

	.therapists-bio p:first-child {
		font-size: 16px;
	}	
	
  .about-us-section #accordion {
    max-width: 400px;
  }
  .footer-columns .footer-column:nth-child(2) {
    flex: 1.5;
  }
	
	.scroll-top {
		bottom: 100px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 28px; 
	}
	.content-sidebar-wrap {
		padding: 0;
	}
	div.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	.floating-text {
		margin-left: auto;
		margin-right: auto;
		padding: 15px;
		max-width: 700px;
	}
	
	.floating-image {
		text-align: center;
	}
	
	.gradient-spacer {
		background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, #ffffff), color-stop(0.5, #93b5bf), color-stop(0.98, #ffffff) );		
	}
	.icon-heart {
		display: block;	
    	margin: 16px auto;
	}	
	
  .flex-block {
    flex-direction: column;
  }
  .top-bar {
    top: 60px;
  }

  .admin-bar .top-bar {
    top: 106px;
  }

  .top-bar .grid-block {
    justify-content: center;
  }

  .top-bar .grid-block .grid-item:nth-child(1) {
    display: none;
  }

  header.site-header {
    background-color: #fff;
  }

  .site-header > .wrap {
    display: flex;
    flex-direction: column;
  }

  .header-btn-widget {
    text-align: center;
  }

  .header-phone-wrap {
    padding: 4px 15px;
  }

  .header-phone-wrap i {
    font-size: 20px;
    color: #fff;
  }

  .register-btn {
    display: none;
  }

  .title-area {
    text-align: center;
    position: relative;
    z-index: 1;
    order: 1;
    padding: 4px 0;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  }

  .title-area img {
    max-width: 178px;
  }

  .title-area a {
    position: relative !important;
  }

  .sticky-head .title-area {
    text-align: center;
  }
	
	.hero-caption-text, .hero-caption-text-title {
		color: #40403e;
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 32px;
		font-family: "Roboto", sans-serif;
		line-height: 1.2;
		text-shadow: 0 2px 15px rgb(0 0 0 / 50%);
	}	
	
	.hero-caption-text-title {
		color: #fff;
	}

  .sticky-head .header-btn-widget {
    display: none;
  }

  .mob-item {
    display: flex;
    align-items: baseline;
    color: #fff;
  }

  .mob-item i {
    margin-right: 5px;
    justify-content: center;
    width: 20px;
  }

  .mob-dots-items {
    background-color: #8CB9C0;
    padding: 12px 15px;
    position: fixed;
    top: 110px;
  }

  .sticky-head .mob-dots-items {
    top: 68px;
  }

  .mob-dots-items a {
    color: #fff;
  }

  .header-icon {
    font-size: 20px;
    width: 48px;
    height: 48px;
  }

  .header-right i {
    font-size: 22px;
    width: 34px;
    height: 34px;
  }

  .phone-number span {
    display: none;
  }

  .phone-text span {
    display: none;
  }

  .phone-number a {
    color: #fff;
  }

  .genesis-responsive-menu {
    position: fixed;
    top: 108px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 15px 15px 120px;
    background-color: rgb(0 105 157);
    transition: 0.3s top;
    height: 100%;
    overflow-y: auto;	  
  }

  .genesis-nav-menu .sub-menu {
    background-color: #8CB9C0;
  }

  .sticky-head .genesis-responsive-menu {
    top: 68px;
  }

  .genesis-nav-menu a {
    padding: 12px;
  }

  .genesis-nav-menu .sub-menu .menu-item {
    border: 0;
  }
	
	.site-slider {
		margin-top: 108px;
	}
	
	.page-banner--overlay {
		display: none;
	}

  .page-hero.inner-page,
  .page-anner {
    margin-top: 0;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-caption .wrap {
    text-align: center;
  }

  .home .hero-caption {
        padding: 40px 15px;
  }
	
	.home .hero-caption-title {
    	color: #40403e;		
	}
	
	.hero-caption-title {
    	color: #fff;		
	}

  .hero-caption-title:after {
    margin-left: auto;
    margin-right: auto;
  }
	
	.hero-slider__image img {
		height: 370px;
	}
	
	.home .hero-caption {
		padding-bottom: 90px;
	}
	
	.hero-caption-text {
		margin-bottom: 0;
	}
 	.site-inner {
    padding: 60px 15px;
  }

  .home .site-inner {
    padding-bottom: 0;
	background: -moz-linear-gradient(top,  rgba(213,228,243,1) 0%, rgba(255,255,255,0) 20%);
	background: -webkit-linear-gradient(top,  rgba(213,228,243,1) 0%,rgba(255,255,255,0) 20%);
	background: linear-gradient(to bottom,  rgba(213,228,243,1) 0%,rgba(255,255,255,0) 20%);
	  
  }

  .home .content-sidebar-wrap {
    background: transparent;
    margin: 0;
    padding: 0;
  }

  .our-team-info-cols .wp-block-column {
    margin-bottom: 40px;
  }

  .wp-block-columns {
    display: block !important;
    margin: auto;
  }

  .wp-block-columns figure {
    max-width: 570px;
    margin: 0 auto 60px;
  }

  figure.alignnone:before {
    bottom: -16px;
    left: -16px;
  }

  figure.alignright:after {
    bottom: -16px;
    right: -16px;
  }

  .blog article,
  .archive article {
    flex: 1 100%;
  }

  .flex-field {
    flex-direction: column;
  }

  .flex-field-item:not(:last-child) {
    margin-right: 0;
  }

  form .wpcf7-submit {
    margin: auto;
  }
	
	.section-tagline {
		font-size: 18px;
	}
	
	.section-title {
		font-size: 26px;
		margin-bottom: 30px;
	}

  .services--item {
    flex-direction: column;
  }

  .service-content {
    justify-content: center;
  }

  .service-item-title span {
    display: block;
  }

  .services--item-container {
    max-width: 500px;
    margin: auto;
    width: 100%;
    border-color: transparent;
	text-align: center;  
  }

  .site-section.perfect-install {
    padding: 60px 15px 200px;
    background-size: cover;
    background-position: center;
  }

  .about-us-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .about-us-section .grid-block {
    grid-auto-flow: row;
    padding: 15px 15px 0;
    max-width: 570px;
  }

  .about-us-section .grid-block .grid-item:first-of-type {
    order: 1;
  }

	.who-we-are-tagline {
		color: #636363;
	}	
	
  .who-we-are--title {
    max-width: 570px;
  }

  .who-we-are--title:after {
    margin-left: 0;
  }

  .therapists-item {
    flex-direction: column;
    max-width: 570px;
    margin: auto;
  }
	
	.therapists-bio {
		font-size: 16px;
	}

  .offers--title {
    max-width: 570px;
    margin: auto;
  }

  .offers-content {
    grid-template-columns: 1fr;
    max-width: 370px;
    margin: auto;
  }

  .testimonial-slider-prev {
    left: 0;
  }

  .testimonial-slider-next {
    right: 0;
  }

  .cta-btn-group {
    gap: 5px;
  }

  .blog-post-article article {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-article article:nth-child(odd) {
    margin-right: auto;
  }

  .footer-columns {
    flex-direction: column;
  }

  .footer-intro-text,
  .footer-form {
    display: none;
  }

  .footer-column-title {
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
	padding-bottom: 0;  
  }

  .footer-column {
    max-width: 364px;
    margin: auto;
    width: 100%;
  }

  .footer-infos {
    max-width: 364px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-company-logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-nav-media {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer-nav {
    margin-bottom: 12px;
  }

  .footer-column ul {
    max-width: 500px;
    margin: auto;
  }

  .footer-copyright-media-wrap {
    flex-direction: column;
    text-align: center;
  }

  .lincese-info {
    order: 1;
    margin-top: 30px;
  }

  .copyright {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-badge {
    text-align: center;
    margin-top: 30px;
  }

  .modal-button {
    position: fixed;
    top: 776px;
    bottom: auto;
    max-width: 360px;
    font-size: 14px;
    padding: 16px 20px;
    font-weight: 700;
	display: none;   
  }
	
	.home .modal-button {
		display: block;
	}

  .modal-button span {
    display: inline-block;
  }

  .scrolled .modal-button {
    top: auto;
    font-size: 12px;
    max-width: 170px;
    margin: 0;
    position: relative;
    padding: 6px 10px;
    font-weight: 700;
	  display: block;
  }

  .scrolled .modal-button span {
    display: block;
  }

  .sticky-head .header-right {
    display: none;
  }

  .mobile-btn__group {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
	z-index: 10;   
  }

  .mobile-btn__group div {
    flex: 1;
    border-radius: 0;
  }

  .phone-bottom {
    display: none;
    max-width: 170px;
    align-items: center;
    color: #fff;
    background: #8CB9C0;
    margin-right: 1px;
    font-weight: 700;
    justify-content: center;
  }

  .scrolled .phone-bottom {
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
	flex-direction: column;
  }

  .phone-bottom i {
    font-size: 12px;
	margin-right: 4px;  
  }

  .phone-bottom a {
    color: #fff;
    margin-left: 4px;
  }

  .m-hidden {
    display: none;
  }

  .hero-caption-text-title {
    font-size: 30px;
    line-height: 1;
  }
  .page-banner {
    height: 570px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-caption-text {
    padding: 12px;
    font-size: 32px;
  }
	
	.hero-slider__image img {
		height: 300px;
	}	
	
	.modal-button {
		top: 765px;
	}
	
  .btn-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

	.service-btn-group {
		padding: 20px 0;
	}
	
  .testimonials-btn-group {
    gap: 10px;
  }

  .blog-widget-wrap {
    flex-direction: column;
  }

  .blog-widget-wrap .widget {
    margin-bottom: 12px;
  }

  .btn-group.hero-btn-group {
    flex-direction: row;
    text-align: center;
  }

  .btn-group.hero-btn-group a {
    margin: 6px;
    padding: 10px 15px;
  }

  .blog-widget-wrap section:not(:last-of-type) {
    margin-right: 0;
  }

  div.wp-block-image .alignright {
    float: none;
    margin: 0 auto 40px;
  }
	
	.info-text {
		font-size: 14px;		
	}	
}

@media (max-width: 575px) {
	.hero-caption-text {
		font-size: 35px;
	}
	
	.hero-slider__image img {
		object-fit: cover;
		height: 205px;
	}	
	
	.home .hero-caption {
		padding-bottom: 90px;		
	}
	
	.modal-button {
		top: 654px;
	}
	
	.therapists-name {
		max-width: 260px;
	}
	
	.testimonial-card {
		margin-left: 48px;
		padding: 12px;
	}
	
	.quote-right {
		width: 48px;
		height: 48px;
		left: -48px;
		font-size: 20px;
	}

	.testimonial-text {
		font-size: 13px;
	}
}

/* Print Styles
  ---------------------------------------------------------------------------- */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/* genesis */
.genesis-nav-menu a {
  font-size: 18px;
}
@media only screen and (max-width: 1540px) {
  .genesis-nav-menu a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1450px) {
  .genesis-nav-menu a {
    font-size: 13px;
  }
}