/**
 * Custom Styles - Extended Design System
 * 
 * Additional CSS overrides with highest priority
 * Loaded after main child theme styles via functions.php
 * 
 * Author: Art Binaire
 */

/* Your custom CSS below */

/* 2026 Redesign */

:root {
    --sm-text-font-size: 0.9rem;
    --sm-text-line-height: 1.62;
    --cta-overlap: 55px;
}

html {
    scroll-behavior: smooth;
}

.l-canvas.type_wide {
    overflow-x: clip !important;
}

.g-cols.via_flex.type_default {
    margin: 0 -15px;
}

.page .l-main .l-section:not(.page-template-26-content-row):not(.page-title-block-26) .l-section-h {
    max-width: 1240px;
}

.page .l-main .l-section.page-template-26-content-row .l-section:not(.narrow-row):not(.narrow-row-8):not(.narrow-row-6) .l-section-h,
.page.home .l-main .l-section:not(.page-template-26-content-row):not(.page-title-block-26) .l-section-h {
    max-width: var(--site-content-width);
}

.single-pa_team_member .l-main .l-section:not(.team-member-template-main-row) .l-section-h {
    max-width: 1240px;
}

.single-pa_team_member .l-main .l-section.team-member-template-main-row .l-section .l-section-h {
    max-width: var(--site-content-width);
}

.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

/* 10 columns + 60px breathing room (30px each side) */
.l-section.narrow-row .l-section-h {
    max-width: calc((var(--site-content-width) + 30px) * 10 / 12 - 30px + 60px);
}

/* 8 columns + 60px */
.l-section.narrow-row-8 .l-section-h,
.l-section.narrow-row-8.width_full .l-section-h {
    max-width: calc((var(--site-content-width) + 30px) * 8 / 12 - 30px + 60px) !important;
}

/* 6 columns + 60px */
.l-section.narrow-row-6 .l-section-h,
.narrow-inner-row-6 > .wpb_column {
    max-width: calc((var(--site-content-width) + 30px) * 6 / 12 - 30px + 60px);
}

.narrow-inner-row-6 > .wpb_column {
    margin-left: auto;
    margin-right: auto;
}

.h1-style {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-weight: var(--h1-font-weight);
    font-family: var(--h1-font-family);
    letter-spacing: var(--h1-letter-spacing);
    font-style: var(--h1-font-style);
    text-transform: var(--h1-text-transform);
}

.h2-style {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    font-family: var(--h2-font-family);
    letter-spacing: var(--h2-letter-spacing);
    font-style: var(--h2-font-style);
    text-transform: var(--h2-text-transform);
    margin-bottom: var(--h4-margin-bottom, 1.5rem);
    color: var(--color-content-heading);
}

.large-h2-style {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    font-family: var(--h2-font-family);
    letter-spacing: var(--h2-letter-spacing);

}

.h3-style {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-font-weight);
    font-family: var(--h3-font-family);
    letter-spacing: var(--h3-letter-spacing);
    font-style: var(--h3-font-style);
    text-transform: var(--h3-text-transform);
}

.h4-style {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    font-family: var(--h4-font-family);
    letter-spacing: var(--h4-letter-spacing);
    font-style: var(--h4-font-style);
    text-transform: var(--h4-text-transform);
}

.h5-style {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-weight: var(--h5-font-weight);
    font-family: var(--h5-font-family);
    letter-spacing: var(--h5-letter-spacing);
    font-style: var(--h5-font-style);
    text-transform: var(--h5-text-transform);
}

.h5-style strong {
    color: var(--color-content-heading);
    font-weight: 400 !important;
}

.h6-style {
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    font-weight: var(--h6-font-weight);
    font-family: var(--h6-font-family);
    letter-spacing: var(--h6-letter-spacing);
    text-transform: var(--h6-text-transform);

}

.sm-heading-primary {
    font-size: 0.9rem;
    color: var(--color-content-primary);
    line-height: 1.6;
    font-family: var(--font-family);
}

.lg-text {
    font-size: 1.1rem;
    line-height: 1.35;
}

.sm-text {
    font-size: 0.9rem;
    line-height: 1.62;
}

.l-section.width_full_with_indents {
    max-width: 1620px;
}

ul,
ol {
    margin-left: 1.5rem;
}

b,
strong {
    font-weight: var(--bold-font-weight) !important;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
    font-weight: 400 !important;
}

/* Header */

.top-header-notification {
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    font-size: 20px;
    line-height: 0.9;
    color: #fff;
}

/* Nav */

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
    padding: 2rem 1rem;
}

.w-nav.type_mobile .menu-item>a.w-btn {
    font-size: 14px !important;
}

.state_laptops .w-nav-list.level_1{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

/* Misc */

.l-section.color_secondary.alt-secondary-white-text {
    background: #fff;
}

.colored-boxes-column .w-vwrapper {
    background-color: var(--color-content-secondary);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 40px;
    position: relative;
}

.colored-boxes-column .w-vwrapper:not(:last-of-type) {
    margin-bottom: .9rem;
}

.colored-boxes-column .w-vwrapper:nth-of-type(3n+2) {
    background-color: var(--color-alt-content-secondary);
}

.colored-boxes-column .w-vwrapper:nth-of-type(3n+3) {
    background-color: var(--color-alt-content-primary);
}

.colored-boxes-column.numbered-items .w-vwrapper::before {
    content: '';
    background-color: inherit;
    position: absolute;
    top: 0;
    left: -39px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: var(--h3-font-size);
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.colored-boxes-column.numbered-items .w-vwrapper:first-of-type:before {
    content: '1';
}

.colored-boxes-column.numbered-items .w-vwrapper:nth-of-type(2):before {
    content: '2';
}

.colored-boxes-column.numbered-items .w-vwrapper:nth-of-type(3):before {
    content: '3';
}

.colored-boxes-column .w-vwrapper .w-text,
.colored-boxes-column .w-vwrapper .wpb_text_column {
    color: #fff !important;
}

.colored-boxes-column .w-vwrapper .wpb_text_column a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.colored-boxes-column .w-vwrapper .wpb_text_column a:hover {
    color: rgba(255, 255, 255, 0.66);
    text-decoration: underline;
}

.colored-boxes-column .w-vwrapper .w-text.h5-style {
    margin-bottom: 0;
}

.squared-image-therapist-grid .w-grid-item-h {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.squared-image-therapist-grid.w-grid .w-post-elm.post_image img {
    object-position: 50% 15%;
}

.services-grid-layout-26 .w-grid-item-h > .w-vwrapper {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 40px;
}

.services-grid-layout-26 .w-grid-item-h .w-btn.us-btn-style_8 {
    color: var(--color-content-primary) !important;
}

.services-grid-layout-26 .w-grid-item-h:hover .w-btn.us-btn-style_8 {
    color: #fff !important;
}

.service-grid-vwrapper:hover .service-grid-description {
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
}

.w-hwrapper.img-left-third-hwrapper {
    background: var(--color-content-bg-alt);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 1.5rem;
    column-gap: 3rem;
    font-size: var(--sm-text-font-size);
    line-height: var(--sm-text-line-height);
    color: var(--color-content-heading);
}

.w-hwrapper.img-left-third-hwrapper:not(:last-of-type) {
    margin-bottom: 1.2rem;
}

.w-hwrapper.img-left-third-hwrapper > .w-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    min-width: calc(100% / 3);
}

.w-hwrapper.img-left-third-hwrapper .w-text {
    color: var(--color-alt-content-primary);
}

.two-columns-accordion-wrapper .w-tabs.accordion>div>div>.w-tabs-section-content {
    padding-top: 0;
}

.two-columns-accordion-wrapper {
    counter-reset: tab-number;
}

.two-columns-accordion-wrapper .w-tabs-section {
    counter-increment: tab-number;
}

.two-columns-accordion-wrapper .w-tabs-section-title::before {
    content: counter(tab-number) ". ";
}

.w-tabs.two-columns-accordion .w-tabs-sections {
    gap: 1.5rem;
}

.w-tabs.accordion.two-columns-accordion>div>.w-tabs-section {
    border-width: 0 0 1px 0;
}

.w-tabs.two-columns-accordion .w-tabs-section-header {
    padding: 0 1.5em 0;
    align-items: flex-start;
}

.w-tabs.two-columns-accordion .w-tabs-section .w-tabs-section-header>.w-tabs-section-title {
    display: flex;
}

.w-tabs.two-columns-accordion .w-tabs-section:not(:first-of-type) .w-tabs-section-header > .w-tabs-section-title {
    padding-top: 1.5rem !important;
}

.w-tabs.two-columns-accordion .w-tabs-section:not(:first-of-type) .w-tabs-section-header > .w-tabs-section-control {
    margin-top: 1.5rem !important;
}

.w-tabs.two-columns-accordion .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before,
.w-tabs.two-columns-accordion .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
    background: var(--color-alt-content-primary);
}

.w-tabs.two-columns-accordion .w-tabs-section-title {
    color: var(--color-content-heading);
    padding-bottom: 1em !important;
    line-height: 1;
    font-size: var(--h4-font-size) !important;
}

.two-columns-accordion-wrapper .w-tabs-section-title::before {
    color: var(--color-content-primary);
    margin-right: 0.9rem;
}

.w-tabs-section-content .wpb_text_column {
    font-size: 0.9rem;
}

.sticky-inner-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start !important;
    overflow: visible !important;
}

.w-vwrapper.rounded-box {
    border-radius: 10px;
    padding: 1.5rem;
    max-width: fit-content;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 0.9rem;
}

.w-vwrapper.rounded-box.white-bg {
    background-color: #fff;
    color: var(--color-alt-content-primary);
}

.w-vwrapper.rounded-box.alt-bg,
.w-hwrapper.rounded-box.alt-bg {
    background-color: var(--color-content-bg-alt);
    color: var(--color-alt-content-primary);
}

.single-location-hwrapper {
    background-color: var(--color-content-bg-alt);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 3rem 2rem;
    gap: 2rem;
}

.single-location-hwrapper >.w-vwrapper.location-vwrapper {
    flex: 0 0 calc(100% / 3 - 2rem);
    padding: 0;
}

.w-vwrapper.rounded-box.primary-bg {
    background-color: var(--color-content-primary);
    color: #fff;
}

.w-vwrapper.rounded-box.secondary-bg {
    background-color: var(--color-content-secondary);
    color: #fff;
}

.w-vwrapper.rounded-box.alternate-bg {
    background-color: var(--color-content-bg-alt);
    gap: 0.7rem;
}

.rounded-box.alternate-bg .wpb_text_column {
    color: var(--color-content-heading);
}

.w-vwrapper.rounded-box.secondary-bg a {
    color: #fff;
}

.w-vwrapper.rounded-box .w-text {
    margin-bottom: 1rem;
}

.w-vwrapper.rounded-box .wpb_text_column {
    line-height: 2;
}

.w-vwrapper.rounded-box .wpb_wrapper a {
    text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 1px;
}

.w-vwrapper.rounded-box.primary-bg a {
    color: #fff;
}

.w-vwrapper.rounded-box.primary-bg .w-text {
    color: #fff;
}

.w-vwrapper.rounded-box.alternate-bg .w-text {
    color: var(--color-alt-content-primary) !important;
    margin-bottom: 0 !important;
}

.featured-section-overlaping-hwrapper {
    max-width: 900px;
    margin: 0 auto;
    height: 110px;
}

.featured-section-overlaping-hwrapper > .w-text {
    margin-right: auto;
}

.page-secondary-row .w-vwrapper.rounded-box,
.numbered-items-vwrapper-column .w-vwrapper.rounded-box,
.numbered-items-vwrapper-inner-row .w-vwrapper.rounded-box {
    max-width: none;
}

.page-secondary-row .w-vwrapper.rounded-box:not(:last-of-type),
.numbered-items-vwrapper-column .w-vwrapper.rounded-box:not(:last-of-type),
.numbered-items-vwrapper-inner-row .w-vwrapper.rounded-box:not(:last-of-type) {
    margin-bottom: 1.2rem;
}

.numbered-items-vwrapper-column .w-vwrapper,
.numbered-items-vwrapper-inner-row .w-vwrapper {
    position: relative;
}

.numbered-items-vwrapper-column .w-vwrapper::before,
.numbered-items-vwrapper-inner-row .w-vwrapper::before {
    background-color: inherit;
    position: absolute;
    top: 0;
    left: -39px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: var(--h3-font-size);
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: vwrapper-counter;
    content: counter(vwrapper-counter);
    color: var(--color-content-bg-alt);
    background-color: var(--color-alt-content-secondary);
}

.numbered-items-vwrapper-column .wpb_wrapper,
.numbered-items-vwrapper-inner-row .wpb_wrapper {
    counter-reset: vwrapper-counter;
}

.carousel-testimonials-layout-26 .owl-carousel .owl-stage-outer,
.single-testimonials-layout-26 .owl-carousel .owl-stage-outer,
.single-testimonials-wo-image-layout-26 .owl-carousel .owl-stage-outer,
.carousel-testimonials-wo-title-layout-26 .owl-carousel .owl-stage-outer {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.carousel-testimonials-layout-26 .owl-carousel.navstyle_circle>.owl-nav button,
.single-testimonials-layout-26 .owl-carousel.navstyle_circle>.owl-nav button,
.single-testimonials-wo-image-layout-26 .owl-carousel.navstyle_circle>.owl-nav button,
.carousel-testimonials-wo-title-layout-26 .owl-carousel.navstyle_circle>.owl-nav button {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.carousel-testimonials-layout-26 .owl-carousel.arrows-ver-pos_top_inside>.owl-nav,
.single-testimonials-layout-26 .owl-carousel.arrows-ver-pos_top_inside>.owl-nav,
.single-testimonials-wo-image-layout-26 .owl-carousel.arrows-ver-pos_top_inside>.owl-nav,
.carousel-testimonials-wo-title-layout-26 .owl-carousel.arrows-ver-pos_top_inside>.owl-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 1.5rem;
    top: 2.5rem;
    row-gap: .9rem;
}

.owl-prev:after {
    content: '\f060';
    font-weight: 300;
    font-size: 0.8em;
}

.owl-next:after {
    content: '\f061';
    font-weight: 300;
    font-size: 0.8em;
}

.owl-carousel.navstyle_circle>.owl-nav button,
.owl-carousel.navstyle_square>.owl-nav button {
    text-shadow: none;
}

.no-touch .owl-carousel.navstyle_circle>.owl-nav button:hover {
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.5);
}

/* Therapists */

.single-pa_team_member .w-post-elm.post_title.h2-style {
    margin-bottom: 0.5rem;
}

.therapist-top-custom-fields-vwrapper .pa_therapist_position {
    line-height: 1.2;
}

.therapist-bottom-custom-fields-vwrapper {
    background-color: var(--color-content-primary);
    color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    font-size: 0.9rem;
    margin-top: 1.8rem;
}

.therapist-bottom-custom-fields-vwrapper a {
    color: #fff;
}

.therapist-bottom-custom-fields-vwrapper a:hover {
    color: #fff;
    text-decoration: underline;
}

.therapist-featured-image-vwrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0.9rem;
}

.therapist-featured-image-vwrapper .post_image {
    border-radius: 10px;
}

.therapist-featured-image-vwrapper .w-post-elm.post_image.has_ratio img {
    object-position: 50% 20%;
}

.therapist-featured-image-vwrapper .w-popup {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
}

.therapist-featured-image-vwrapper .us-btn-style_1 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    font-family: var(--h5-font-family);
    padding: 8px 16px;
}

.w-vwrapper.therapist-treat-vwrapper,
.w-vwrapper.therapist-specialization-vwrapper {
    font-family: var(--h5-font-family);
    font-size: 20px;
    font-weight: var(--h5-font-weight);
    color: var(--color-alt-content-primary);
    gap: 0.5rem;
    line-height: 1.3;
    background: #fff;
    padding: 1.4rem 2rem;
    border-radius: 10px;
}

.w-vwrapper.therapist-specialization-vwrapper {
    margin-top: 0.9rem;
}

.w-vwrapper.therapist-treat-vwrapper ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

.w-vwrapper.therapist-treat-vwrapper ul li {
    margin: 0;
}

.w-vwrapper.therapist-treat-vwrapper ul li::after {
    content: "|";
    margin: 0 0.3em;
}

.w-vwrapper.therapist-treat-vwrapper ul li:last-child::after {
    content: "";
    margin: 0;
}

.w-vwrapper.therapist-social-links-vwrapper .w-socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 9px;
    margin-top: 16px;
}

.w-vwrapper.therapist-social-links-vwrapper .w-socials-item {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.w-vwrapper.therapist-social-links-vwrapper svg {
    width: 28px !important;
    height: 28px !important;
}

.w-vwrapper.therapist-social-links-vwrapper .w-socials-item.custom svg {
    width: 36px !important;
    height: 36px !important;
}

.w-vwrapper.therapist-social-links-vwrapper svg path {
    fill: var(--color-content-primary);
    transition: .3s fill;
    -webkit-transition: .3s fill;
    -moz-transition: .3s fill;
    -ms-transition: .3s fill;
    -o-transition: .3s fill;
}

.w-vwrapper.therapist-social-links-vwrapper .w-socials-item:hover svg path {
    fill: var(--color-content-secondary);
}

.w-vwrapper.therapist-social-links-vwrapper .w-socials-item.custom:has(a[href*="psychologytoday"]) {
    display: none;
}

.w-filter.state_desktop.buttons-filter .w-filter-item.values_as_btn .w-filter-item-values {
    gap: .3rem;
}

/* .w-filter.state_desktop.buttons-filter .us-btn-style_12:not(:has(input:checked)):not(:last-of-type):not(:hover) {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.25) inset;
    backdrop-filter: blur(2px);
    border-radius: 0;
} */

.w-filter-item-title {
    font-weight: var(--bold-font-weight);
}

.team-members-grid-26 img {
    object-position: 50% 15%;
}

.l-section.single-therapist-accordion-row.color_secondary {
    background: var(--color-content-primary);
}

.therapist-filters .w-filter-item {
    text-align: left;
}

.therapist-filters.w-filter.state_desktop select {
    height: 2.5rem;
    min-height: 2.5rem;
    line-height: 2.5rem;
    font-size: 14px;
}

/* Misc */

.w-vwrapper.green-rounded-box-vwrapper {
    background: var(--color-content-secondary);
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 2rem 1.5rem;
}

.w-vwrapper.green-rounded-box-vwrapper .w-text.icon_atleft {
    color: #fff;
}

.w-vwrapper.green-rounded-box-vwrapper .w-text.icon_atleft > .w-text-h {
    display: flex;
}

.w-vwrapper.location-vwrapper {
    font-size: var(--sm-text-font-size);
    line-height: var(--sm-text-line-height);
    row-gap: 0.7rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 2rem 1.5rem;
    background: var(--color-content-bg-alt);
}

.w-vwrapper.location-vwrapper h4,
.w-vwrapper.location-vwrapper h5 {
    color: var(--color-alt-content-primary);
}

.w-vwrapper.location-vwrapper .w-text-h > i  {
    text-align: center;
    width: 1.25em;
    color: var(--color-content-primary)
}

.w-vwrapper.location-vwrapper .w-text.icon_atleft > a {
    color: var(--color-content-heading);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.w-vwrapper.location-vwrapper .w-text.icon_atleft>a:hover {
    color: var(--color-content-primary);
}

.w-vwrapper.get-support-vwrapper {
    background: var(--color-content-primary);
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.w-vwrapper.get-support-vwrapper .w-text {
    color: #fff !important;
}

.narrow-row-8 .w-vwrapper.get-support-vwrapper {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 3rem 4rem;
}

.narrow-row-8 .w-vwrapper.get-support-vwrapper .wpb_text_column {
    font-size: var(--h5-font-size);
    font-family: var(--h5-font-family);
    font-weight: var(--h5-font-weight);
    line-height: 1.21;
    letter-spacing: 0.69px;
    margin-bottom: 1.5rem;
}

.recognizing-good-therapy-row.l-section {
    background: var(--color-content-primary);
}

.recognizing-good-therapy-row.l-section h2.w-text {
    color: #fff
}

.recognizing-good-therapy-row .w-vwrapper {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 1.5rem;
    font-size: var(--sm-text-font-size);
    line-height: var(--sm-text-line-height);
}

.recognizing-good-therapy-row .w-vwrapper > .w-image {
    max-width: 100px;
}

.recognizing-good-therapy-row + .service-page-testimonials-row .type_carousel.carousel-testimonials-layout-26 .usg_vwrapper_2 {
    background: var(--color-alt-content-secondary) !important;
}

.map-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.map-embed-container iframe,
.map-embed-container object,
.map-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-vwrapper.location-vwrapper .map-embed-container {
    margin: .6rem 0;
}

.us-btn-style_6.icon_atright .fa-long-arrow-right {
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg);
}

.w-popup-wrap.layout_fullscreen:not([style*="--closer-color"])>.w-popup-closer {
    color: #fff !important;
}

.w-popup-closer:before {
    font-weight: 300;
}

.page-template-26-content-row .w-video {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: clip;
}

.l-section.pb-none {
    padding-bottom: 0 !important;
}

/* Blog */

.sidebar-categories h2 {
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--sm-text-font-size);
    color: var(--color-content-primary);
    margin-bottom: 1.2rem;
}

.sidebar-categories li {
    font-family: var(--h5-font-family);
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
}

.sidebar-categories li a {
    color: var(--color-alt-content-primary);
}

.featured-post-grid.w-grid .post_date .w-post-elm-before {
    font-weight: 300;
    font-size: 0.8em;
    vertical-align: middle;
    padding: 0 .3em;
}

.single-blog-post-content h1>b,
.single-blog-post-content h1>strong,
.single-blog-post-content h2 > b,
.single-blog-post-content h2 > strong,
.single-blog-post-content h3>b,
.single-blog-post-content h3>strong,
.single-blog-post-content h4>b,
.single-blog-post-content h4>strong,
.single-blog-post-content h5>b,
.single-blog-post-content h5>strong {
    font-weight: var(--h2-font-weight);
}

.single-blog-post-content h6>b,
.single-blog-post-content h6>strong {
    font-weight: var(--h6-font-weight);
}

.single-blog-post-content img.alignnone {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post_navigation.layout_simple .post_navigation-item-title {
    display: none;
}

.post_navigation-item-meta {
    opacity: 1;
    font-size: var(--sm-text-font-size);
}

.post_navigation.layout_simple .post_navigation-item:not(:hover) {
    color: var(--color-content-primary);
}

.post_navigation.layout_simple .post_navigation-item-arrow {
    font-size: 1.5em;
    opacity: 1;
}

.post_navigation .order_first .post_navigation-item-arrow:before {
    font-weight: 300;
    content: '\f177';
}

.post_navigation .order_second .post_navigation-item-arrow:before {
    font-weight: 300;
    content: '\f178';
}

.single-post-template-main-row .w-sharing.type_simple .w-sharing-item {
    border-width: 0 0 0 0;
}

.single-post-template-main-row .w-sharing.type_simple .w-sharing-item i {
    opacity: 1;
}

.single-post-template-main-row .w-sharing.type_simple .w-sharing-item i {
    color: var(--color-content-primary) !important;
}

.single-post-template-main-row .w-sharing a.w-sharing-item,
.no-touch .single-post-template-main-row a.w-sharing-item:hover,
.single-post-template-main-row .w-sharing.type_simple .w-sharing-item i:hover {
    color: var(--color-content-secondary) !important;
}

.single-post .w-sharing-list:not(:empty) {
    background: #fff;
    border-radius: 6px;
}

/* Footer */

.bottom-footer-row .w-hwrapper {
    font-size: 0.8rem;
    padding: 0.8rem 0 0.6rem;
}

.color_footer-bottom input:not([type=submit]) {
    color: var(--color-content-heading) !important;
}

/* Gravity Forms */

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 0.9rem;
}


/* Misc */

.designstudio-button,
.uwy, body .uwy {
    z-index: 20 !important;
}

.call-text-contant-hwrapper .w-btn {
    min-width: 190px;
}


/* ===== Media Queries ===== */

@media (min-width: 1601px) {

    .home-terapists-inner .w-hwrapper {
        padding: 3rem;
    }

    .main-footer-row:not(.v2) .g-cols.via_flex.type_default>.vc_col-sm-4:last-of-type .vc_column-inner {
        padding-left: 90px !important;
    }
}

@media (max-width: 1600px) and (min-width: 1280px) {

    .main-footer-row:not(.v2) .g-cols.via_flex.type_default>.vc_col-sm-4:nth-of-type(2) .vc_column-inner {
        padding-left: 30px !important;
    }

    .main-footer-row:not(.v2) .g-cols.via_flex.type_default>.vc_col-sm-4:last-of-type .vc_column-inner {
        padding-left: 45px !important;
    }
}

@media (max-width: 1440px) and (min-width: 1280px) {

    .home-terapists-inner p:last-of-type {
        display: none;
    }
}

@media (min-width: 1280px) {

    .w-nav.type_desktop:not(.height_full), 
    .w-hwrapper .w-nav.type_desktop, .w-vwrapper .w-nav.type_desktop {
        line-height: 46px;
    }

    .l-subheader.at_bottom .w-nav-list.level_1 > li:not(:last-of-type):not(.contact-menu-item) {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(2px);
    }

    .page-template-26-title-block {
        min-height: 70dvh;
    }

    .page-title-block-26 .w-vwrapper.page-title-block-vwrapper {
        min-height: 48dvh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home-terapists-inner .w-hwrapper {
        padding: 3rem;
    }

    .home-terapists-inner .w-hwrapper>.w-vwrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        margin-right: 3%;
    }

    .page-primary-split-row .vc_col-lg-5 {
        width: 45%;
    }
    
    .page-primary-split-row .vc_col-lg-offset-2 {
        margin-left: 10%;
    }

    .two-columns-accordion-wrapper .vc_col-lg-5 {
        width: 45%;
    }

    .two-columns-accordion-wrapper .vc_col-lg-offset-2 {
        margin-left: 10%;
    }

    .single-location-hwrapper .w-vwrapper.location-vwrapper:nth-of-type(2) {
        transform: translateX(-4rem);
        -webkit-transform: translateX(-4rem);
        -moz-transform: translateX(-4rem);
        -ms-transform: translateX(-4rem);
        -o-transform: translateX(-4rem);
        flex-grow: 1;
    }

    .appointments-available-vwrapper-secondary {
        max-width: 1130px;
        margin-left: auto;
        margin-right: auto;
    }

    .l-section .single-locaction-first-row {
        padding-bottom: 14rem;
    }

    .l-section.single-location-main-row.height_large {
        padding-top: 0;
    }

    .l-section.single-location-main-row .appointments-available-vwrapper-secondary {
        margin-bottom: -6rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .home-support-row .vc_col-lg-3 {
        width: 28.333%;
    }

    .home-colored-boxes-row .vc_col-lg-5 {
        width: 45%;
    }

    .home-colored-boxes-row .vc_col-lg-offset-1,
    .home-support-row .vc_col-lg-offset-1{
        margin-left: 5%;
    }

    .main-footer-row.v2 .vc_col-sm-4:nth-of-type(2) > .vc_column-inner > .wpb_wrapper,
    .main-footer-row.v2 .vc_col-sm-4:nth-of-type(3)>.vc_column-inner>.wpb_wrapper {
        padding-left: calc(100% / 12);
    }
}

@media (max-width: 1279px) and (min-width: 1025px) {

    .page-title-block-26 .w-vwrapper.page-title-block-vwrapper {
        min-height: 40dvh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .w-hwrapper.img-left-third-hwrapper {
        column-gap: 1.5rem;
    }

    .l-section .single-locaction-first-row {
        padding-bottom: 14rem;
    }

    .l-section.single-location-main-row.height_large {
        padding-top: 0;
    }

    .l-section.single-location-main-row .appointments-available-vwrapper-secondary {
        margin-bottom: -6rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .home-terapists-inner .w-hwrapper {
        padding: 1.5rem;
    }

    .home-terapists-inner h2 {
        font-size: var(--h4-font-size);
        line-height: var(--h4-line-height);
    }

    .home-terapists-inner p:last-of-type {
        display: none
    }

    .main-footer-row .g-cols.via_flex.type_default > .vc_col-sm-4:last-of-type .vc_column-inner {
        padding-left: 30px !important;
    }
}

@media (min-width: 1025px) {

    /* Header */

    .l-header.id_18216.pos_fixed {
        width: calc(100% - 3rem);
        left: 1.5rem;
        top: 12px;
    }

    .l-header.id_18216.pos_fixed.sticky {
        top: 0;
    }
    
    .admin-bar .l-header.id_18216.pos_fixed {
        top: calc(var(--wp-admin--admin-bar--height) + 12px)
    }

    .admin-bar .l-header.id_18216.pos_fixed.sticky {
        top: (var(--wp-admin--admin-bar--height) - 6px);
    }

    .l-subheader.at_top {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .l-subheader.at_middle.width_full {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .l-subheader.at_bottom {
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        max-width: 1620px;
        margin-top: 6px;
    }

    .l-header.sticky .l-subheader.at_bottom {
        background: var(--color-alt-content-primary);
        margin-top: 0;
    }

    .below-featured-row {
        margin-top: calc(var(--cta-overlap) * -1);
        margin-bottom: calc(var(--cta-overlap) * -1);
        z-index: 2;
    }

    .below-featured-row+section .l-section.height_medium:first-of-type {
        padding-top: calc(4rem + var(--cta-overlap));
    }

    .below-featured-row+section.l-section.height_medium:first-of-type {
        padding-top: calc(4rem + var(--cta-overlap));
    }

    .below-featured-row+.l-section.height_medium {
        padding-top: calc(4rem + var(--cta-overlap));
    }

    .sticky-column-row .sticky-inner-row>.sticky-column  {
        position: sticky;
        top: 8rem;
        z-index: 2;
    }

    .l-section.therapists-row + .l-section.bottom-cta-row.height_huge {
        padding-top: 4rem;
    }

    .recognizing-good-therapy-row.l-section + .service-page-testimonials-row {
        transform: translateY(-30px);
        position: relative;
        z-index: 10;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }

    .recognizing-good-therapy-row.l-section {
        padding-top: 5.5rem;
        padding-bottom: calc(7.2rem + 30px);
    }

    .l-section.height_huge {
        padding-top: 7.2rem;
        padding-bottom: 7.2rem;
    }

    .appointment-available-row.l-section.height_huge {
        padding-bottom: 0;
    }

    .appointment-available-row .green-rounded-box-vwrapper {
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        z-index: 10;
        position: relative;
    }

    .appointment-available-row.l-section.height_huge + .l-section.height_huge {
        padding-top: calc(7.2rem + 30px);
    }

    /* Home Page */

    .below-slide-row .w-hwrapper {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .below-slide-row .w-hwrapper > * {
        flex: 0 0 calc(100% / 3);
        min-width: calc(100% /3);
        margin-bottom: 0;
        padding: 1.5rem 1.5rem;
        text-align: center;
    }

    .below-slide-row .w-hwrapper>*:nth-child(2) {
        background: var(--color-alt-content-secondary);
    }

    .below-slide-row .w-hwrapper>*:nth-child(3) {
        background: var(--color-alt-content-primary);
    }

    .below-featured-row .w-btn {
        min-width: 195px;
    }

    .home-video-popup-row .vc_col-sm-12.vc_col-md-3 {
        width: 30%;
    }

    .vc_col-sm-12.vc_col-md-6.home-video-popup-column {
        width: 40%
    }

    .home-video-popup-column .w-vwrapper {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .nagative-top-column > .vc_column-inner {
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .colored-boxes-column.numbered-items .w-vwrapper {
        margin-left: 39px;
    }

    .home-terapists-inner.g-cols.via_flex.type_default {
        margin: 0;
    }

    .home-terapists-inner.g-cols.via_flex.type_default>div>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .home-terapists-inner .w-hwrapper > .w-vwrapper .w-btn {
        min-width: 225px;
    }
 
    .home-terapists-inner .w-hwrapper {
        position: absolute;
        z-index: 6;
        background: var(--color-content-primary);
        top: 50%;
        width: calc((100% / 6) * 4);
        height: 50%;
        transform: translateY(-50%);
        left: calc(100% / 6);
        align-items: center;
    }

    /* .services-grid-layout-26 .w-grid-item-h:hover .usg_post_custom_field_1 {
        width: 0px !important;
        height: 0px !important;
        max-width: 0px !important;
        max-height: 0px !important;
        min-height: 0px !important;
    } */

    .l-section.split-bg-color-row {
        background: linear-gradient(90deg, rgba(245, 235, 223, 0.82) 0%, rgba(245, 235, 223, 0.30) 50%, rgba(98, 112, 86, 0.66) 50%, rgba(98, 112, 86, 0.66) 100%) !important;
    }

    .l-section.split-bg-color-row {
        background:
            linear-gradient(90deg, rgba(245, 235, 223, 0.82) 0%, rgba(245, 235, 223, 0.30) 50%, rgba(98, 112, 86, 0.66) 50%, rgba(98, 112, 86, 0.66) 100%),
            url('https://staging.paloaltotherapy.com/wp-content/uploads/2026/02/bottom-shape_2.png') !important;
        background-size: cover, cover !important;
        background-position: center, bottom !important;
        background-repeat: no-repeat !important;
    }

    .page-primary-split-row .g-cols > .vc_col-lg-5:nth-of-type(2) a {
        color: #fff;
        text-decoration: underline;
        text-underline-position: below;
        text-decoration-thickness: 1px;
    }

    .page-primary-split-row .g-cols>.vc_col-lg-5:nth-of-type(2) a:hover {
        color: rgba(255, 255, 255, 0.66);
    }

    .layout_18315 .usg_post_custom_field_2 {
        padding: 0 !important;
        margin: 0 !important;
        min-height: 78px;
    }

    .layout_18315 .usg_post_custom_field_3 {
        margin-bottom: 0 !important;
    }

    .therapists-row .w-filter-item.values_as_btn .w-filter-item-value {
        min-width: 130px;
    }

    .main-footer-row.v2 .vc_col-sm-4 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@media (max-width: 1024px) {

    .w-hwrapper.featured-section-overlaping-hwrapper {
        max-width: none;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        height: auto !important;
    }

    .l-section.split-bg-color-row {
        background: var(--color-content-bg-alt) !important;
    }

    .l-section.split-bg-color-row .w-text {
        color: var(--color-content-heading) !important;
    }

    .l-section.split-bg-color-row .wpb_text_column {
        color: var(--color-content-text) !important;
    }

    .home-featured-row .w-btn {
        min-width: 215px;
    }

    .home-terapists-inner .w-hwrapper {
        padding: 1.5rem;
    }

    .w-vwrapper.rounded-box {
        max-width: none;
    }

    .below-slide-row .w-hwrapper .h3-style {
        font-size: var(--h5-font-size);
    }

    .colored-boxes-column.numbered-items .w-vwrapper {
        margin-left: 15px;
        width: calc(100% - 30px);
    }

    .w-grid.services-grid-layout-26 .usg_post_custom_field_2 {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .w-grid.services-grid-layout-26 .usg_post_custom_field_3 {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .colored-boxes-column .w-vwrapper {
        padding: 2.5rem 1.5rem;
    }

    .home-terapists-inner .w-btn {
        min-width: 225px;
    }

    .recognizing-good-therapy-row.l-section + .service-page-testimonials-row {
        margin-top: 6vmax;
    }

    .l-section.height_huge  {
        padding-top: 6vmax;
        padding-bottom: 6vmax;
    }

    .single-location-hwrapper {
        flex-wrap: wrap;
        padding: 2.5rem 1.5rem;
        gap: 3rem;
        margin-top: 1.5rem;
    }

    .single-location-hwrapper>.w-vwrapper.location-vwrapper {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .narrow-row-8 .w-vwrapper.get-support-vwrapper,
    .w-vwrapper.appointments-available-vwrapper-secondary  {
        padding: 2.5rem 1.5rem !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    .page-title-block-26 .w-vwrapper.page-title-block-vwrapper {
        min-height: 30vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .w-hwrapper.img-left-third-hwrapper {
        column-gap: 1rem;
    }

    .below-slide-row .w-hwrapper>* {
        flex: 0 0 calc(100% / 3);
        min-width: calc(100% /3);
        margin-bottom: 0;
        padding: 1.5rem 1.5rem;
        text-align: center;
    }

    .below-slide-row .w-hwrapper>*:nth-child(2) {
        background: var(--color-alt-content-secondary);
    }

    .below-slide-row .w-hwrapper>*:nth-child(3) {
        background: var(--color-alt-content-primary);
    }

    .home-terapists-inner .w-hwrapper > .w-vwrapper {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 40%;
                flex: 1 0 40%;
        min-width: 40%;
    }

    .main-footer-row.v2 .vc_col-sm-4 {
        padding-top: 6vmax;
        padding-bottom: 6vmax;
    }
}

@media (min-width: 768px) {

    .main-footer-row.color_footer-bottom {
        background: -webkit-gradient(linear,
        left top, right top,
        color-stop(0, var(--color-content-secondary)),
        color-stop(var(--color-alt-content-secondary)),
        to(var(--color-alt-content-primary)));
        background: -o-linear-gradient(left,
        var(--color-content-secondary) 0 calc(100% / 3),
        var(--color-alt-content-secondary) calc(100% / 3) calc(200% / 3),
        var(--color-alt-content-primary) calc(200% / 3) 100%);
        background: linear-gradient(to right,
        var(--color-content-secondary) 0 calc(100% / 3),
        var(--color-alt-content-secondary) calc(100% / 3) calc(200% / 3),
        var(--color-alt-content-primary) calc(200% / 3) 100%);
    }

    .main-footer-row.v2.color_footer-bottom {
        background: linear-gradient(to right,
                var(--color-content-secondary) 0 calc(100% / 2),
                var(--color-alt-content-primary) calc(100% / 2) 100%);
    }

    .main-footer-row.v2 .vc_col-sm-4:nth-of-type(2) {
        background: var(--color-alt-content-secondary);
    }
}

@media (max-width: 767px) {

    .page-title-block-26 .w-vwrapper.page-title-block-vwrapper {
        min-height: 35vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1rem 0;
    }

    .below-slide-row .w-hwrapper {
        flex-wrap: wrap;
    }

    .below-slide-row .w-hwrapper > * {
        flex: 0 0 100%;
        min-width: 100%;
        margin-bottom: 0;
        padding: 1rem 1.5rem;
    }

    .below-slide-row .w-hwrapper>*:nth-child(2) {
        background: var(--color-alt-content-secondary);
    }

    .below-slide-row .w-hwrapper>*:nth-child(3) {
        background: var(--color-alt-content-primary);
    }

    .w-hwrapper.img-left-third-hwrapper>.w-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }

    .home-terapists-inner .w-hwrapper {
        flex-wrap: wrap;
    }

    .single-post-left-column .widget.widget_categories {
        display: none;
    }

    .main-footer-row.v2 {
        padding-top: 2rem;
    }
}

@media (max-width: 600px) {

    .lg-text {
        font-size: 1rem;
    }

    .featured-section-overlaping-hwrapper {
        text-align: center;
    }

    .featured-section-overlaping-hwrapper.w-hwrapper.stack_on_mobiles>:not(script) {
        margin: 0 0 0.7rem;
    }

    .featured-section-overlaping-hwrapper .w-text {
        font-size: var(--h4-font-size);
        margin-bottom: 1.2rem !important;
    }

    .featured-section-overlaping-hwrapper .w-btn {
        min-width: 225px;
    }

    .faq-row .w-btn {
        min-width: 215px;
    }

    .w-hwrapper.single-location-hwrapper > .location-vwrapper:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }

    .colored-boxes-column.numbered-items .w-vwrapper::before {
        left: -20px;
    }
}

/* Accordion */

.w-tabs.accordion>div>div>.w-tabs-section-content {
    padding-top: 0;
}


.w-tabs .w-tabs-sections {
    gap: 1.5rem;
}

.w-tabs.accordion>div>.w-tabs-section {
    border-width: 0 0 1px 0;
}

.w-tabs .w-tabs-section-header {
    padding: 0 1.5em 0;
    align-items: flex-start;
}

.w-tabs .w-tabs-section .w-tabs-section-header>.w-tabs-section-title {
    display: flex;
}

.w-tabs .w-tabs-section:not(:first-of-type) .w-tabs-section-header>.w-tabs-section-title {
    padding-top: 1.5rem !important;
}

.w-tabs .w-tabs-section:not(:first-of-type) .w-tabs-section-header>.w-tabs-section-control {
    margin-top: 1.5rem !important;
}

.w-tabs .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before,
.w-tabs .w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
    background: var(--color-alt-content-primary);
}

.w-tabs .w-tabs-section-header .w-tabs-section-title {
    padding-bottom: 1em !important;
    line-height: 1;
    font-size: var(--h4-font-size) !important;
}

.w-tabs .w-tabs-section-header:not(.active) .w-tabs-section-title {
    color: var(--color-content-heading);
}

.w-tabs-section-title::before {
    color: var(--color-content-primary);
    margin-right: 0.9rem;
}

.w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
    color: var(--color-alt-content-primary);
}

.w-tabs .w-tabs-section-header .w-tabs-section-title {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.w-tabs .w-tabs-section-header:hover .w-tabs-section-title {
    color: var(--color-alt-content-primary);
}

.w-tabs-section-content .wpb_text_column {
    font-size: 0.9rem;
}

.no-touch .w-tabs-section-header:hover,
.no-touch .w-tabs-section-header:focus {
    background: rgba(255,255,255,1);
}

.no-touch .w-tabs.remove_indents>div>div>.w-tabs-section-header:hover,
.no-touch .w-tabs.remove_indents>div>div>.w-tabs-section-header:focus {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0), transparent);
}