@charset "UTF-8";
:root {
    --clr-palette-1: #00243b;
    --clr-palette-2: #a4685f;
    --clr-palette-3: #282828;
    --clr-palette-4: #011623;
    --clr-palette-5: #04747b;
    --clr-palette-6: #894542;
    --clr-palette-7: #f2f4f5;
    --clr-palette-8: #ebfcf7;
    --clr-palette-9: #ffffff;
    --ff-heading: "Fraunces", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --ff-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --border-radius: 8px;
    --fs-small: 0.925rem;
    --fs-base: 1rem;
    --fs-big: 1.5rem;
    --fs-huge: 1.75rem;
    --hfs-bigger: clamp(3.5rem, 2.771vw + 2.783rem, 5rem);
    --hfs-1: clamp(3.5rem, 2.771vw + 2.783rem, 5rem);
    --hfs-2: clamp(3rem, 0.924vw + 2.761rem, 3.5rem);
    --hfs-3: clamp(2rem, 1.848vw + 1.522rem, 3rem);
    --hfs-4: clamp(1.5rem, 0.924vw + 1.261rem, 2rem);
    --hfs-5: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
    --hfs-6: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
    --animation-primary: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    --animation-fast: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    --animation-smooth: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
    --gap-padding: 1.25rem;
}

/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

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

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

.wp-site-blocks h1,
.wp-site-blocks h2,
.wp-site-blocks h3,
.wp-site-blocks h4,
.wp-site-blocks h5,
.wp-site-blocks h6 {
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
}
.wp-site-blocks h1 strong,
.wp-site-blocks h2 strong,
.wp-site-blocks h3 strong,
.wp-site-blocks h4 strong,
.wp-site-blocks h5 strong,
.wp-site-blocks h6 strong {
    font-weight: 400;
}
.wp-site-blocks h1.extralight,
.wp-site-blocks h2.extralight,
.wp-site-blocks h3.extralight,
.wp-site-blocks h4.extralight,
.wp-site-blocks h5.extralight,
.wp-site-blocks h6.extralight {
    font-weight: 200;
}
.wp-site-blocks h1.font-size-bigger,
.wp-site-blocks h2.font-size-bigger,
.wp-site-blocks h3.font-size-bigger,
.wp-site-blocks h4.font-size-bigger,
.wp-site-blocks h5.font-size-bigger,
.wp-site-blocks h6.font-size-bigger {
    font-size: var(--hfs-1);
}
.wp-site-blocks h1.smaller-heading,
.wp-site-blocks h2.smaller-heading,
.wp-site-blocks h3.smaller-heading,
.wp-site-blocks h4.smaller-heading,
.wp-site-blocks h5.smaller-heading,
.wp-site-blocks h6.smaller-heading {
    font-size: var(--hfs-2);
}

h1 {
    font-size: var(--hfs-1);
    line-height: 1.21;
}

h2 {
    font-size: var(--hfs-2);
    line-height: clamp(3.63rem, 1.053vw + 3.358rem, 4.2rem);
}

h3 {
    font-size: var(--hfs-3);
    line-height: clamp(2.4rem, 2.106vw + 1.855rem, 3.54rem);
}

h4 {
    font-size: var(--hfs-4);
    line-height: clamp(1.77rem, 1.164vw + 1.469rem, 2.4rem);
}

h5 {
    font-size: var(--hfs-5);
    line-height: clamp(1.5rem, 0.693vw + 1.321rem, 1.875rem);
}

h6 {
    font-size: var(--hfs-6);
    line-height: clamp(1.5rem, 0.693vw + 1.321rem, 1.875rem);
}

p {
    margin: 0 0 1.5rem;
    padding: 0;
    overflow-x: initial;
}

.content-area p a,
.content-area ul a,
.content-area ol a,
.content-area code a,
.content-area pre a,
.content-area span a {
    font-weight: 600;
}

/* General
--------------------------------------------------- */
html {
    scroll-behavior: smooth;
}

/* Scrollbar CSS - https://codepen.io/stephenpaton-tech/details/JjRvGmY
--------------------------------------------------- */
/* Firefox */
html {
    --clr-bg-scroll-bar: #ffffff;
    --clr-scroll-bar: #aaaaaa;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    font-size: 16px;
    scrollbar-width: thin;
    scrollbar-color: var(--clr-scroll-bar) var(--clr-bg-scroll-bar);
}

/* Chrome, Edge, and Safari */
html ::-webkit-scrollbar {
    width: 8px;
}

html ::-webkit-scrollbar-track {
    background: var(--clr-bg-scroll-bar);
}

html ::-webkit-scrollbar-thumb {
    background-color: var(--clr-scroll-bar);
    border-radius: 8px;
    border: 0px solid var(--clr-bg-scroll-bar);
}

.header-navigation .header-menu-container .menu .menu-item a {
    padding-inline: var(--gap-padding);
    position: relative;
}
.header-navigation .header-menu-container .menu .menu-item.highlight {
    -webkit-margin-start: 0.5rem;
            margin-inline-start: 0.5rem;
}
.header-navigation .header-menu-container .menu .menu-item.highlight a {
    position: relative;
    background-color: var(--clr-palette-2);
    color: white;
    padding-left: 1.25rem;
    padding-right: 2.5rem;
    margin-left: 1rem;
    margin-right: 0;
    margin-inline: 0 1rem;
    border-radius: 50px;
}
.header-navigation .header-menu-container .menu .menu-item.highlight a:hover {
    background-color: var(--clr-palette-6);
}
.header-navigation .header-menu-container .menu .menu-item.highlight a::after {
    --svgsize: 24px;
    content: "";
    position: absolute;
    inset: 50% auto auto auto;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
    width: var(--svgsize);
    height: var(--svgsize);
    background-image: url(/wp-content/themes/mauirecovery/assets/icons/arrow_right_light.svg);
}
.header-navigation .header-menu-container .menu .menu-item.current-menu-item.highlight a {
    color: white;
}
.header-navigation .header-menu-container .menu .sub-menu {
    border-radius: 0.5rem;
    padding: 1.5rem;
    right: 0;
}
.header-navigation .header-menu-container .menu .sub-menu > .menu-item a {
    padding-inline: 0;
}
.header-navigation .header-menu-container .menu .sub-menu > .menu-item > a::after {
    --svgsize: 1em;
    content: "";
    position: absolute;
    inset: 50% 0 auto auto;
    -webkit-transform: translate(0, -38%);
            transform: translate(0, -38%);
    width: var(--svgsize);
    height: var(--svgsize);
    background-image: url(/wp-content/themes/mauirecovery/assets/icons/arrow_right_redish.svg);
}
.header-navigation .header-menu-container .menu > li.kadence-menu-mega-width-container > ul.sub-menu {
    left: -29%;
    width: calc(100% + 48px);
}

.wp-site-blocks .menu-toggle {
    position: absolute;
    inset: 1.85rem 2rem auto auto;
    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;
    width: 3rem;
    height: 3rem;
    padding: 0rem;
    line-height: 0;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.36, 0, 0.66, 0);
    transition: -webkit-transform 0.1s cubic-bezier(0.36, 0, 0.66, 0);
    transition: transform 0.1s cubic-bezier(0.36, 0, 0.66, 0);
    transition: transform 0.1s cubic-bezier(0.36, 0, 0.66, 0), -webkit-transform 0.1s cubic-bezier(0.36, 0, 0.66, 0);
    -webkit-transform: scale(0) rotate(0.001deg);
            transform: scale(0) rotate(0.001deg);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 9999;
    overflow: hidden;
}
.wp-site-blocks .menu-toggle:hover .toggl__bar {
    background: var(--clr-palette-9);
}
@media (max-width: 1024px) {
    .wp-site-blocks .menu-toggle {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.wp-site-blocks .menu-toggle__inner-container {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
}
.wp-site-blocks .menu-toggle .toggl__bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--clr-palette-1);
    border-radius: 4px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wp-site-blocks .menu-toggle .toggl__bar.first {
    top: 12px;
}
.wp-site-blocks .menu-toggle .toggl__bar.second {
    top: 20px;
}
.wp-site-blocks.nav-active .menu-toggle::before {
    -webkit-transform: translateY(-20%) translateX(0);
            transform: translateY(-20%) translateX(0);
}
.wp-site-blocks.nav-active .menu-toggle .toggl__bar {
    height: 2px;
    background: var(--clr-palette-9);
}
.wp-site-blocks.nav-active .menu-toggle .toggl__bar.first {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 0px;
    top: 16px;
}
.wp-site-blocks.nav-active .menu-toggle .toggl__bar.second {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0px;
    top: 16px;
}
.admin-bar .wp-site-blocks .menu-toggle {
    inset: 3rem 2rem auto auto;
}
@media (max-width: 1024px) {
    .wp-site-blocks .site-header-main-section-right {
        display: none;
    }
}
.transparent-header .wp-site-blocks .menu-toggle .toggl__bar {
    background: var(--clr-palette-9);
}

body.noscroll {
    height: 100%;
    overflow: hidden;
}
body.noscroll #kt-scroll-up.scroll-visible {
    display: none;
}

.header-button-wrap {
    overflow: hidden;
    margin-right: 1rem;
}
.header-button-wrap .header-button-inner-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    will-change: transform;
}
.shrink .header-button-wrap .header-button-inner-wrap {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.lcm-aside {
    width: 100%;
    padding: 15vh 7.5vw 10vh 7.5vw;
    height: 100vh;
    background-color: var(--clr-palette-4);
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 999;
    -webkit-transform: translate(100%, 0) rotate(0.001deg);
            transform: translate(100%, 0) rotate(0.001deg);
    -webkit-transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
            transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    will-change: transform;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(26, 28, 32, 0.75);
}
@media (min-width: 560px) {
    .lcm-aside {
        width: auto;
    }
}
.nav-active .lcm-aside {
    -webkit-transform: translate(0, 0) rotate(0.001deg);
            transform: translate(0, 0) rotate(0.001deg);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
}
.lcm-aside__inner {
    height: 100%;
    /* width: 100%; */
    min-height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
}
.lcm-aside__inner::-webkit-scrollbar {
    display: none;
}

.lcm-aside__stripe {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--clr-palette-5);
}
.lcm-aside__title {
    font-family: var(--ff-body);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--clr-palette-5);
}
.lcm-aside .menu {
    min-width: 330px;
    list-style: none;
    margin: 0 0 1rem;
    --gap-padding: 1.5rem;
}
.lcm-aside .menu .menu-item {
    position: relative;
    font-family: var(--ff-heading);
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
}
.lcm-aside .menu .menu-item a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 200;
    font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
    line-height: 1.25;
    color: var(--clr-palette-9);
    letter-spacing: 1px;
    text-decoration: none;
}
.lcm-aside .menu .sub-menu {
    list-style: none;
    font-family: var(--ff-body);
    margin-block: 1rem 2rem;
}
.lcm-aside .menu .sub-menu a {
    font-family: var(--ff-body);
    font-weight: 300;
    font-size: 0.9rem;
}

.lcm-dark-overlay {
    position: fixed;
    overflow-y: scroll;
    inset: 0;
    background-color: var(--clr-palette-4);
    z-index: 130;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    transition: opacity 0.8s cubic-bezier(0.7, 0.1, 0.2, 1);
    will-change: opacity;
}
.nav-active .lcm-dark-overlay {
    opacity: 0.4;
    pointer-events: all;
}
.lcm-dark-overlay[aria-hidden=true] {
    display: none;
}
.lcm-dark-overlay[aria-hidden=false] {
    display: block;
}

.footer-navigation .menu {
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
}
.footer-navigation .menu .menu-item a {
    text-transform: uppercase;
}
.footer-navigation .menu .menu-item:first-child a {
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
}
.footer-navigation .menu .menu-item.highlight a {
    position: relative;
    background-color: var(--clr-palette-2);
    padding-left: 1.25rem;
    padding-right: 2.5rem !important;
    margin-left: 3rem;
    margin-right: 0;
    margin-inline: 0 1rem;
    border-radius: 50px;
}
.footer-navigation .menu .menu-item.highlight a:hover {
    background-color: var(--clr-palette-6);
    color: white !important;
}
.footer-navigation .menu .menu-item.highlight a::after {
    --svgsize: 24px;
    content: "";
    position: absolute;
    inset: 50% auto auto auto;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
    width: var(--svgsize);
    height: var(--svgsize);
    background-image: url(/wp-content/themes/mauirecovery/assets/icons/arrow_right_light.svg);
}

/* Kadence General
--------------------------------------------------- */
.wp-site-blocks .has-border-radius {
    border-radius: 8px;
}
.wp-site-blocks .has-bigger-border-radius {
    border-radius: 40px;
}

/* Archive pages 
--------------------------------------------------- */
.wp-site-blocks .post-thumbnail img {
    border-radius: 8px;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover {
    color: var(--clr-palette-1);
}

/* Blog and Archive pages
--------------------------------------------------- */
.wp-site-blocks .custom-archive-loop-item .taxonomy-category a {
    color: #bbbbbb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 1px;
}
.wp-site-blocks .custom-archive-loop-item .kb-advanced-heading-link {
    text-decoration: none;
}

.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Breadcrumbs
--------------------------------------------------- */
.wp-site-blocks .light-breadcrumbs .kadence-breadcrumbs {
    color: white;
    font-weight: 300;
}
.wp-site-blocks .light-breadcrumbs .kadence-breadcrumbs a {
    font-weight: 300;
    text-decoration: none;
}
.wp-site-blocks .light-breadcrumbs .kadence-breadcrumbs a:hover, .wp-site-blocks .light-breadcrumbs .kadence-breadcrumbs a:focus {
    text-decoration: underline;
}
.wp-site-blocks .light-breadcrumbs .kadence-breadcrumbs strong {
    font-weight: 300;
}
.wp-site-blocks .centered-breadcrumbs .kadence-breadcrumbs {
    text-align: center;
}

/* Kadence Forms
--------------------------------------------------- */
.wp-site-blocks .kb-form .kadence-blocks-form-field .kb-text-style-field {
    padding: 12px;
}
.wp-site-blocks .kb-form .kadence-blocks-form-field .kb-forms-submit {
    background: linear-gradient(130deg, var(--clr-palette-1) 20%, var(--clr-palette-2) 100%);
}

/* Home popup video
--------------------------------------------------- */
.wp-site-blocks .wp-block-kadence-videopopup.popup-video-no-background .kadence-video-intrinsic .kadence-video-poster,
.wp-site-blocks .wp-block-kadence-videopopup.popup-video-no-background .kadence-video-intrinsic .kadence-video-overlay {
    display: none;
}

/* Accordions
--------------------------------------------------- */
.wp-site-blocks .maui-accordion span.kt-blocks-accordion-icon-trigger {
    background-color: var(--clr-palette-2);
    border-radius: 50%;
}
.wp-site-blocks .maui-accordion span.kt-blocks-accordion-icon-trigger::before, .wp-site-blocks .maui-accordion span.kt-blocks-accordion-icon-trigger::after {
    height: 1px;
    left: 6px;
    top: 12px;
    width: 12px;
}

/* Addictions / Disorder page hero section 
------------------------------------------------------------------------------ */
.wp-site-blocks .addiction-disorder-flex-container {
    height: 100%;
}
.wp-site-blocks .addiction-disorder-flex-container *:last-child {
    margin-top: auto;
}

.wp-site-blocks h1.lcm-min-margin-bottom,
.wp-site-blocks h2.lcm-min-margin-bottom,
.wp-site-blocks h3.lcm-min-margin-bottom,
.wp-site-blocks h4.lcm-min-margin-bottom,
.wp-site-blocks h5.lcm-min-margin-bottom,
.wp-site-blocks h6.lcm-min-margin-bottom,
.wp-site-blocks p.lcm-min-margin-bottom {
    -webkit-margin-after: 0.25rem;
            margin-block-end: 0.25rem;
}

/* Search block (native)
----------------------------------------------------- */
.wp-site-blocks button:not(.menu-toggle),
.wp-site-blocks .button,
.wp-site-blocks .button.header-button,
.wp-site-blocks .wp-block-button__link,
.wp-site-blocks .wp-element-button,
.wp-site-blocks input[type=button],
.wp-site-blocks input[type=reset],
.wp-site-blocks input[type=submit] {
    line-height: 1;
}
.wp-site-blocks .button.header-button {
    position: relative;
    padding-right: 3.5rem;
}
.wp-site-blocks .button.header-button::after {
    --svgsize: 24px;
    content: "";
    position: absolute;
    inset: 50% auto auto auto;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
    width: var(--svgsize);
    height: var(--svgsize);
    background-image: url(/wp-content/themes/mauirecovery/assets/icons/arrow_right_light.svg);
}

/* Show More/Less Kadence block
--------------------------------------------------- */
.wp-site-blocks .wp-block-kadence-show-more .wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small {
    font-size: 21px;
    line-height: 1;
    border-radius: 50px;
    font-weight: 300;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}
.wp-site-blocks .wp-block-kadence-show-more .wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small:after {
    content: "+";
    margin-left: 2rem;
}
.wp-site-blocks .wp-block-kadence-show-more .wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small:last-child:after {
    content: "-";
}

.footer-html p img {
    display: inline-block;
    vertical-align: middle;
}

.site-footer .site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-right-golden {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
}
@media (max-width: 1023px) {
    .site-footer .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default,
    .site-footer .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    }
}
.site-footer .site-footer-row .site-footer-section p {
    text-align: initial;
}
.site-footer .site-footer-row.ft-ro-dir-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.footer-widget-area .wp-block-image {
    margin: 0;
}
@media (max-width: 1024px) {
    .footer-widget-area .widget_media_image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.footer-widget-area .menu {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0.25rem 1rem;
}
@media (min-width: 1024px) {
    .footer-widget-area .menu {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
.footer-widget-area .menu .menu-item a {
    color: var(--clr-palette-5);
    font-weight: 500;
}
.footer-widget-area .menu .menu-item a:hover, .footer-widget-area .menu .menu-item a:focus-visible {
    color: var(--clr-palette-1);
    text-decoration: underline;
}
.footer-widget-area .wp-block-kadence-advancedheading.title-with-icon-justified {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wp-site-blocks .SwiperSlider {
    position: relative;
    width: 100%;
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
}
.wp-site-blocks .SwiperSlider .swiper-button-next,
.wp-site-blocks .SwiperSlider .swiper-button-prev {
    --btn-width: 3rem;
    inset: auto auto 0 0;
    background-color: #a4685f;
    width: var(--btn-width);
    height: 1.75rem;
    border-radius: 50px;
}
.wp-site-blocks .SwiperSlider .swiper-button-next {
    -webkit-transform: translateX(calc(var(--btn-width) + 1rem));
            transform: translateX(calc(var(--btn-width) + 1rem));
}
.wp-site-blocks .SwiperSlider .swiper-button-next svg,
.wp-site-blocks .SwiperSlider .swiper-button-prev svg {
    fill: white;
}
.wp-site-blocks .SwiperSlider .swiper-button-next::after,
.wp-site-blocks .SwiperSlider .swiper-button-prev::after {
    content: "";
}
.wp-site-blocks .SwiperSlider .swiper-pagination {
    text-align: right;
    width: auto;
    left: auto;
    right: 0;
}

.wp-site-blocks .mauiSwiper {
    margin-right: calc(var(--global-content-edge-padding) * -1);
}
@media (min-width: 1452px) {
    .wp-site-blocks .mauiSwiper {
        --space-remaing: calc(100vw - var(--global-content-width));
        margin-right: calc(var(--space-remaing) / -2 - var(--global-content-edge-padding));
    }
}
.wp-site-blocks .mauiSwiper .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 8/5;
    border-radius: 1.5rem;
    overflow: hidden;
}
.wp-site-blocks .mauiSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.wp-site-blocks .mauiSwiper .maui-slider {
    position: relative;
    padding-bottom: 3rem;
    /*   background-color: lightpink; */
}

.wp-site-blocks .staff-slider {
    position: relative;
    padding-bottom: 4rem;
    margin: 2rem 0;
}
.wp-site-blocks .StaffSwiper {
    margin-right: calc(var(--global-content-edge-padding) * -1);
}
@media (min-width: 1452px) {
    .wp-site-blocks .StaffSwiper {
        --space-remaing: calc(100vw - var(--global-content-width));
        margin-right: calc(var(--space-remaing) / -2 - var(--global-content-edge-padding));
    }
}

.wp-site-blocks .staff-grid__wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
}

.wp-site-blocks .treatment-slider {
    position: relative;
    padding-bottom: 4rem;
    margin: 2rem 0;
}
.wp-site-blocks .TreatmentSwiper {
    margin-right: calc(var(--global-content-edge-padding) * -1);
}
@media (min-width: 1452px) {
    .wp-site-blocks .TreatmentSwiper {
        --space-remaing: calc(100vw - var(--global-content-width));
        margin-right: calc(var(--space-remaing) / -2 - var(--global-content-edge-padding));
    }
}

.wp-site-blocks .staff__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 0.5rem;
}
.wp-site-blocks .staff__inner .staff__image {
    position: relative;
    aspect-ratio: 2/3;
    margin-block: 0;
}
.wp-site-blocks .staff__inner .staff__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
}
.wp-site-blocks .staff__inner .staff__title {
    font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
    line-height: 32px;
    margin-block: 0.2rem 0;
}
.wp-site-blocks .staff__inner .staff__position {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 0.5rem;
}
.wp-site-blocks .staff__inner .staff__readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    color: var(--clr-palette-2);
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}
.wp-site-blocks .staff__inner .staff__readmore svg {
    fill: var(--clr-palette-2);
    width: 20px;
    height: 20px;
}
.wp-site-blocks .staff__inner .staff__readmore:hover, .wp-site-blocks .staff__inner .staff__readmore:focus {
    color: var(--clr-palette-1);
}
.wp-site-blocks .staff__inner .staff__readmore:hover svg, .wp-site-blocks .staff__inner .staff__readmore:focus svg {
    fill: var(--clr-palette-1);
}

.wp-site-blocks .treatment__inner__link {
    display: block;
    position: relative;
    text-decoration: none;
}
.wp-site-blocks .treatment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem;
    aspect-ratio: 2.85/1;
}
.wp-site-blocks .treatment__inner .treatment__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}
.wp-site-blocks .treatment__inner .treatment__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--global-palette1);
    mix-blend-mode: multiply;
    z-index: 4;
    border-radius: 8px;
}
.wp-site-blocks .treatment__inner .treatment__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem;
    padding: 0 0 2rem 2rem;
    z-index: 6;
}
.wp-site-blocks .treatment__inner .treatment__subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    margin-block: 0.2rem 0;
    text-transform: uppercase;
    color: var(--clr-palette-9);
}
.wp-site-blocks .treatment__inner .treatment__title {
    font-size: clamp(1.25rem, 0.462vw + 1.13rem, 1.5rem);
    line-height: 32px;
    margin-block: 0.2rem;
    color: var(--clr-palette-9);
}
.wp-site-blocks .treatment__inner .treatment__title a:hover,
.wp-site-blocks .treatment__inner .treatment__title a:focus {
    color: var(--clr-palette-9);
}
.wp-site-blocks .treatment__inner .treatment__readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    color: var(--clr-palette-2);
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}
.wp-site-blocks .treatment__inner .treatment__readmore svg {
    fill: var(--clr-palette-2);
    width: 20px;
    height: 20px;
}
.wp-site-blocks .treatment__inner .treatment__readmore:hover, .wp-site-blocks .treatment__inner .treatment__readmore:focus {
    color: var(--clr-palette-2);
}
.wp-site-blocks .treatment__inner .treatment__readmore:hover svg, .wp-site-blocks .treatment__inner .treatment__readmore:focus svg {
    fill: var(--clr-palette-2);
}

::root {
    --border-radius: 8px;
}

/* Forms
--------------------------------------------- */
.wp-site-blocks input,
.wp-site-blocks select,
.wp-site-blocks textarea {
    background-color: var(--clr-palette-7);
    border: 1px solid #aaaaaa;
    border-radius: var(--border-radius);
    font-size: 18px;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    margin: 0.35em 0;
    width: 100%;
}
.wp-site-blocks select {
    line-height: 54px;
    height: 54px;
}
.wp-site-blocks textarea {
    width: 100%;
}
.wp-site-blocks ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888888;
    opacity: 1; /* Firefox */
}
.wp-site-blocks ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888888;
    opacity: 1; /* Firefox */
}
.wp-site-blocks :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888888;
    opacity: 1; /* Firefox */
}
.wp-site-blocks ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888888;
    opacity: 1; /* Firefox */
}
.wp-site-blocks ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888888;
    opacity: 1; /* Firefox */
}
.wp-site-blocks :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888888;
}
.wp-site-blocks ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888888;
}

/** Contact Form 7
---------------------------------------------------------------------------- */
.wpcf7 .screen-reader-response {
    display: none;
}

.failed .wpcf7-response-output, .invalid .wpcf7-response-output, .sent .wpcf7-response-output {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5em 2em;
    border-radius: 10px;
    -webkit-box-shadow: 0 1.3px 6.5px rgba(0, 0, 0, 0.065), 0 4.5px 21.9px rgba(0, 0, 0, 0.087), 0 20px 98px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1.3px 6.5px rgba(0, 0, 0, 0.065), 0 4.5px 21.9px rgba(0, 0, 0, 0.087), 0 20px 98px rgba(0, 0, 0, 0.12);
    font-size: 1rem;
}
.failed .wpcf7-response-output::before, .invalid .wpcf7-response-output::before, .sent .wpcf7-response-output::before {
    margin-right: 0.5em;
    font-size: 2em;
}
.failed .wpcf7-response-output, .invalid .wpcf7-response-output {
    color: crimson;
}
.failed .wpcf7-response-output:before, .invalid .wpcf7-response-output:before {
    content: "⚠";
}
.sent .wpcf7-response-output {
    color: green;
}
.sent .wpcf7-response-output::before {
    content: "✓";
}

.lcm-cf7-form .lcm-cf7-form__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}
.lcm-cf7-form label {
    font-size: 15px;
}
.lcm-cf7-form label span.required {
    color: crimson;
    font-weight: 400;
}
.lcm-cf7-form label .wpcf7-form-control-wrap input:focus,
.lcm-cf7-form label .wpcf7-form-control-wrap textarea:focus {
    border-color: var(--clr-palette-2);
    outline: none;
}
.lcm-cf7-form label .wpcf7-form-control-wrap input.wpcf7-not-valid,
.lcm-cf7-form label .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    border: 1px solid crimson;
}
.lcm-cf7-form label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 90%;
    color: crimson;
}
.lcm-cf7-form .lcm-cf7-form__input input {
    margin: 1rem 0;
    padding: 12px 36px;
    width: auto;
    min-width: 250px;
    border: none;
    color: white;
    background-color: var(--clr-palette-2);
    border-radius: 0.5rem;
}
.lcm-cf7-form .lcm-cf7-form__input input:hover {
    background-color: var(--clr-palette-6);
}
.lcm-cf7-form input {
    border-radius: 0.5rem;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wpcf7-acceptance label input {
    width: 16px;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
}
/*# sourceMappingURL=main.css.map */