/* COLORS */

/* TYPOGRAPHY */

/* HEADER */
header {

    z-index: 999;
    width: 100%;
}

header .flex-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

header .flex-header .site-branding {
    width: 310px;
}

header .main-navigation a {
    border-bottom: 1px solid transparent;
 
}

header .main-navigation .current-menu-item a {
    color: #222222;
    border-bottom: 1px solid
}

header .main-navigation li a:hover,
header .main-navigation li a:focus {
    color: #222222;
    border-bottom: 1px solid;
}


header .flex-header .header-cart {
    color: #fff;
    position: relative;
}

header .flex-header .header-cart a {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    outline: 0
}

header .flex-header .header-cart a:hover,
header .flex-header .header-cart a:focus {
    color: #222;
}


header .header-cart .header-product-search {
    box-shadow: 0 0 3px 3px #00000029;
    position: absolute;
    right: 95%;
    top: 50px;
    background: #ffffff;
    padding: 20px;
    width: 380px;
    display: none;
    color: #000;
}

header .header-cart .header-product-search #search-results {}

header .header-cart .header-product-search.active {
    display: block;
    right: 60px;
}

header .header-cart .header-product-search a.remove-class-btn {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 16px;
    color: #fff;
    background: #222;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

header .header-cart .header-product-search input#product-search {
    background: transparent;
    width: 100%;
    padding: 14px 10px;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #222;
    border-radius: 0;
    outline: unset;
}

header#masthead {
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: none;
    z-index: 999;
    transition: all 0.3s ease;
    padding: 20px;
}

header#masthead.transparent:not(.scrolled)::before { 
    position: absolute;
	display:block;content:"";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0.38) 0%, rgba(117, 82, 255, 0) 100%);
    background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0.38) 0%, rgba(117, 82, 255, 0) 100%);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.38) 0%, rgba(117, 82, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#7552FF",
  GradientType=0
);
}
.site-branding img{
	    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

body:not(.home) header#masthead {
    background: #ded3cbcc;
}

body:not(.home) header#masthead.transparent {
    background-color: transparent
}

body:not(.home).page-template-page-simple header#masthead {
    position: relative;
    background: #e0d3ca;
}

body:not(.home).woocommerce header#masthead {
    position: relative;
    background: #e0d3ca;
}


header#masthead.scrolled,
header#masthead.transparent.scrolled {
    position: fixed;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #ded3cbcc !important;
}


header#masthead ul.ajax-search-results {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

header#masthead ul.ajax-search-results {
    list-style-type: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-y: scroll;
    height: 400px;
}

header#masthead ul.ajax-search-results li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

header#masthead ul.ajax-search-results li a img {
    width: 60px;
}

header#masthead ul.ajax-search-results li a h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.2em;
}
header#masthead ul.ajax-search-results li a span.price {
    font-size: 14px;
    width: 100%;	color:#000;
    display: block;
}

/* UI LI */
ul.list-inline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

/* FORMs */
p.gform_required_legend {
    display: none;
}

/* CONTAINER */

.container {
    width: 1365px;
    margin: 0 auto;
    padding: 15px;
    max-width: 100%;
}

/* FOOTER */
footer#colophon {
    background: #E0D3CA;
    padding: 40px 0 0;
}

footer .logo-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin: 0px auto 40px;
    max-width: 100%
}

footer .flex-footer {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .widget-area .widget.gform_widget {
    width: 25%;
    min-width: 330px;
}

footer .widget-area h2.widget-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin: 0 0 25px 0px;
}

footer .widget-area .widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

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

footer .widget-area .widget ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #878787;
}


.gform-theme--framework .gform_validation_errors {
    display: none !important;
}

/* SUBSCribe BOx */
footer form#gform_1 {
    position: relative;
}

footer input#input_1_1 {
    border: 1px solid #222;
    border-radius: 40px;
    height: 56px;
    padding-left: 20px;
    padding-right: 120px;
    background-color: transparent;
    font-size: 14px;
    text-transform: none;
}

footer input#gform_submit_button_1 {
    position: absolute;
    top: 4px;
    right: 5px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    background: #222;
    outline: none
}

footer input#gform_submit_button_1:hover,
.gform_footer input#gform_submit_button_2:hover {
    background: #000;
}

.gform_footer input#gform_submit_button_2 {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 50px;
    background: #222;
    outline: none
}

/* Clinic MENU POPUP */
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed !important;
}

.pum-content.popmake-content {
    width: 1360px;
    margin: 0 auto;
    max-width: 100%
}

.pum-content .clinic-info {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}

.pum-content .clinic-info .clinic-info-single {
    width: calc(50% - 40px);
}

.pum-content .clinic-info .clinic-info-single .clinic-info-single-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
}

.pum-content .clinic-info .clinic-info-single .clinic-info-single-inner .clinic-content p a {
    font-size: 16px;
    text-decoration: unset;
    color: #222222;
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
}

.pum-content .clinic-info .clinic-info-single .clinic-info-single-inner .clinic-content p {
    text-transform: uppercase;
    font-size: 15px;
}

button.pum-close.popmake-close {
    display: none !important;
}



.elementor-icon-list-text span {
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.8;
    letter-spacing: 0.5px
}

.gform-theme--foundation #gform_2 .gform_fields {
    row-gap: 20px
}

/*FILTER*/
.filters-button-group {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 80px 40px;
    border-top: 7px solid #ded3cb;
    padding-top: 40px;
    align-items: flex-start;
}




.filters-button-group a {
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    max-width: 260px;
    text-align: center;
    font-size: 20px;
}

.filters-button-group a:hover,
.filters-button-group a.is-checked {
    color: #000;
    border-bottom: 1px solid #222;
}

.selected-category-name {
    color: #ded3cb;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 10px;
}

.treatment-item {
    width: 100%;
    margin-bottom: 40px;
}

.treatment-item::after {
    display: block;
    content: "";
    height: 7px;
    width: calc(62% - 25px);
    background: #ded3cb;
    margin-top: 30px;
}

.treatment-item .treatment-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
    align-items: flex-start;
}

 

.treatment-item .treatment-inner .treatment-img {
    width: calc(38% - 25px); display:none
}

.treatment-item .treatment-inner .treatment-info {
    width: calc(71% - 25px);
}

.treatment-item .treatment-inner .treatment-info h3.title {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.treatment-item .treatment-inner .treatment-info .treatment-price p {
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
    line-height: 14px; margin-bottom: 20px;
}
.treatment-item .treatment-inner .treatment-info p {
    font-size: 14px;    margin-bottom: 32px;
    line-height: 1.2;
}
.treatment-item .treatment-inner .treatment-info .treatment-price p strong {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;

}
.treatment-item .treatment-inner  .treatment-info a.btn.btn-border {
    display: inline-block;
    margin-top: 10px;
}
.treatment-item .treatment-inner .treatment-info a.btn.btn-border {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 56px;
}
.elementor-element .csl-wrapper,
.elementor-element .csl-fullwidthmap-wrapper {
    border: 0;
    padding: 0;
    box-shadow: 0 0 0 0;
}

.elementor-element .csl-wrapper .location-near-you-box {
    background-color: transparent;
}

.elementor-element .csl-wrapper .location-near-you-box .csl-list-item .viewmaplink,
#location-search-alert {
    display: none !important;
}

.elementor-element .csl-wrapper .location-near-you-box .csl-list-item i.fa-solid.fa-location-dot {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 22px;
}

.elementor-element .csl-wrapper .location-near-you-box .csl-list-item h4 {
    font-size: 16px !important;
    margin-bottom: 16px !important;
}

.elementor-shortcode .title-search-bar .csl-search-form button#submitLocationSearch {
    padding: 0;
    margin: 0;
    border-radius: 0;
    color: #3f3f3f;
    width: 25px;
    max-width: 25px;
    min-width: 25px;
    min-height: unset;
    cursor: pointer;
    position: absolute;
    right: 10px;
    background-color: transparent;
}

.elementor-element .csl-wrapper #locations-near-you .csl-list-item .marker-link {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    padding: 20px 40px 20px 40px;
    cursor: pointer;
}

.elementor-shortcode .title-search-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.elementor-shortcode .title-search-bar h2 {
    font-size: 48px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 30%;
}

.elementor-shortcode .title-search-bar .csl-search-form {
    padding: 0;
    margin: 0 !important;
    box-shadow: 0 0 0 0;
    max-width: 500px !important;
    display: flex;
    justify-content: flex-start;
}

.elementor-shortcode .csl-wrapper #locations-near-you .csl-list-item .marker-link p {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.6;
    text-transform: initial;
}

.elementor-shortcode .csl-wrapper #locations-near-you .csl-list-item .marker-link:hover {
    background-color: transparent
}

.elementor-shortcode .csl-wrapper #locations-near-you .csl-list-item .marker-link:hover svg {
    fill: unset;
}

.elementor-shortcode .csl-wrapper #locations-near-you .csl-list-item .marker-link:hover * {
    color: initial
}

.elementor-shortcode .title-search-bar .csl-search-form input {
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #3f3f3f;
    padding: 0;
    min-height: 36px;
    font-style: italic;
    font-weight: 200;
}

/* press-posts */
.press-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 0 10px;
}

.press-posts .press-single {
    overflow: hidden;
    position: relative;
}

.press-posts .press-single .press-info {
    position: absolute;
    padding: 20px;
    top: 0;
    background: #e5dcd5db;
    z-index: 1;
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}

.press-posts .press-single .press-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.press-posts .press-single .press-logo img {
    width: unset;
    height: 35px;
    max-width: 100%;
    max-height: max-content;
}

.press-posts .press-single a.press-link {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    left: 0;
    bottom: 0;
}

/* Shine */
.press-single .press-image {
    position: relative;
}

.press-single .press-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.press-single:hover .press-image::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* Resposnive CSS */
@media only screen and (max-width: 990px) {
    footer .flex-footer {
        display: flex;
        flex-direction: row;
        gap: 20px 50px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    footer .flex-footer .widget {
        width: 25%;
    }
}

@media only screen and (max-width:990px) {

    .press-posts {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .filters-button-group {

        flex-direction: row;
        justify-content: space-around;
        padding-top: 40px;
        align-items: flex-start;
        gap: 30px;
        flex-wrap: wrap;
    }

    .pum-theme-876 .pum-container,
    .pum-theme-framed-border .pum-container {
        backdrop-filter: blur(4px);
    }

    .pum-content .clinic-info {
        gap: 0;
        flex-direction: column;
    }

    .pum-content .clinic-info .clinic-info-single {
        width: 100%;
    }

    .pum-content .clinic-info .clinic-img {
        width: 140px;
    }

    .pum-content .clinic-info .clinic-info-single .clinic-info-single-inner .clinic-content p {
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .pum-overlay,
    html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
    html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
        position: fixed !important;
        top: 70px !important;
    }

    .pum-open .main-navigation.toggled ul {
        opacity: 0;
        visibility: hidden;
    }

    button.pum-close.popmake-close{
            display: block !important;
    right: 15px !important;
    top: 15px !important;
    background: transparent !important;
    color: #222 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    }
}

@media only screen and (max-width:767px) {
    footer .flex-footer .widget {
        width: 40%;
    }

    header .flex-header .site-branding {
        width: 220px;
    }

    .selected-category-name {

        font-size: 42px;

    }

    .treatment-item .treatment-inner {

        flex-direction: column;

    }

    .treatment-item .treatment-inner .treatment-info {
        width: 100%;
    }

    .treatment-item:nth-child(even) .treatment-inner {
        flex-direction: column;
    }

    .press-posts {
        grid-template-columns: 1fr 1fr;

    }

    .press-posts .press-single .press-logo img {
        height: 25px;
    }

    .press-posts .press-single .press-info {
        min-height: 50px;
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 560px) {
    header .header-cart .header-product-search.active {
        right: 0;
        max-width: 100%;
        width: 100%;
    }

    footer .flex-footer .widget {
        width: 80%;
    }

    footer .widget-area .widget.gform_widget {
        width: 100%;
        min-width: 100%;
    }

    .filters-button-group {
        margin: 0 0 30px;
    }

    .treatment-item .treatment-inner .treatment-img {
        width: 350px;
        max-width: 100%;
    }

    .treatment-item::after {

        width: calc(80% - 25px);
    }

}

@media only screen and (max-width:480px) {
    .press-posts {

        gap: 10px;
    }

    .press-posts .press-single .press-logo img {
        height: 20px;
    }

    .clinic-img {

        display: none;
    }
}