/* 
Theme Name: PULSE - Hello
Author: Shane Sim
Theme URI: https://pulsetcm.sg
Description: PULSE - Hello is a child theme of Hello Elementor
Template: hello-elementor
Version: 2.0.0
Text Domain: pulsetcm-hello
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.lh-1 {
  line-height: 1;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-5 {
  line-height: 1.5;
}
.mb-1 {
  margin-bottom: 1em;
}
.f-1 {
  flex: 1;
}
.p-1 {
  padding: 1em;
}

.pt-05 {
  padding-top: 0.5em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pb-05 {
  padding-bottom: 0.5em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}

.ml-05 {
  margin-left: 0.5em !important;
}
.ml-1 {
  margin-left: 1em !important;
}

.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-none {
  display: none;
}

.elementor-edit-mode .d-none.d-opaque {
  display: block !important;
  opacity: 0.2;
}

.d-flex {
  display: flex;
}

.flex-content-start {
  justify-content: flex-start;
}
.flex-start {
  justify-content: start;
}
.justify-content-center,
.justify-center {
  justify-content: center;
}
.justify-content-end,
.justify-end {
  justify-content: end;
}
.justify-content-flex-end,
.justify-content-flex-end {
  justify-content: flex-end;
}
.align-item-flex-end {
  align-items: flex-end;
}

.align-items-end {
  align-items: end;
}
.align-items-start {
  align-items: start;
}
.align-items-middle {
  align-items: start;
}

.flex-wrap {
  flex-wrap: wrap;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.flex-column {
  flex-direction: column;
}
.text-light {
  color: #ffffff !important;
}
.text-upper {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.item-container {
  height: 100%;
}

.cite-yellow h5 {
  padding-left: 0.5em;
  border-left: 2px;
  border-left-style: solid;
  border-color: #ffdd00;
}
.recent_posts .eael-post-grid {
  display: flex;
  flex-wrap: wrap;
}
.recent_posts .eael-grid-post {
  display: flex;
}

a.no-underline {
 text-decoration-line: none !important;
}

@media only screen and (max-width: 1024px) and (min-width: 766px) {
  .recent_posts .eael-grid-post {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 767px) {
  .ig_feed .container {
    flex-wrap: wrap;
  }

  .ig_feed .container .ig_posts_wrap {
    width: calc(100% / 3) !important;
  }

  .similar-wrap {
    padding: 2em 0 !important;
  }

  .similar-article {
    padding-left: 0;
    padding-right: 0;
  }
  .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 0;
  }
}

.ig_feed .container {
  display: flex;
}

.ig_feed .container .ig_posts_wrap {
  width: calc(100% / 6);
  position: relative;
  padding: 0.4em;
}
.ig_feed .container .ig_posts {
  transition: transform 0.2s ease-in-out;
  padding: 0.4em;
  width: 100%;
  /*   width: -moz-available; */
  /* WebKit-based browsers will ignore this. */
  /*   width: -webkit-fill-available; */
  /* Mozilla-based browsers will ignore this. */
  /*   width: fill-available; */
  position: relative;
  padding-top: 100%;
}
.ig_feed .container .ig_posts:hover {
  transform: scale(1.03);
}

.ig_feed .container .ig_posts a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ig_feed .container .ig_posts a img {
  /* display: flex; */
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.custom .eael-grid-post {
  transition: transform 0.2s ease-in-out;
}
.custom .eael-grid-post:hover {
  transform: scale(1.03);
}
.custom .eael-post-grid .eael-entry-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.custom .eael-post-grid .eael-entry-wrapper .eael-entry-title {
  margin: 3px 0 5px;
}
.custom .eael-post-grid .eael-entry-meta {
  order: 1;
}

.custom .eael-post-grid .eael-entry-meta .eael-posted-by {
  position: relative;
}

.custom .eael-post-grid .eael-entry-meta .eael-posted-by a {
  border-left: 0.2em solid #ffcc00;
  padding: 0em 1em;
  text-transform: uppercase;
}

.custom .eael-post-grid .eael-entry-header {
  order: 2;
  flex: 1;
}
.custom .eael-post-grid .read-more,
.card .read-more,
.card-read-more {
  order: 3;
  text-align: right;
}
.custom .eael-post-grid .read-more a,
.card .read-more a,
.card-read-more a {
  font-style: italic;
  text-transform: uppercase;
  color: #121212;
  position: relative;
  padding-bottom: 0.4em;
}
.custom .eael-post-grid .read-more a::after,
.card .read-more a::after,
.card-read-more a::after {
  content: " ";
  border-bottom: 3px solid #121212;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.custom .eael-post-grid .read-more a:hover::after,
.card .read-more a:hover::after,
.card-read-more a:hover::after {
  animation-duration: 0.4s;
  animation-name: awidth100;
}
@keyframes awidth100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.custom .eael-post-grid .eael-grid-post-holder-inner {
  display: flex;
  flex-direction: column;
}
.overflow-hidden {
  overflow: hidden;
}
.tcm-treatments .elementor-inner-column div.elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tcm-treatments .elementor-image-box-img {
  width: 100% !important;
}
.tcm-treatments .elementor-image-box-img img {
  height: 100%;
  object-fit: cover;
}
.grid-25 {
  width: 25%;
}
.grid-50 {
  width: 50%;
}
.grid-33 {
  width: 33.33%;
}
.grid-66 {
  width: 66.66%;
}
.grid-75 {
  width: 75%;
}
.grid-100 {
  width: 100%;
}

.member-wrap .mp-holder.d-flex,
.member-wrap .mp-holder.d-flex > figure,
.member-wrap .mp-holder.d-flex > figure > a > picture > source,
.member-wrap .mp-holder.d-flex > figure > a > picture > img {
  width: 100%;
  object-fit: cover;
}

/* Pulse: member cards (physician/dietitian/psychologist lists) */
.pulse-members-wrap .pulse-member-photo {
  border-radius: 14px;
  overflow: hidden;
  margin: 0;
}

.pulse-members-wrap .pulse-member-photo > a {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.pulse-members-wrap .pulse-member-photo > a > picture,
.pulse-members-wrap .pulse-member-photo > a > img,
.pulse-members-wrap .pulse-member-photo > a > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pulse-members-wrap .pulse-member-photo > a > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pulse-members-wrap .pulse-member-description {
  padding: 0.85rem 0.95rem !important;
}

/* Override existing theme accent border on our pulse member cards */
.pulse-members-wrap .pulse-member-description .eael-entry-meta {
  border-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0.4rem;
}

.pulse-members-wrap .pulse-member-description .eael-entry-meta a {
  color: #121212;
  font-weight: 700;
}

.pulse-members-wrap .pulse-member-description .member-role {
  font-size: 0.95rem;
  color: #444;
  font-weight: 700;
}

.pulse-members-wrap .pulse-member-details {
  margin-top: 0.25rem;
}

@media only screen and (max-width: 1024px) {
  .tablet-grid-25 {
    width: 25%;
  }
  .tablet-grid-33 {
    width: 33.33%;
  }
  .tablet-grid-50 {
    width: 50%;
  }
  .tablet-grid-100 {
    width: 100%;
  }
  .tablet-grid-max25 {
    max-width: 25%;
  }
  .tablet-grid-max50 {
    max-width: 50%;
  }
  .tablet-grid-max100 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .menu-desktop {
    display: none !important;
  }
  .mobile-grid-25 {
    width: 25%;
  }
  .mobile-grid-50 {
    width: 50%;
  }
  .mobile-grid-100 {
    width: 100%;
  }
  .mobile-grid-max25 {
    max-width: 25%;
  }
  .mobile-grid-max50 {
    max-width: 50%;
  }
  .mobile-grid-max100 {
    max-width: 100%;
  }
  .hide-on-mobile {
    display: none;
  }
  .member-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .member-box.p1 {
    padding: 0.6em !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1125px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.member-description .eael-entry-meta .eael-posted-by a {
  color: #121212;
  font-weight: 600;
}

.member-description .eael-entry-meta {
  border-left: 3px solid #ffdd00;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.member-role {
  word-break: break-word;
}
.healthtalk-title h2 {
  font-size: 1.2em;
}

.hover-enlarge {
  transition: transform 0.2s ease-in-out;
}
.hover-enlarge:hover {
  transform: scale(1.03);
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.social-item-label {
  display: none;
}

article.type-post {
  background: transparent !important;
}

.posts-date {
  border-bottom: 1px solid #ddd;
}

.posts-date-day {
  font-size: 4em;
}

body.tcm-outlets .about-author {
  display: none;
}
body.blog a,
body.single-post a {
  color: var(--e-global-color-a381840);
}

body.blog #main article.p-1,
body.archive #main article.p-1 {
  padding: 1em !important;
}

.attachment-post-thumbnail {
  width: 100%;
}
.similar-article {
  margin-left: auto;
  margin-right: auto;
}

.similar-wrap {
  background: var(--e-global-color-secondary);
  padding: 2em 1em;
}
.similar-posts-wrap {
  max-width: 880px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
article.similar-post {
  padding: 1em;
}
.similar-post__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 3px;
}
.similar-post__card:hover {
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.similar-post__thumbnail {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-bottom: calc(0.5 * 100%);
  position: relative;
}
.similar-post__thumbnail > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%, -50%);
  -ms-transform: scale(1.01) translate(-50%, -50%);
  transform: scale(1.01) translate(-50%, -50%);
}

.similar-post__badge {
  margin: 20px;
  right: 0;
  background-color: var(--e-global-color-accent);
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 12px;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  border-radius: 999px;
  text-transform: uppercase;
}

.similar-post__text {
  padding: 1em 2em 2em;
}
.similar-post__title {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.6em !important;
  color: var(---e-global-color-primary);
}
.similar-post__title a {
  color: inherit;
}
.similar-post__read-more {
  font-size: 12px;
  font-weight: 700;
  color: var(--e-global-color-accent) !important;
  text-transform: uppercase;
}

.similar-post__text .uael-post__read-more.elementor-button {
  color: var(---e-global-color-primary);
  background-color: var(--e-global-color-accent) !important;
}

.author-avatar-wrap {
  border-radius: 100%;
  overflow: hidden;
}
.author-avatar-wrap,
.author-avatar-wrap .member-photo > * > * {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

/* Pulse: author header card */
.pulse-author-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
}

.pulse-author-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pulse-author-avatar-wrap {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 72px;
  background: #f5f5f5;
}

.pulse-author-avatar-wrap .pulse-author-photo {
  margin: 0;
  width: 100%;
  height: 100%;
}

.pulse-author-avatar-wrap .pulse-author-photo > picture,
.pulse-author-avatar-wrap .pulse-author-photo > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pulse-author-avatar-wrap .pulse-author-photo > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pulse-author-card-body {
  padding-top: 0.75rem;
}

@media (max-width: 767px) {
  .pulse-author-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .pulse-author-avatar-wrap {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
}

.author-card-body blockquote {
  text-transform: none;
  max-width: 80%;
  padding: 0 0 0 0.5em;
  margin: 0 0 0.8em 0;
  border-left: 5px solid #ffdd00;
}

.author-card-body blockquote p {
  margin-bottom: 0.5em;
}

/* Physician CPT (single-physician.php) */
.physician-profile {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 1rem 1.5rem;
}

.physician-breadcrumbs {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #6b7280;
}

.nav-breadcrumbs {
  margin-top: 2em;
}

.physician-breadcrumbs .breadcrumbs {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.physician-breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
}

.physician-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
  content: "/";
  margin: 0 0.5rem;
  color: #9ca3af;
  font-weight: 700;
}

.physician-breadcrumbs a {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}

.physician-breadcrumbs a:hover {
  text-decoration: underline;
}

.physician-profile .pulse-physician-back-link {
  margin-top: 1.25rem;
}

.physician-profile .pulse-physician-back-link a {
  text-decoration: none;
  color: #6b7280;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.physician-profile .pulse-physician-back-link a:hover {
  text-decoration: underline;
}

.physician-profile .pulse-physician-back-link .fa {
  font-size: 0.95em;
}

.physician-profile header .titles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin: 0.25rem 0 0;
  font-weight: 600;
}

.physician-profile header .pulse-physician-header-row {
  display: flex;
  align-items: stretch;
  gap: 1rem;
}

.physician-profile header .pulse-physician-header-text {
  flex: 1 1 auto;
  min-width: 0;
}

.physician-profile header h1[itemprop="name"] {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.physician-profile header .registration {
  margin-top: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  font-size: 0.95rem;
}

.physician-profile header .titles {
  margin-top: 0.15rem;
}

.physician-profile header .titles span {
  color: #6b7280;
  font-weight: 700;
  font-size: 1rem;
}

.pulse-physician-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #121212;
  font-weight: 600;
  font-size: 0.85rem;
  margin: 0.35rem 0;
}

.pulse-physician-badge a {
  text-decoration: none;
  color: #121212;
}

.physician-profile header .pulse-physician-badge {
  width: fit-content;
}

.pulse-physician-badge .fa {
  color: rgb(16, 185, 129);
  margin-right: 0.5rem;
  font-size: 0.95em;
}

.pulse-book-appointment-wrap {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-start;
}

.pulse-book-appointment {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  border-radius: 10px;
  background-color: var(--e-global-color-accent) !important;
  color: var(--e-global-color-primary) !important;
  transition: background-color 0.2s ease;
}

.pulse-book-appointment:hover {
  background-color: rgb(255, 185, 0) !important;
}

.physician-profile header .pulse-physician-header-text p {
  margin: 0.35rem 0;
}

.physician-profile hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 1.5rem 0;
}

.physician-profile-photo img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.physician-profile-photo {
  /* Make it a circle while trying to fill the header height */
  width: auto;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 auto;
  min-height: 96px;
  max-height: 160px;
  max-width: 160px;
  align-self: stretch;
  margin: 0;
}

.physician-profile .expertise-tags ul,
.physician-profile .credentials .qualification-list {
  list-style: none;
  padding-left: 0;
  margin: 0.75rem 0 0;
}

.physician-profile .expertise-tags li,
.physician-profile .credentials .qualification-list li {
  margin: 0.75rem 0;
  border-left: 5px solid #ffdd00;
  padding-left: 7px;
  list-style: none;
  font-weight: 600;
}

.physician-profile .biography blockquote {
  border-left: 5px solid #ffdd00;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  margin: 1.25rem 0;
  background: #fff9db;
}

.physician-profile .biography blockquote p {
  margin: 0;
  padding: 0.5em;
}

.physician-profile .biography h2,
.physician-profile .credentials h2 {
  margin: 0 0 0.75rem;
}

.physician-profile .languages-info {
  margin-top: 1.5rem;
  font-weight: 600;
}

@media (max-width: 575px) {
  main#content.site-main .nav-breadcrumbs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .physician-profile header .pulse-physician-header-row {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .physician-profile-photo {
    width: 160px;
    height: 160px;
    flex-basis: 160px;
    aspect-ratio: 1 / 1;
    align-self: center;
  }

  .physician-profile header .pulse-physician-header-text {
    width: 100%;
  }
}

.single .author-avatar-wrap,
.single .author-avatar-wrap .member-photo > * > * {
  width: 100px;
  height: 100px;
}
.single .author-card {
  margin-right: 1.5em;
}

.single .author-card-body cite {
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 0.9em;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#comments .submit,
.search .search-submit {
  background: #121212;
  color: white;
}

.site-header {
  z-index: 1010;
}

.aiosrs-rating-wrap {
  text-align: center;
}

span.onsale {
  color: #000 !important;
  background-color: #ffdd00 !important;
}

.button.product_type_external,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.wc-forward,
.checkout-button.button.alt.wc-forward,
.woocommerce-checkout-payment button.button.alt,
.woocommerce-cart-form button.button:enabled,
.woocommerce button.button:enabled,
.woocommerce table.shop_table .woocommerce-button,
.woocommerce .woocommerce-info .button,
.button.product_type_simple,
.button.wc-backward {
  color: #fff !important;
  background: #4e4e4e !important;
}
.button.product_type_external:hover,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.button.wc-forward:hover,
.checkout-button.button.alt.wc-forward:hover,
.woocommerce-checkout-payment button.button.alt:hover,
.woocommerce-cart-form button.button:enabled:hover,
.woocommerce button.button:enabled:hover,
.woocommerce table.shop_table .woocommerce-button:hover,
.woocommerce .woocommerce-info .button:hover,
.button.product_type_simple:hover,
.button.wc-backward:hover {
  background: #121212 !important;
}
.payment_box.payment_method_other_payment p.form-row {
  margin: 0 !important;
}

.woocommerce-cart-form .button:disabled {
  color: #515151 !important;
}

header .uael-mc-offcanvas__header-badge {
  background: #ddd;
  color: #000;
  font-size: 1.1em;
  display: inline-flex;
  margin-left: 1em;
  padding: 0em 1em;
  border-radius: 2em;
  transition: all 0.2s linear !important;
}

header li:hover > a > div.uael-mc-offcanvas__header-badge {
  background: #f0d001eb;
}

body,
button,
input,
select,
textarea {
  font-size: 14px;
}

.cards-gallery {
  display: flex;
}
.card-inner-wrap {
  display: inline-block;
}
.card-title,
.card-title h2 {
  line-height: 1.3;
  font-weight: bold;
  margin: 0.2em 0 0.6em !important;
  font-size: 1.3em !important;
}

.card-excerpt {
  margin: 0.5em 0;
  line-height: 1.2;
}

.card-item .categories a,
.card-item .author-tags a,
.card-item .category-tags a,
.card-item .card-tags a {
  color: #121212;
}

.card-item .card-read-more a,
.card-item .card-read-more span {
  font-style: italic;
  text-transform: uppercase;
  color: #121212;
  position: relative;
  padding-bottom: 0.4em;
}

.card-item .categories a::after,
.card-item .card-tags a::after,
.card-read-more span::after {
  content: " ";
  border-bottom: 3px solid #121212;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s all;
  top: 1.2em;
}

.card-item .categories a,
.card-item .card-tags a {
  position: relative;
}
body.page-acupoints .card-item {
  transition: 0.4s all;
}
body.page-acupoints .card-item:hover {
  transform: scale(1.03);
}
body.page-acupoints .card-body .categories {
  min-height: 1em;
}
.card-tags > a {
  margin-right: 0.5em;
  font-weight: 700;
}
body.page-acupoints .card-item a {
  color: #606060;
}
/* body.page-acupoints .card-item:hover .card-read-more span::after { */
body.page-acupoints .card-head:hover + .card-body .card-read-more span::after,
body.page-acupoints
  .card-content:hover
  + .card-tags
  + a
  .card-read-more
  span::after,
body .card-item .categories a:hover::after,
body .card-item .card-tags a:hover::after,
body .card-read-more:hover span::after {
  width: 100%;
}
body.page-acupoints .sidebar-main .widget-title {
  font-size: 1.4rem;
  line-height: 2;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
body.page-acupoints .sidebar-main nav a {
  color: rgb(18, 18, 18);
  text-transform: capitalize;
  line-height: 2;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.widget.widget_categories a {
  color: #121212 !important;
}


body.page-basket main,
body.page-my-account main {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

body.page-my-account main {
  margin-bottom: 9.5em;
}

.latest-posts > div {
  padding: 0.5em;
}
.latest-posts .post-body {
  padding: 1em;
  background: white;
  height: 100%;
}
.latest-posts .post-item {
  box-shadow: 1px 1px 5px 0px #00000026;
}
.latest-posts .entry-author {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  border-left: 0.2em solid var(--e-global-color-accent);
  padding-left: 0.8em;
}
.latest-posts .entry-author > a {
  padding: 1em 0;
}
.latest-posts .entry-title {
  margin: 0;
  line-height: 1;
  font-size: 1.2em;
  /* margin-top: 0.5em; */
  /* margin-bottom: 0.2em; */
  margin-top: 0.6em;
  margin-bottom: 0.8em;
}
.latest-posts .entry-title a {
  color: var(--e-global-color-primary);
  font-weight: bold;
}
.latest-posts .entry-author a {
  color: var(--ast-global-color-3);
}
.latest-posts .entry-title a,
.latest-posts .entry-author a {
  text-decoration: none;
  line-height: 1;
}

body.elementor-editor-active article > div > div.latest-posts {
  display: none !important;
}

.mobile-embed.post .post-thumb-img-content {
  display: none;
}

.mobile-embed .about-author {
  display: none;
}
/* Acupoints Page */

.mobile-embed.page-acupoints
  #content.site-content
  > div
  > div
  > section
  > div
  > div:nth-child(1) {
  width: 100%;
}

.mobile-embed.page-acupoints
  #content.site-content
  > div
  > div
  > section
  > div
  > div:nth-child(2) {
  display: none;
}

.mobile-embed.page-acupoints #content.site-content .elementor-element-a9edbb0 {
  padding: 1em;
}

/* Acupoints Single */

.mobile-embed.single-acupoints #content.site-content {
  padding: 1em;
}

.mobile-embed.single-tea-series article .entry-content {
  padding: 0 !important;
}

body {
  color: #585858;
}

span.page-numbers {
  color: var(--e-global-color-30a9b33) !important;
}
a.page-numbers {
  color: var(--e-global-color-30a9b33) !important;
}

.wpcf7-form-control-wrap select.wpcf7-form-control {
  background-position-y: 50%;
}
.wpcf7-textarea {
  width: 100% !important;
}

.site-header-above-section-center {
  padding: 0.5em;
}

.uael-mc-offcanvas .uael-mc-offcanvas__header {
  display: none;
}

.uael-mc-offcanvas .elementor-menu-cart__product-name.product-name a,
.uael-mc-offcanvas .elementor-menu-cart__product-price.product-price {
  color: black;
}

.uael-mc-offcanvas .elementor-menu-cart__footer-buttons {
  grid-template-columns: auto;
}

.uael-mc-offcanvas .elementor-menu-cart__subtotal {
  border-left: none;
  border-right: none;
}

.uael-mc-offcanvas__header-badge {
  display: none;
}
div.elementor-menu-cart--cart-type-side-cart {
  right: 0 !important;
  width: auto !important;
}
#elementor-menu-cart__toggle_button {
  padding: 1em;
  box-shadow: 0px 2px 3px #00000047;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.post-type-archive
  .woocommerce[class*="columns-"]
  ul.products
  li.product:nth-child(n),
.post-type-archive
  .woocommerce-page[class*="columns-"]
  ul.products
  li.product:nth-child(n) {
  margin-right: 0 !important;
}
@media (min-width: 768px) and (max-width: 921px) {
  .post-type-archive
    .woocommerce[class*="columns-"].columns-4
    > ul.products
    li.product:nth-child(3n),
  .post-type-archive
    .woocommerce[class*="columns-"].columns-3
    > ul.products
    li.product:nth-child(3n) {
    /* margin-right: 20px; */
    margin-right: 0 !important;
  }
}

.woocommerce-ordering select.orderby:focus {
  border: none !important;
}


#ast-mobile-header .content-align-flex-start {
  max-height: unset;
  overflow: unset;
}

.grecaptcha-badge {
  /* z-index: 999; */
  display: none !important;
}

.page-book-your-appointment-thank-you main,
.page-checkout main {
  padding: 2em;
}

.menu-mobile .premium-mobile-menu-container > ul:not(.premium-active-menu) {
  display: none !important;
}

main#content{
  max-width: min(1200px, calc(100vw - 3em));
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1200px;
  }
}






