/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766064868
Updated: 2025-12-18 13:34:28

*/

/** Base Theme Styles **/
.d-none {
  display: none !important;
}

.cursor {
  cursor: pointer;
}

#footer_newsletter_form input {
  height: 100%;
}

.base-btn .elementor-button-icon {
  width: 12px;
  height: 12px;
  margin-top: 3px;
}

.base-btn .elementor-button-content-wrapper {
  align-items: center;
}

.base-btn.base-btn-primary:hover svg path {
  fill: var(--e-global-color-primary);
}

.base-btn.base-btn-secondary:hover svg path {
  fill: #FFFFFF;
}

/** Treatment Loop Hover - Home **/
.treatment-loop-hover:hover .elementor-heading-title,
.treatment-loop-hover:hover .elementor-widget-text-editor,
.treatment-loop-hover:hover .elementor-button-link * {
  color: #FFFFFF;
}

.treatment-loop-hover:hover .elementor-button-link svg path {
  fill: #FFFFFF;
}

.treatment-loop-hover {
  position: relative;
  overflow: hidden;
}

.treatment-loop-hover::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  background: #00000066;
  opacity: 0 !important;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.treatment-loop-hover:hover::before {
  opacity: 1 !important;
}

.treatment-loop-hover * {
  position: relative;
  z-index: 2;
}

/** Make an Appointment - Home Style **/
#fluentform_3 fieldset {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.page-id-1119 #fluentform_3 fieldset {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 820px) {
  .page-id-1119 #fluentform_3 fieldset {
    grid-template-columns: repeat(1, 1fr);
  }
}

#fluentform_3 .ff-el-group {
  grid-column: span 1;
  margin-bottom: 0;
  position: relative;
}

#fluentform_3 .ff-el-group input,
#fluentform_3 .ff-el-group select {
  border-radius: 10000px;
  border: 1px solid #EEEFEF;
  padding: 19.5px 21.5px 17.5px 44px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #666B68;
}

.page-id-1119 #fluentform_3 .ff-el-group input,
.page-id-1119 #fluentform_3 .ff-el-group select,
.page-id-1119 #fluentform_3 .ff-el-group textarea {
  border-radius: 10px;
}

#fluentform_3 input.ff-el-form-control,
#fluentform_3 textarea.ff-el-form-control,
#fluentform_3 select.ff-el-form-control {
  background-repeat: no-repeat;
  background-position: 21px center;
  background-size: 16px 16px;
  padding-left: 44px;
}

#fluentform_3 .apmt_name input {
  background-image: url('/wp-content/uploads/2025/12/icon_name.svg');
}

#fluentform_3 .apmt_email input {
  background-image: url('/wp-content/uploads/2025/12/icon_email.svg');
}

#fluentform_3 .apmt_phone input {
  background-image: url('/wp-content/uploads/2025/12/icon_phone.svg');
}

#fluentform_3 .apmt_datetime input {
  background-image: url('/wp-content/uploads/2025/12/icon_calendar.svg');
}

#fluentform_3 .apmt_treatment select {
  background-image: url('/wp-content/uploads/2025/12/icon_treatment.svg'), url('/wp-content/uploads/2025/12/select_icon.svg');
}

#fluentform_3 .apmt_location select {
  background-image: url('/wp-content/uploads/2025/12/icon_location.svg'), url('/wp-content/uploads/2025/12/select_icon.svg');
}

#fluentform_3 .apmt_message textarea {
  background-image: url('/wp-content/uploads/2025/12/icon_message.svg');
}

#fluentform_3 select.ff-el-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  background-repeat: no-repeat, no-repeat;
  background-position: 21px center, 90% 25px;
  background-size: 16px 16px, 8px;
}

#fluentform_3 textarea {
  border-radius: 30px;
  background-position: 21px 14px !important;
}

#fluentform_3 .apmt_message {
  grid-column: span 2;
}

#fluentform_3 .ff-btn-submit {
  grid-column: span 1;
  display: flex;
  align-items: flex-start;
}

#fluentform_3 .ff-btn-submit {
  width: 100%;
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  padding: 17px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  border-radius: 1000px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

#fluentform_3 .ff-btn-submit::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('/wp-content/uploads/2025/12/Vector-25.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

#fluentform_3 .ff-btn-submit:hover {
  background-color: #FFFFFF;
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
}

#fluentform_3 .ff-btn-submit:hover::after {
  background-image: url('/wp-content/uploads/2025/12/Vector-1.svg');
}

@media (max-width: 768px) {
  #fluentform_3 fieldset {
    grid-template-columns: 1fr;
  }

  #fluentform_3 .ff-el-group {
    grid-column: span 1;
  }
}

.white-overlay {
  position: relative;
}

.white-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 74%,
      #ffffff 100%);
  pointer-events: none;
}

.post-meta-date-comms {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.post-meta-date-comms * {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.post-meta-date-comms.post-meta-date-comms--default * {
  color: var(--e-global-color-text);
}

.post-meta-date-comms.post-meta-date-comms--with-tag * {
  color: #FFFFFF;
}

.post-meta-date-comms .post-meta-date-comms__comments {
  position: relative;
  padding-right: 1rem;
}

.post-meta-date-comms .post-meta-date-comms__comments span {
  font-size: 10px;
  position: absolute;
  top: 20%;
  right: 0;
  border: 1px solid #666B68;
  line-height: 1;
  border-radius: 10000px;
  padding-right: 2px;
  padding-left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}

.blog-large-container .elementor-widget-loop-grid,
.blog-large-container .elementor-widget-loop-grid .elementor-loop-container,
.blog-large-container .elementor-widget-loop-grid .elementor-loop-container [data-elementor-type="loop-item"]>[data-element_type="container"] {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .post-meta-date-comms {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.icon-box__title-mt-0 .elementor-icon-box-title {
  margin-top: 0;
}

.carouse-dots-primary .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
}

.carouse-dots-primary .swiper-pagination .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  margin-right: 2px;
  border: 7px solid #D6E8EB;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  background: #DEC7C3;
}

.home .carouse-dots-primary .swiper-pagination .swiper-pagination-bullet {
  border: 7px solid #FFFFFF;
}

.carouse-dots-primary .swiper-pagination .swiper-pagination-bullet:hover,
.carouse-dots-primary .swiper-pagination .swiper-pagination-bullet-active {
  background: #0B5ED7;
  border: 7px solid #D6E8EB;
  outline: 1px solid #0B5ED7;
}

.archive-post-meta {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.archive-post-meta .archive-post-meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.archive-post-meta .archive-post-meta-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.archive-post-meta .archive-post-meta-item * {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--e-global-color-primary);
}

.archive-post-meta .archive-post-meta-comments {
  position: relative;
  padding-right: 1rem;
}

.archive-post-meta .archive-post-meta-comments .archive-post-meta-comments__count {
  font-size: 10px;
  position: absolute;
  top: 20%;
  right: 0;
  border: 1px solid var(--e-global-color-primary);
  line-height: 1;
  border-radius: 10000px;
  padding-right: 2px;
  padding-left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}

.single-post-meta .archive-post-meta .archive-post-meta-item * {
  color: #FFFFFF;
}

.single-post-meta .archive-post-meta .archive-post-meta-comments .archive-post-meta-comments__count {
  border-color: #ffffff;
}

.blog-archive .elementor-pagination {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.blog-archive .elementor-pagination .page-numbers {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #EEEFEF;
  margin-right: 0 !important;
}

.blog-archive .elementor-pagination .page-numbers.current,
.blog-archive .elementor-pagination .page-numbers:hover {
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF !important;
  border: none;
}

.blog-search-form form {
  position: relative;
}

.blog-search-form form .e-search-label {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-search-form form .e-search-label svg {
  right: 0;
  left: unset;
}

.blog-search-form form .e-search-input {
  padding-left: 19px;
}

.list-categories,
.list-treatments,
.list-treatment-files {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.list-categories li,
.list-treatments li {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #EEEFEF;
  padding-left: 20px;
  position: relative;
}

.list-categories li::before,
.list-treatments:not(.list-treatments--alt) li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-image: url('/wp-content/uploads/2025/12/icon-list-style-bullet.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.list-categories li a,
.list-treatments li a,
.list-treatment-files li a {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--e-global-color-primary);

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.top-tags {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}

.top-tags li {
  margin-bottom: 10px;
}

.top-tags li a {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--e-global-color-primary);
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #EEF0F2;
}

#fluentform_4 fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#fluentform_4 .ff-el-group {
  margin-bottom: 0;
  position: relative;
}

#fluentform_4 .ff-el-group input {
  border-radius: 10000px;
  border: 1px solid #EEEFEF;
  padding: 19.5px 21.5px 17.5px 44px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #666B68;
}

#fluentform_4 input.ff-el-form-control,
#fluentform_4 textarea.ff-el-form-control {
  background-color: #EEF0F2;
  background-repeat: no-repeat;
  background-position: 21px center;
  background-size: 16px 16px;
  padding-left: 44px;
}

#fluentform_4 .apmt_name input {
  background-image: url('/wp-content/uploads/2025/12/icon_name.svg');
}

#fluentform_4 .apmt_email input {
  background-image: url('/wp-content/uploads/2025/12/icon_email.svg');
}

#fluentform_4 .apmt_phone input {
  background-image: url('/wp-content/uploads/2025/12/icon_phone.svg');
}

#fluentform_4 .apmt_website input {
  background-image: url('/wp-content/uploads/2025/12/icon_website.svg');
}

#fluentform_4 .apmt_message textarea {
  background-image: url('/wp-content/uploads/2025/12/icon_message.svg');
}

#fluentform_4 .input_consent .ff-el-form-check-label span {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--e-global-color-text);
}

#fluentform_4 textarea {
  border-radius: 30px;
  background-position: 21px 14px !important;
}

#fluentform_4 .ff-btn-submit {
  display: flex;
  align-items: flex-start;
}

#fluentform_4 .ff-btn-submit {
  width: 100%;
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  padding: 17px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  border-radius: 1000px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

#fluentform_4 .ff-btn-submit::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('/wp-content/uploads/2025/12/Vector-25.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

#fluentform_4 .ff-btn-submit:hover {
  background-color: #FFFFFF;
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
}

#fluentform_4 .ff-btn-submit:hover::after {
  background-image: url('/wp-content/uploads/2025/12/Vector-1.svg');
}

.faq-accordion details[open] summary {
  border-bottom: 0px !important;
}

.post-tags-empty {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--e-global-color-primary);
  margin-bottom: 0;
}

.post-tags {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.post-tags li a {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--e-global-color-primary);
  background-color: #EEF0F2;
  border-radius: 10000px;
  padding: 5px 15px;
}

.custom-social-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.custom-social-share a,
.custom-social-share a img {
  width: 35px;
  height: 35px;
}

.post-nav .elementor-post-navigation__link a * {
  text-overflow: unset;
  overflow: unset;
  white-space: normal;
}

.post-nav .elementor-post-navigation__link {
  width: 100% !important;
}

.post-nav.post-nav--left .elementor-post-navigation__next,
.post-nav.post-nav--right .elementor-post-navigation__prev {
  display: none;
}

#fluentform_5 fieldset {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  #fluentform_5 fieldset {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 768px) {
  #fluentform_5 fieldset .ff-el-group {
    grid-column: span 3 !important;
  }
}

#fluentform_5 fieldset .ff-el-group {
  margin-bottom: 0;
}

#fluentform_5 fieldset .comment_message {
  grid-column: span 3;
}

#fluentform_5 fieldset .ff-el-group input,
#fluentform_5 fieldset .ff-el-group textarea {
  border-radius: 7px;
}

#fluentform_5 .ff-btn-submit {
  grid-column: span 1;
  display: flex;
  align-items: flex-start;
}

#fluentform_5 .ff-btn-submit {
  width: 100%;
  background-color: #0651B7 ! important;
  color: #FFFFFF !important;
  padding: 17px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  border-radius: 1000px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

#fluentform_5 .ff-btn-submit::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('/wp-content/uploads/2025/12/Vector-25.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

#fluentform_5 .ff-btn-submit:hover {
  background-color: #FFFFFF !important;
  color: var(--e-global-color-primary) !important;
  border: 1px solid var(--e-global-color-primary) !important;
}

#fluentform_5 .ff-btn-submit:hover::after {
  background-image: url('/wp-content/uploads/2025/12/Vector-1.svg');
}

.list-treatments li,
.list-treatment-files li {
  background-color: #FFFFFF;
  border-top: 0 !important;
  border-radius: 7px;
  padding: 12px 21px;
  margin-bottom: 12px;
}

.list-treatments li .list-treatments__inner,
.list-treatment-files li .list-treatment-files__item--inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.list-treatment-files--empty {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--e-global-color-primary);
}

header .elementor-sticky {
  background-color: #FFFFFF !important;
}
