/*
Theme Name: Glacial Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 3.0.0
Text Domain: glacialtheme

GitHub Theme URI: https://github.com/Glacial-Web/glacial-theme
 */

:root {
    --gl-inner-pad-top: 15rem;
    --gl-inner-pad-bottom: 4rem;

    --gl-button-color: #fff;
    --gl-button-bg: #000;
    --gl-button-color-hover: #000;
    --gl-button-bg-hover: #fff;
    --gl-max-width: 1500px;
}

.slider-2 {
    max-width: 1850px;
    margin: 0 auto;
}

.home .subtext.center {
    text-align: left;
    margin-bottom: 0;
}

.testimonials #mdiContainer {
    font-size: 1.2rem;
    color: #fff;
}

.testimonials #mdiContainer a {
    display: block;
    margin-top: 1em;
    font-size: 1rem;
    color: #e2e8f0;
}

.testimonials #mdiCarouselModule {
    max-width: 1050px;
}

.testimonials #mdiCarouselModule p {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    font-style: italic;
}

.hero-vid-buttons a:not(:first-of-type) {
    margin-top: 20px;
}

.hero-smart-slider {
    margin-top: 193px;
}

.no-break {
    white-space: nowrap;
}

.hidden {
    display: none !important;
}

.dark-large-hero-text-left {
    max-width: 700px;
}

.entry .icon-columns img {
    height: 42px;
    width: auto;
    margin: 0 auto;
}

.related-page-div-jm {
    flex-wrap: wrap;
}

.entry .callout_section:last-of-type {
    margin-bottom: 0;
}

.footer_text a {
    color: #fff;
}

.aesthetics-specialists-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(270px, 1fr) );
    grid-gap: 1.5em;
    grid-auto-rows: 1fr;
}

.single-location-doctors .aesthetics-specialists-grid {
    grid-template-columns: repeat( 3, 1fr );
}

.aesthetics-specialist {
    width: 100%;
    height: 100%;
}

.aesthetics-specialists-grid .aesthetics-specialist a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.aesthetics-specialists-grid .aesthetics-specialist img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1;
    display: block;
}

.aesthetics-specialist a:hover img,
.aesthetics-specialist a:focus img,
.aesthetics-specialist a:active img {
    opacity: 0.8;
}

.specialist-title {
    color: #000;
    background: #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 93px;
    text-align: center;
    padding: 10px;
    width: 100%;
    z-index: 1;
    transition: 0.1s;
}

.aesthetics-specialist a:hover .specialist-title,
.aesthetics-specialist a:focus .specialist-title,
.aesthetics-specialist a:active .specialist-title {
    background: #000;
    color: #fff;
}

.entry .specialist-title h2 {
    margin: 0 0 5px 0;
    font-size: 18px;
    text-align: center;
    color: currentColor;
    text-wrap: balance;
}

.entry .specialist-title h3 {
    margin: 0;
    font-size: 16px;
    color: currentColor;
    line-height: 1.4;
    text-wrap: balance;
}

.wp-block-columns, .wp-block-group {
    margin-bottom: 5em;
}

.wp-block-columns .wp-block-columns,
.wp-block-kadence-pane .wp-block-columns {
    margin-bottom: 0;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(370px, 1fr) );
    grid-gap: 1rem;
}

.locations-grid .cpt-location-info {
    width: 100%;
    padding: 1.5rem;
    background: #000;
}

.locations-grid .cpt-location-info * {
    color: #fff;
}

.locations-grid .cpt-location-info a:hover {
    color: #d7d7d7;
}

.locations-grid .cpt-location-info .ui-button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    width: 100%;
}

.locations-grid .cpt-location-info .ui-button:hover {
    color: #fff;
    background: #000;
}

.locations-grid .embed-container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 80%;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.services-grid > a {
    width: 100%;
    height: 350px;
}

.mobile-nav-links {
    display: none;
}

.wp-block-group__inner-container {
    max-width: var(--gl-max-width) !important;
    width: 85%;
    margin: 0 auto;
}

.address_wrapper {
    display: flex;
    flex-direction: column;
}

.logo-scroll {
    z-index: 1;
}

.appt.bottom_btn, .appt.bottom_btn img {
    transition: 0.4s;
}

.appt.bottom_btn:hover {
    background-color: #fff;
    color: #000;
}

.appt.bottom_btn:hover img {
    filter: invert(100%);
}

.screen-readers {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-break: normal !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

/* Skip Links */
.glacial-skip-link {
    position: absolute;
    top: -9999px;
    left: -9999px;
    -webkit-transition: 0s;
    transition: 0s;
    text-decoration: none;
}

.glacial-skip-link:focus {
    padding: 1em 2em !important;
    top: 20px;
    font-size: 1.2em;
    left: 20px;
    z-index: 99999;
    background: #333;
    color: #fff;
    border: 1px solid #ccc;
}

/* Full width blocks */
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    /*overflow-x: hidden;*/
}

.standard-inner-wrapper, .glacial-footer {
    max-width: var(--gl-max-width, 1350px);
    width: 90%;
    margin: 0 auto;
}

.wrapper_div {
    max-width: var(--gl-max-width, 1350px);

}

.standard-inner-wrapper {
    padding-top: var(--gl-inner-pad-top);
    padding-bottom: var(--gl-inner-pad-bottom);
}

.has-hero .standard-inner-wrapper {
    padding-top: 3rem;
}

.no-bottom-padding .standard-inner-wrapper {
    padding-bottom: 0;
}

.inner-hero-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(256, 256, 256, 0.5);*/
    background: linear-gradient(270deg, rgba(256, 256, 256, 0) 33%, rgba(256, 256, 256, 0.8) 70%);
    position: absolute;
}

/* Related Pages bottom */
.related-pages-bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.related-pages-bottom h2 {
    width: 100%;
}

.entry .related-pages-bottom h3 {
    margin: 0;
}

.entry .related-pages-bottom ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}

.related-pages-bottom ul li {
    margin-right: 1em;
}

.related-page-div-jm {
    background: #000;
    position: static;
}

.related-page-div-jm ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}

.related-page-div-jm ul li {
    margin-bottom: 0
}

.related-page-div-jm a {
    color: #fff;
    margin-left: 18px;
    font-size: 1.2em;
    line-height: 1.8em;
}

.related-page-div-jm li:first-of-type a {
    /*margin-left: 0;*/
}

.related-page-div-jm h4 {
    margin-bottom: 3px
}

.sb-link.current-page {
    color: var(--gl-button-bg-hover);
}

.related-page-div-jm a:hover,
.related-page-div-jm .sb-link.current-page {
    color: #e31c79;
}

/* Pillar Link Buttons*/

.pillar-link-grid, body .entry .pillar-link-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    grid-gap: 1.5em;
    grid-auto-rows: 1fr;
}

.pillar-link-grid a.ui-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin: auto;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-color: rgba(255, 255, 255, 0.8);
    border-width: 2px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}

.pillar-link-grid a.ui-button span {
    width: 100%;
    padding: 10px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.pillar-link-grid .wp-block-button {
    height: 100%;
}

.pillar-link-grid .wp-block-button__link {
    line-height: 1.4;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px
}

/* Blog containers */

.outer-flex-wrapper {
    gap: 4rem;
}

.main-content {
    flex: 1;
}

aside {
    background: #fff;
    flex-basis: 25%;
    border-left: 1px solid #cecece;
    padding-left: 15px;
}

h2 a {
    text-decoration: none !important;
}

.related-topics-div ul {
    padding-left: 0;
}

.related-topics-div li {
    list-style: none;
}

.related-topics-div li a {
    text-decoration: none;
}

.related-pages-bottom li:first-of-type {
    margin-left: 0;
}

/* Format Content */
.entry h2, .entry h3, .entry h4, .entry p, .entry ul, .entry ol, .entry blockquote, .attachment-post-thumbnail, article h2, article h3, article h4, article p, article ul, article ol, article hr, article blockquote, .wp-block-image, .wp-block-media-text {
    margin-bottom: 30px;
}

.inner-page-title {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0.65em;
    padding-bottom: 0.4em;
    font-weight: 700;
    line-height: 1.2em;
    font-size: clamp(2rem, 0.4000rem + 5.3333vw, 4rem);
}

.entry h2 {
    position: static;
    margin-left: 0;
    font-size: clamp(1.7rem, 0.8400rem + 3.2000vw, 3rem);
}

.entry h2.wp-block-kadence-advancedheading {
    --global-kb-spacing-xxl: 1em;
    font-size: clamp(1.7rem, 0.8400rem + 3.2000vw, 3rem);
}

.entry h3 {
    color: #e31c79;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: clamp(1.3rem, 1.1000rem + 1.3333vw, 2rem);
    font-weight: 300;
    line-height: 1.4;
}

.entry h4 {
    opacity: 1;
    color: #e31c79;
    text-align: left;
    letter-spacing: 0;
    padding-left: 0%;
    font-family: "05861c2c 6046 44b0 9e30 08f24c6ce95c", sans-serif;
    line-height: 0.7;
    margin: 0;
    margin-bottom: 0.3em;
    font-size: clamp(3rem, 0.6000rem + 8.0000vw, 6rem);
}

.entry p, .entry li {
    line-height: 180%;
}

.entry hr {
    margin: 50px auto;
}

blockquote {
    color: var(--gl-button-bg);
    line-height: 1.5em;
    font-weight: 400;
    font-style: italic;
}

cite {
    color: #757575;
    font-weight: 400;
    font-style: normal;
}

.wp-caption-text {
    margin-top: 30px;
    font-style: italic;
    text-align: center;
}

img, .entry img {
    height: auto
}

.entry .doc_img {
    height: 100%;
}

a {
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.entry a {
    color: #df1c77;
    text-decoration: underline;
}

.entry a.doc_btn {
    text-decoration: none;
}

.entry .wp-block-kadence-single-icon a {
    text-decoration: none;
    color: #000;
}

.entry a:hover {
    color: #000;
}

.size-medium-large img {
    width: 100%;
    max-width: 650px;
}

/* Button Code */
a.ui-button, a.wp-block-button__link, .entry a.moretag {
    color: var(--gl-button-color);
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.6em 1.2em;
    letter-spacing: 5px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    background: var(--gl-button-bg);
    margin-bottom: 1em;
    line-height: 1.4;
}

a.ui-button.pink-button {
    background: #df1c77;
    border-color: #df1c77;
}

a.ui-button:hover, a.wp-block-button__link:hover, .entry a.moretag:hover {
    color: var(--gl-button-color-hover);
    background: var(--gl-button-bg-hover);
    border-color: #000;
}

a.ui-button.pink-button:hover {
    background: #fff;
    color: #000;
}

.buttons-white a.wp-block-button__link {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.buttons-white a.wp-block-button__link:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}

.search-submit {
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    background: var(--gl-button-bg);
    color: var(--gl-button-color);
}

.search-submit:hover {
    color: var(--gl-button-color-hover);
    background: var(--gl-button-bg-hover);
}

.search-form {
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
}

.search-field, .search-submit {
    height: 35px;
}

.search-field {
    border-radius: 0;
    border: 1px solid #666;
}

.entry a.moretag {
    display: block;
    margin: 15px 0;
    padding: 0.6em;
    width: 150px;
}

/* Button Code End */
h2 a {
    text-decoration: none;
}

/* Alignment */
.alignleft {
    float: left;
    margin: 0 70px 35px 0;
}

.alignright {
    float: right;
    margin: 0 0 35px 70px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 45.25%;
    height: 0;
    overflow: hidden;
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-wrapper, .flex-wrapper .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.entry aside .wp-block-group__inner-container {
    display: block
}

.flex-wrapper .ui-button, .flex-wrapper .wp-block-button {
    width: 260px;
    margin-right: 0 !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.flex-wrapper .wp-block-button__link {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    width: 100%;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.flex-item {
    text-align: center;
    margin-bottom: 30px;
}

#primary-sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #2f7896;
    color: #2f7896;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#primary-sidebar ul {
    padding-left: 0;
    margin-bottom: 30px;
}

#primary-sidebar ul li {
    list-style: none;
}

#primary-sidebar ul li a {
    text-decoration: none;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.menu-footer-menu-container {
    width: 100%;
}

.sb-link.current-page {
    color: var(--gl-button-bg-hover);
}

#menu-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}

#menu-footer-menu li {
    list-style: none;
}

.menu-level-1 {
    display: none
}

/* Dropdown Menus End */

.wp-block-group.has-background {
    padding: 5em 0;
}

.wp-block-group.has-background .wp-block-columns {
    margin-bottom: 0
}

.footer-menu-link {
    padding: 1em;
}

/** Column Shadow Boxes **/
.wp-block-columns.box-columns {
    margin-bottom: 30px !important;
}

.box-columns .wp-block-column {
    border: 1.2px solid #e5e5e5;
    padding: 20px 20px 0 20px;
    height: auto;
    min-height: 280px;
    background-color: #fbfbfb;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .19);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}

.box-columns .wp-block-column:hover {
    /*box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .49);*/
}

/*** GUTTENBERG CALLOUT BOX GROUPS ***/
.box-outline {
    border: 1px solid var(--gl-button-bg);
    padding: 30px 30px 0 30px;
    margin: 0 0 30px 0;
    display: block;
}

.box-solid {
    background-color: var(--gl-button-bg);
    padding: 30px 30px 0 30px;
    margin: 0 0 30px 0;
    display: block;
    color: #fff !important;
}

.box-solid h2, .box-solid h3, .box-solid h4, .box-solid p, .box-solid a, .box-solid li, .box-solid figcaption, .box-solid blockquote, .box-solid cite {
    color: #fff !important;
}

.box-solid .ui-button, .box-solid .wp-block-button__link {
    background-color: #fff !important;
    color: var(--gl-button-bg) !important;
}

.box-solid .ui-button:hover, .box-solid .wp-block-button__link:hover {
    background: var(--gl-button-bg-hover) !important;
    color: var(--gl-button-color) !important;
}

/*** KADENCE OVERRIDES ***/

/*** BIO ROW HOVER REVERSE TO COLOR/BLACK WHITE ***/
.kt-info-animate-grayscale img, .kt-info-animate-grayscale-border-draw img {
    -webkit-filter: none !important;
    filter: none !important;
}

.kt-blocks-info-box-link-wrap:hover .kt-info-animate-grayscale img, .kt-blocks-info-box-link-wrap:hover .kt-info-animate-grayscale-border-draw img {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.top-floating-button {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: var(--gl-button-bg);
    color: white;
    padding: 10px;
    border-radius: 0;
    opacity: .7 !important;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.top-floating-button:hover {
    background-color: var(--gl-button-bg-hover);
}

.tabs-content-2 {
    background-color: hsl(0deg 0% 90% / 73%);
}

/*** BLOG START ***/
.post-excerpt {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 1px 1px 11px 0 rgb(68 68 70 / 17%);
}

.blog-entry-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.blog-entry-wrap {
    width: 65%;
}

.featured-img-post {
    width: 30%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.blog-logo {
    max-width: 270px;
    width: 100%;
}

h2.blog-title-excerpt {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.blog-grid .blog-grid-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 3rem;
    margin: 0 auto 3rem auto;
}

.blog-grid-wrapper .grid-excerpt {
    max-width: 550px;
}

a.grid-excerpt {
    background-color: var(--gl-button-bg);
    padding: 20px;
    text-decoration: none;
    position: relative;
}

a.grid-excerpt:hover {
    background-color: var(--gl-button-bg-hover);
}

p.blog-grid-meta {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.grid-excerpt img {
    aspect-ratio: 16/9;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-excerpt img.post-logo, .grid-excerpt .post-logo img {
    -o-object-fit: contain;
    object-fit: contain;
}

h2.blog-grid-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
}

a.grid-excerpt * {
    color: var(--gl-button-color);
}

a.grid-excerpt:hover * {
    color: var(--gl-button-color-hover);
}

.nav-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.nav-link-buttons .nav-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav-link-buttons .nav-links {
    -webkit-box-pack: center;
    justify-content: center;
}

.nav-link-buttons .nav-links > * {
    width: 40px;
    padding: 10px;
    margin-top: 1em;
    margin-right: 10px;
    border-radius: 0;
    text-align: center;
    font-size: 1.2em;
}

.nav-link-buttons .nav-links a {
    color: var(--gl-button-color);
    background: var(--gl-button-bg);
    text-decoration: none;
}

.nav-link-buttons .nav-links a:hover, .nav-link-buttons .nav-links .current {
    background: var(--gl-button-bg-hover);
    color: var(--gl-button-color-hover);
}

.wp-block-image.img-50 figure {
    width: 49% !important;
}

.services-single-image {
    display: grid;
    grid-template-columns: 30% 70%;
    border: 1px solid #c5c5c5;
    width: 100%;
}

.services-single-image .links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0;
}

.services-single-image .links a {
    margin: 0;
    display: flex;
    align-items: center;
    flex: 1;
    text-align: left;
    border-bottom: 1px solid #c5c5c5;
}

.services-single-image .links a:last-child {
    border-bottom: none;
}

.services-single-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 7 / 4;
    object-position: top;
}

.single-location-info p,
.single-location-info li,
.cpt-location-info p,
.cpt-location-info li {
    font-size: 1.2rem;
}

/**************************\
 Specialists Modal Styles
\**************************/

a.modal-close-mobile, .modal-mobile-title {
    display: none;
}

.specialist-modal h3, .specialist-modal h4 {
    color: #000;
}

.specialist-modal h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.specialist-image .ui-button {
    margin: 1em 0 0 0;
    width: 100%;
}

.modal__overlay {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center
}

.modal__container {
    background-color: #fff;
    max-width: 1400px;
    max-height: 90%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 50px 25px;
    width: 95%;
}

.modal__container h3 {
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
}

.modal__container h3.team-locations {
    margin-top: 10px;
    text-align: center;
}

.modal__container h4 {
    margin-top: 10px;
    margin-bottom: 25px;
}

.modal__container h4,
.specialist-title h4 {
    line-height: 1.2;
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    margin-top: 3px;
}

.location-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.location-buttons a {
    background: #000;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid #000;
    margin-right: 10px;
    padding: 5px 10px;
}

.location-buttons a:hover {
    background: #fff;
    color: #000;
}

.modal__content {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 2em;
}

.modal__content > div:first-child {
    width: 30%;
}

.modal__content > div:nth-child(2) {
    flex: 1;
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    position: absolute;
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.close-popup {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
    transition: 0.1s;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    padding-bottom: 7px;
}

.close-popup:hover {
    background: #e31c79;
    color: #fff;
}

sup {
    top: -1.5em;
}

sub, sup {
    font-size: 38%;
}

@media (max-width: 1080px) {

    .wp-block-image.img-50 figure {
        width: 100% !important;
    }

    /** Center images to avoid narrow text wrap **/
    .alignleft, .alignright, .aligncenter, .wp-block-image .alignright, .wp-block-image .alignleft {
        display: block;
        float: none;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    figcaption {
        display: block !important;
    }

    .blog-entry-wrapper {
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .blog-entry-wrap, .featured-img-post {
        width: 100%;
    }

    .featured-img-post {
        margin-bottom: 0px;
        text-align: center;
    }

    .attachment-post-thumbnail {
        float: none;
    }

    .blog-entry-wrapper {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .blog-title-excerpt, .blog-entry-wrap p {
        text-align: center;
    }

    .entry a.moretag {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 991px) {

    .service-block-jm {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
        transform-style: preserve-3d !important;
    }

    .hero-smart-slider {
        margin-top: 135px;
    }

    .modal__container {
        width: 96%;
    }

    .related-page-div-jm h4 {
        display: none;
    }

    .modal__container {
        padding: 50px 10px 10px;
    }

    .standard-inner-wrapper {
        padding-top: 10em;
    }

    .inner-hero-overlay {
        background: none;
    }

    .services-single-image {
        display: flex;
        flex-direction: column-reverse;
    }

    .w--open .w-icon-nav-menu:before {
        content: "\e900";
    }

    aside {
        flex-basis: auto;
        width: 100%;
        border-left: none;
        padding: 1em 0;
    }

    .pillar-link-grid a {
        padding: 1.5em;
    }

    /* Blog Containers */
    .main-content {
        width: 100%;
        padding-right: 0;
    }

    .embed-container {
        max-width: 100%;
        padding-bottom: 56.25%;
    }

    /* Rollover LASIK Callouts */
    .colorbox {
        display: block;
        z-index: 99999999;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        opacity: 1 !important;
    }

    .project-name {
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        transform: translateX(0px) translateY(0px) translateZ(0px) !important;
    }
}

@media (max-width: 800px) {
    /** Stack Gutenberg Columns & Media Text **/
    .wp-block-columns {
        display: block
    }

    .wp-block-column {
        margin-left: 0px;
        margin-right: 0;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0 !important;
    }

    .wp-block-media-text {
        display: -webkit-box !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 0;
    }

    .wp-block-media-text__media img, .wp-block-media-text__media video {
        padding-bottom: 30px;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }

    /* Column Shadow Boxes Mobile */
    .box-columns .wp-block-column {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
        flex-basis: unset;
    }

    .wp-block-columns.box-columns {
        flex-wrap: wrap;
    }

    .box-columns .wp-block-column:not(:first-child) {
        margin-left: 0;
    }

}

@media (max-width: 781px) {

    .wp-block-columns.flex-reverse-large,
    .wp-column-reverse.wp-block-columns {
        flex-direction: column-reverse;
    }

    .wp-block-columns .wp-block-columns,
    .wp-block-columns, .wp-block-group {
        margin-bottom: 2em;
    }

    .wp-block-group.has-background {
        padding: 2em 0;
    }

    .mb-0.wp-block-columns {
        margin-bottom: 2em;
    }
}

@media (max-width: 767px) {

    .modal__container .modal__content > div {
        width: 100%;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .standard-inner-wrapper {
        padding-top: 8em;
    }

    .mobile-nav-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1em;
    }

    .mobile-nav-links .bottom_btn {
        padding: 10px;
        justify-content: flex-start;
        font-size: 17px;
    }

    .mobile-nav-links .appt {
        display: none;
    }

    .bottom_navbar_wrapper .bottom_btn:not(.appt) {
        display: none;
    }

    .navbar {
        position: fixed;
    }

    figure.alignleft, img.alignleft, figure.alignright, img.alignright {
        float: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .kt-sc-textcol {
        margin: 0 !important;
    }

    .kt-row-column-wrap {
        max-width: 100% !important;
    }

    .wp-block-buttons > .wp-block-button {
        width: 100%;
    }

    .blog-grid-wrapper .grid-excerpt {
        max-width: 100%;
    }

    .single-location-doctors .aesthetics-specialists-grid,
    .aesthetics-specialists-grid {
        grid-template-columns: repeat( 2, 1fr );
        grid-auto-rows: auto;
        grid-gap: 1em;
    }

    .aesthetics-specialists-grid .aesthetics-specialist a {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
    }

    .specialist-title {
        justify-content: flex-start;
    }

    a.modal-close-mobile {
        display: inline-block;
    }

    .modal-desktop-title {
        display: none;
    }

    .modal-mobile-title {
        display: block;
    }

}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

@media (max-width: 479px) {

    .hero-smart-slider {
        margin-top: 90px;
    }

    .bottom_navbar_wrapper {
        padding: 0;
    }

    .close-popup {
        left: 0;
        padding: 0;
        right: auto;
        width: 36px;
        font-size: 21px;
        font-weight: 400;

    }

    .service-page .entry h2.wp-block-kadence-advancedheading {
        margin-bottom: 1.5rem;
    }

    .specialist-title {
        min-height: 90px;
        padding: 10px 5px;
    }

    .entry .specialist-title h3 {
        font-size: 14px;
    }

    p.has-medium-font-size {
        font-size: 1.1rem !important;
    }

    .footer_section {
        background-position: 0, 0 0;
        background-size: 100%, auto;
    }

    .footer_section {
        background-color: #032230;
        background-image: url(images/logo-symbol2.svg), radial-gradient(circle at 50% 0, #000000 1%, #1a1a1a 83%);
    }

    .related-page-div-jm {
        padding: 15px 5px;
    }

    .related-page-div-jm a {
        font-size: 15px;
    }

    a.ui-button, a.wp-block-button__link, .entry a.moretag {
        width: 100%;
    }

    .featured-img-post {
        float: none;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .modal__container h3.team-locations {
        margin-top: 20px;
    }

    .standard-inner-wrapper {
        padding-bottom: 2em;
    }

    .locations-grid {
        display: grid;
        grid-template-columns: 1fr;
    }


}


