/*
Theme Name: Glacial Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 2.1
Text Domain: glacialtheme
 */

body {
    --main-button-color: #fff;
    --main-button-background-color: #000;
    --main-button-background-color-hover: #10416a;
    font-size: 16px;
}

.welcome-wrapper .div-block-7 {
    padding: 0;
}

.welcome-img-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
    align-items: center;
}

.welcome-img-wrapper > div {
    width: 48%;
}

.welcome-img-wrapper .button-2 {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 1em auto;
}

.anchor-top-fix {
    display: block;
    position: relative;
    top: -150px; /*Distance from top*/
    visibility: hidden;
}

.single-location-doctors .cpt-doctor-image-link .doctor-headshot-link img {
    height: 260px;
}

.doctor-holder {
    width: 400px;
}

aside {
    width: 30%;
    height: auto;
    min-height: 200px;
    padding: 0px 20px;
}

.location-name, .location-name a, .address a, .address {
    display: block;
    width: 100%;
}

.location-section .address a {
    text-decoration: none;
    color: #fff;
}

.location-section .address a:hover {
    color: #949494;
}

.contact-block.contact-form {
    width: 50%;
}

.entry hr.related-pages-space {
    margin: 20px auto;
}

.top-title-text.no-rotate.red {
    display: block;
    margin-top: -10px;
    padding: 0;
    text-align: center;
}

.cpt-doctor-image-link {
    border: none;
    box-shadow: none;
    background: #000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;

}

.doctor-name {
    padding: 14px 5px;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: none;
}

.cpt-doctor-image-link > a.doctor-headshot-link {
    color: #fff;
    padding: 0;
    border: none;
    font-weight: 400;
}

.cpt-doctor-image-link .doctor-headshot-link img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    object-position: top;
    display: block;
    margin: 0 auto 0 auto;
    border: none;
}

.cpt-doctor-image-link a:hover {
    background: #333;
    box-shadow: 0 10px 20px -11px rgb(0 0 0 / 50%);
}

.mix-holder .cpt-doctor-image-link .doctor-headshot-link img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: top;
}

.mix-holder .container {
    background: none;
    max-width: 1300px;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
}

.full-related-page {
    margin-right: 1em;
    margin-bottom: 1em;
}

.full-related-page.current-page {
    color: #10416a
}

.doctors-section {
    background-color: #f1f1f1;
}

.doctors-locations-specialties > div {
    width: 50%;
}

.doctor-image {
    width: 100%;
}

.entry h2, body:not(.home) h2 {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-weight: 400;
}

p, li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 2.2;
}

.doctor-name {
    font-size: 1em;
}

.entry ul {
    padding-left: 20px;
}

.entry ul.location-phone-list, .doctor-specialties-locations ul, .single-location-info ul {
    list-style: none;
    padding-left: 0;
    margin: 1em 0;
}

.w-icon-nav-menu:before {
    content: "\e602";
    color: #fff;
    font-size: 25px;
}

.single-location-doctors {
    margin-top: 4em;
}

.cpt-location-info .embed-container {
    max-width: 100%;
}

.location-name a {
    color: #fff;
}

.location-name a:hover {
    color: #949494;
}

/* Skip Links */
.glacial-skip-link {
    position: absolute;
    top: -9999px;
    left: -9999px;
    transition: 0s;
}

.glacial-skip-link:focus {
    padding: 1em 2em;
    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 {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

.full-width-wrapper, .standard-inner-wrapper {
    padding-top: 3rem;
    padding-bottom: 3em;
}

.glacial-sidebar .standard-inner-wrapper {
    padding-top: 12rem;
}

.blog-logo {
    max-width: 270px;
}

/* Related Pages bottom */

.page-id-849 .related-pages-bottom {
    display: none;
}

.related-pages-bottom {
    display: flex;
    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: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    align-items: center;
}

.related-pages-bottom ul li {
    margin-right: 1em;
}

/* Pillar Link Buttons*/

.pillar-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1.5em;
    grid-auto-rows: 1fr;
}

.pillar-link-grid a.ui-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 2em;
}

/* Blog containers */
.main-content {
    width: 66%;
}

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-group, .wp-block-image, .wp-block-media-text {
    margin-bottom: 30px;
}

.entry p, .entry li {
    line-height: 180%;
}

.entry hr {
    margin: 50px auto;
}

blockquote {
    color: var(--main-button-background-color);
    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
}

a {
    transition: all 100ms ease;
}

.entry a {
    color: #000;
    text-decoration: underline;
}

.entry a:hover {
    color: #585859;
}

a.sb-link {
    text-decoration: none;
}

.size-medium-large img {
    width: 100%;
    max-width: 650px;
}

/* Button Code */
a.ui-button, a.wp-block-button__link, .entry a.moretag {
    color: var(--main-button-color);
    font-size: 1em;
    margin: 0 20px 30px 0;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.6em 1.2em;
    text-align: center;
    text-decoration: none;
    background: var(--main-button-background-color);
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
}

a.ui-button:hover, a.wp-block-button__link:hover, .entry a.moretag:hover {
    color: var(--main-button-color);
    background: var(--main-button-background-color-hover);
}

a.emailbutton.ui-button {
    margin-top: 20px;
}

.entry a.moretag {
    display: block;
    margin: 15px 0;
    padding: 0.6em;
    width: 150px;
}

aside a.callout-sb.callout-link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 100ms ease;

}

.callout-link.callout-sb:hover {
    background-color: #333;
    color: #fff;
}

/* Button Code End */

h2 a {
    text-decoration: none;
}

/* Alignment */
.alignleft {
    float: left;
    margin: 0 15px 8px 0;
}

.alignright {
    float: right;
    margin: 0 0 8px 15px;
}

.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 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-wrapper .ui-button, .flex-wrapper .wp-block-button {
    width: 100%;
    max-width: 320px;
    margin-right: 0 !important;
    display: flex !important;
    justify-content: 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: flex !important;
    justify-content: center;
    align-items: center;
}

.flex-item {
    text-align: center;
    margin-bottom: 30px;
}

.featured-img-post {
    float: right;
    margin: 0 0 8px 15px;
}

#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, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.search-form {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search-field, .search-submit {
    height: 35px;
}

.search-field {
    border-radius: 0;
    border: 1px solid #666;
}

.search-submit {
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    background: var(--main-button-background-color);
    color: var(--main-button-color);
    transition: all 100ms ease;
}

.search-submit:hover {
    background: var(--main-button-background-color-hover);
}

.menu-footer-menu-container {
    width: 100%;
}

.sb-link.current-page {
    color: var(--main-button-background-color-hover);
}

#menu-footer-menu {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}

#menu-footer-menu li {
    list-style: none;
}

/* Dropdown Menus */
/* ===== Top ===== */

body:not(.home) .navbar {
    background: #000;
}

.menu-item-has-children > a:after {
    color: #fff;
    content: '\e603';
    font-size: 12px;
    vertical-align: 1px;
    font-family: 'webflow-icons';
    margin-left: 5px;
}

#navigation .current-menu-item:not(.menu-item-home) a {
    background: #10416a
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
}

#navigation ul li {
    display: inline-block;
    text-align: left;
}

/* ===== First Level ===== */
#navigation ul li {
    position: relative;
    padding: 0;
    margin: 0;
}

#navigation ul ul li {
    border: none;
}

#navigation ul li a {
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.7;
    padding: 10px 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0ms ease;
}

#navigation ul li:hover a {
    background: #10416a
}

#navigation ul li:hover a, #navigation li.menu-item-has-children:hover > a:after {
    /*color: var(--main-button-background-color-hover);*/
}

#navigation ul ul, #navigation ul li:hover ul ul {
    position: absolute;
    display: none;
}

#navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul {
    display: block;
    top: 0px;
    left: 100%;
}

/* ===== Second and Third Level ===== */
#navigation ul li:hover ul, #navigation ul li:focus-within ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

#navigation ul ul ul {
    margin-left: -14px;
}

#navigation ul ul li a {
    float: none;
    line-height: normal;
    font-variant: normal;
    font-weight: normal;
    width: 280px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px;
    background: #000 !important;
}

#navigation ul ul li a {
    color: #fff;
}

#navigation ul ul li:hover a, #navigation ul ul li a:focus {
    color: #fff !important;
    background-color: #10416a !important;
}

#navigation .sub-menu {
    background: #000;
}

#navigation ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 40px;
    top: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

#navigation ul ul li:hover ul li a {
    color: var(--main-button-background-color) !important;
    background: #fff !important;
}

#navigation ul ul li:hover ul li:hover a {
    color: #fff !important;
    background: var(--main-button-background-color) !important;
}

.menu-item-has-children {
    margin-top: 0px !important;
}

/* Add class to make sure dropdown stays on screen see glacial.js */
#navigation ul li.edge ul.sub-menu {
    left: auto;
    right: 1em !important;
}

/* Dropdown Menus End */

.wp-block-group.has-background {
    padding: 2rem;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}

.brand > img {
    max-width: 200px;
}

.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);
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-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, .box-outline-no-border {
    border: 1px solid var(--main-button-background-color);
    padding: 30px 30px 0 30px;
    margin: 0 0 30px 0;
    display: block;
}

.box-outline-no-border {
    border: none;
}

.box-solid {
    background-color: var(--main-button-background-color);
    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;
}

.wp-block-kadence-accordion {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.box-solid .ui-button, .box-solid .wp-block-button__link {
    background-color: #fff !important;
    color: var(--main-button-background-color) !important;
}

.box-solid .ui-button:hover, .box-solid .wp-block-button__link:hover {
    background: var(--main-button-background-color-hover) !important;
    color: var(--main-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;
    -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;
}

/**** STYLE OVERRIDES ****/

.bc-wrapper *, .bc-wrapper a {
    font-size: 14px;
    color: #585859;
}

/*** Home ***/

/*** Secondary Pages ***/

/*** Footer ***/

.sm-txt {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-weight: 600;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -240px;
    right: -200px;
}

@media (max-width: 1080px) {

    .welcome-img-wrapper {
        display: flex;
        flex-direction: column;
    }

    .welcome-img-wrapper > div {
        width: 100%;
    }

    .welcome-img-wrapper img {
        margin-bottom: 1em;
    }

    /** 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;
    }
}

@media (max-width: 991px) {

    #navigation {
        padding-top: 1em
    }

    .doctors-locations-specialties > div {
        width: 100%;
    }

    aside {
        width: 100%;
        margin-top: 30px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .w--open .w-icon-nav-menu:before {
        content: "\e900";
    }

    aside {
        width: 100%;
        border-left: none;
        padding: 1em 0;
    }

    .pillar-link-grid a {
        padding: 1.5em;
    }

    /* Blog Containers */
    .main-content {
        width: 100%;
        padding-right: 0;
    }

    .w-nav-overlay .w--nav-menu-open, .w-nav-overlay [data-nav-menu-open] {
        top: 108px;
    }

    .w-nav-menu {
        height: 100%;
        overflow: auto;
        padding-bottom: 11em;
        -webkit-overflow-scrolling: touch;
        position: fixed;
    }

    .menu-item-has-children > a:after {
        display: none;
    }

    #navigation ul {
        display: block;
    }

    #navigation ul li {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        background: #fff;
    }

    #navigation ul li:hover ul {
        display: none;
    }

    .menu-main-navigation-container > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu-main-navigation-container {
        background-color: #393be5;
    }

    #navigation ul li a {
        padding: 15px 50px 10px 1em;

    }

    #navigation ul li {
        width: 100%;
        text-align: left;
        background: #000;
        border-bottom: 1px solid #4e4e4e;

    }

    #navigation ul li:hover a {
        background: #000;
    }

    #navigation ul li ul {
        /*padding-left: 2em;*/
        width: 100%;
        position: relative;
        padding-top: 0px;
        margin-top: 0px;
    }

    #navigation ul li:hover ul {
        position: relative;
        display: none;
    }

    #navigation ul ul li a {
        width: 100% !important;
        padding-left: 2em;
    }

    #navigation ul li:hover a {
        width: 100%;
    }

    .menu li.has-children > a:after {
        display: none;
    }

    #navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul {
        display: none;
    }

    /* Drop Down Arrows  Mobile */
    /* Drop Down Arrows */
    #navigation > ul > li > a:hover, #navigation > ul > li.active > a, #navigation > ul > li.open > a {
        color: #eeeeee;
        background: #1fa0e4;
        background: -webkit-linear-gradient(#1fa0e4, #1992d1);
        background: -moz-linear-gradient(#1fa0e4, #1992d1);
        background: -o-linear-gradient(#1fa0e4, #1992d1);
        background: -ms-linear-gradient(#1fa0e4, #1992d1);
        background: linear-gradient(#1fa0e4, #1992d1);
    }

    #navigation > ul > li.open > a {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid #1682ba;
    }

    li.open .holder {
        transform: rotate(180deg);
    }

    .holder {
        position: absolute;
        top: -4px;
        right: 0px;
        z-index: 1000;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        transition: all 350ms ease;
    }

    .holder::before {
        display: inline-block;
        content: "";
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        color: #fff;
    }

    .holder::after {
        top: 17px;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }

    #navigation > ul > li > a:hover > span::after, #navigation > ul > li.active > a > span::after, #navigation > ul > li.open > a > span::after {
        border-color: #eeeeee;
    }

    .holder::before {
        top: 18px;
        border-top: 2px solid;
        border-left: 2px solid;
        border-top-color: inherit;
        border-left-color: inherit;
    }

    #navigation > ul > li > a:hover > span::after, #navigation > ul > li.active > a > span::after, #navigation > ul > li.open > a > span::after {
        border-color: #eeeeee;
    }

    #navigation ul ul li:hover > a, #navigation ul ul li.open > a, #navigation ul ul li.active > a {
        background: #424852;
        color: #ffffff;
    }

    #navigation > ul > li > ul > li.open:last-child > a, #navigation > ul > li > ul > li.last.open > a {
        border-bottom: 1px solid #32373e;
    }

    #navigation > ul > li > ul > li.open:last-child > ul > li:last-child > a {
        border-bottom: 0;
    }

    #navigation ul ul li.active > a::after, #navigation ul ul li.open > a::after, #navigation ul ul li > a:hover::after {
        border-color: #ffffff;
    }

    .embed-container {
        max-width: 100%;
        padding-bottom: 56.25%;
    }

    /* Rollover LASIK Callouts */
    .colorbox {
        display: block;
        z-index: 99999999;
        transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        opacity: 1 !important;
    }

    .project-name {
        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: flex !important;
        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: 767px) {

    .cpt-location-info .flex-wrapper > div:nth-child(2) {
        flex: auto;
        width: 100%;
    }

    .contact-block.contact-form {
        width: 100%;
    }

    .w-nav-overlay .w--nav-menu-open, .w-nav-overlay [data-nav-menu-open] {
        top: 99px;
    }

    .kt-sc-textcol {
        margin: 0 !important;
    }

    .kt-row-column-wrap {
        max-width: 100% !important;
    }

    .wp-block-buttons > .wp-block-button {
        width: 100%;
    }

    .top-title-text.no-rotate.red {
        margin-top: 0px
    }

    .sm-txt {
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
        top: 0px;
        right: 0px;
        position: relative;
    }
}

@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) {

    .doctor-image {
        width: 100%;
        max-width: 100%;
    }

    .embed-container.location-page {
        padding-bottom: 90%;
    }

    .w-nav-overlay .w--nav-menu-open, .w-nav-overlay [data-nav-menu-open] {
        top: 108px;
    }

    .featured-img-post {
        float: none;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .nav-menu {
        background-color: #000;
    }

    .cpt-doctor-image-link .doctor-headshot-link img {
        height: 380px;
    }

    .single-location-doctors .cpt-doctor-image-link .doctor-headshot-link img {
        height: 160px;
    }

    .brand > img {
        max-width: 170px;
    }

    .glacial-sidebar .standard-inner-wrapper {
        padding-top: 10rem;
    }

    .doctor-holder {
        width: 100%;
    }

}