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

@font-face {
    font-family: 'BrittanySignature';
    src: url('fonts/BrittanySignature.ttf');
}

@font-face {
    font-family: 'NewsGothic BT Bold';
    src: url('fonts/NewGotBd.ttf');
}

#breadcrumbs {
	display:none;
}

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

.icon-columns img {
    height: 42px;
    width: auto;
    margin: 0 auto;
}

.hero-max-width {
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
}

@media (max-width: 1600px) {

    .n2-ss-slide {
        height: calc(100vh - 160px) !important;
        max-height: 900px !important;
    }
}

.n2-ss-slide {
    height: calc(100vh - 160px) !important;
    max-height: 780px !important;
}

.new-hero {
    height: auto;
    min-height: 600px;
    margin-top: 160px;
    background-size: 120%;
    background: url('images/logo-symbol2.svg') 80% 50%;
}

div#n2-ss-2-align {
    margin: auto;
}

.wrapper_div.footer {
    width: 95%;
    max-width: 1500px;
    flex-wrap: wrap;
}

.wrapper_div.footer > div {
    display: flex;
    justify-content: space-between;
}

.footer-first-half {
    width: 60%;
}

.footer-second-half {
    width: 40%;
}

.contact_form_wrapper {
    width: 55%;
}

.locations_wrapper {
    width: 40%;
}

.quick_links_wrapper {
    width: 40%;
}

.footer_div {
    width: 60%;
    padding-left: 44px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.24);
}

.post-featured {
    width: 100%;
    max-width: 350px;
}

#metaslider_6546 img {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

#metaslider_6546 ul {
    background: url('images/logo-symbol2.svg');
    background-size: 120%;
    background-position: 80% 50%;
    max-height: 570px;
}

.welcome_section {
    background-image: none;
}

.related-pages-spacer {
    height: 5rem;
}

.no-hero .related-pages-spacer {
    height: 1rem;
}

p.has-white-color a {
    color: #fff;
}

.related-topics-div > div {
    margin-bottom: 2em;
}

.related-topics-div select {
    width: 100%;
    max-width: 220px;
}

.wp-block-archives-dropdown label {
    visibility: collapse;
    height: 0;
}

.related-topics-div .wp-block-group__inner-container {
    width: 100%;
}

.wistia_responsive_padding {
    padding-top: 53.85% !important;
}

.column-count-2 {
    column-count: 2;
    gap: 2em;
}

.entry a[id]:not([data-w-tab]):not(.button) {
    display: block;
    position: relative;
    top: -180px; /*Distance from top*/
    visibility: hidden;
}

.sticky-buttons {
    position: sticky;
    top: 170px;
    background: rgba(226, 226, 226, 0.85);
    padding: 1em;
    margin-bottom: 4em;
    z-index: 100;
}

.sticky-buttons .wp-block-group__inner-container {
    width: 100%;
}

.sticky-buttons a.wp-block-button__link {
    margin-bottom: 0;
}

.aesthetics-specialists-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
    grid-gap: 1em
}

.aesthetics-specialists-grid .aesthetics-specialist a {
    height: 100%;
    width: 100%;
    display: block;

}

.aesthetics-specialists-grid .aesthetics-specialist img {
    width: 100%;
    object-fit: cover;
    height: 350px;

}

.aesthetics-specialist {
    /*height: 400px;*/
    position: relative;
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1));*/
}

.specialist-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.specialist-title {
    color: #001231;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 70px;
    text-align: center;
    padding: 10px;
    width: 100%;
    z-index: 1;
    transition: 0.1s;
}

.specialist-title h3, .specialist-title h4 {
    margin-bottom: 0;
    color: #001231;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    transition: 0.1s;
}

.aesthetics-specialist a {
    text-decoration: none;
}

.aesthetics-specialist a img {
    opacity: 1;
    transition: 0.1s;
}

.aesthetics-specialist a:hover img,
.aesthetics-specialist a:focus img {
    opacity: 0.8;
}

.aesthetics-specialist a:hover .specialist-title,
.aesthetics-specialist a:focus .specialist-title {
    background: #f26322;
    color: #001231;
}

.aesthetics-specialist a:hover .specialist-title h3,
.aesthetics-specialist a:focus .specialist-title h3,
.aesthetics-specialist a:hover .specialist-title h4,
.aesthetics-specialist a:focus .specialist-title h4 {
    color: #001231;
}

.specialist-image, .specialist-image img {
    max-width: 350px;
    width: 100%;
}

#breadcrumbs {
	display:none;
}

/**************************\
  Modal Animation Style
\**************************/

.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;
    padding: 50px;
    max-width: 1400px;
    max-height: 90vh;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box
}

.modal__container h3 {
    margin-bottom: 0;
}

.modal__container h4, .specialist-title h4 {
    font-size: 18px;
    font-weight: 500;
}

@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;
}

.close-popup:hover {
    background: #f26322;
    color: #001231;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90 {
    opacity: 0.95;
}

.wp-block-cover .wp-block-cover__inner-container {
    max-width: 1500px;
    padding: 3em 0;
}

.welcome_section {
    /*margin-top: -73px;*/
}

.home .metaslider {
    margin-top: 171px !important;
    overflow: hidden;
}

p {
    font-size: 1rem;
}

.big-list li::marker {
    color: #6eace3;
    font-weight: 700;
    font-size: 2em;
}

.big-list li {
    font-size: 1.2em;
    padding-right: 1em;
    font-weight: 700
}

.logo {
    max-width: 250px;
}

.hear-from-patients .callout_icon {
    width: 100%;
    max-width: 200px
}

.light_blue_div {
    width: 100%;
}

/* Related Pages */

.related-pages-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 25px 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-bottom: 0;
}

.related-pages-bottom {
    background: #001f3a;
    margin-bottom: 0;
}

.related-pages-bottom * {
    color: #fff;
}

.related-pages-bottom a {
    text-decoration: none;
    transition: 0s;
    font-size: 1.2em;
    padding: 0 10px;
}

.entry .related-pages-bottom h3 {
    margin: 0;
    font-size: 1.3em;
    color: #fff;
}

.related-pages-bottom a:not(.current-page):hover {
    color: #fff;
    text-decoration: underline;
}

.related-pages-bottom a.current-page {
    color: #eee;
}

.sb-link.current-page {
    color: #fff;
    text-decoration: underline;
}

.hero-related-pages .related-pages-bottom ul li {
    margin: 0 0 -1px;
}

.nav-buttons .bottom_navbar_wrapper.home-hide-mobile {
    display: none;
}

.wp-block-categories-list {
    list-style: none;
    padding-left: 0;
}

.callout_section a {
    text-decoration: none;
}

a.callout_btn > div {
    width: 100%;
    line-height: 1.3;
}

.w-full img {
    width: 100%;
}

.location-address {
    font-size: 1.2em;
}

.doc_profile_div picture {
    display: block;
}

.kt-tab-inner-content-inner img {
    width: 100%;
}

.wp-block-cover.alignfull .wp-block-columns {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.doc_slider {
    width: 100%;
    margin: 0 auto;
}

.before_after_ajax {
    margin: 3em auto;
}

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

.callout_section {
    margin-top: 4em;
}

.callout_section.mt-0 {
    margin-top: 0;
}

.location-phone-list {
    list-style-type: none;
    padding-left: 0;
}

.entry ul {
    font-size: 1em;
}

#footer-bg {
    display: none;
}

.nav-links a, .nav-links span.current {
    padding: 10px;
    line-height: 1.6;

}

.under-hero-buttons .bottom_navbar_wrapper.home-hide-mobile {
    display: none;
}

.wp-block-group.has-background.pb-0 {
    padding-bottom: 0;
}

.wp-block-button.m-auto .wp-block-button__link {
    margin: 0 auto;
}

.feature_text_div h2 {
    color: #001231;
    font-weight: 700;
}

.hero_section .w-slide .main_tagline {
    font-size: 5em;
}

.footer_text a {
    color: #e0e0e0;
}

.address_wrapper a {
    text-decoration: none;
}

.address_wrapper a:hover .location_name {
    color: #f26322;
}

.testimonials_wrapper.docs {
    width: 100%;
}

.doc_profile_div img {
    width: 100%;
    max-width: 270px;
}

figure.max-width-embed {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.entry .steps-shortcode .step-block .div-block {
    justify-content: center;
}

.entry .wrapper_div .custom-links.flex-pillar-links .pillar-link-overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.9) 100%) !important;
    opacity: 1 !important;
    transition: background .2s;

}

.entry .custom-links .pillar-link-div:hover .pillar-link-overlay {
    background: rgba(0, 18, 49, 0.9) !important;
}

.entry .custom-links .pillar-link-div:hover .pillar-link-text {
    color: #fff !important;
}

.pillar-link-text {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.flex-pillar-links.alignfull {
    padding: 0 !important;
}

.custom-links .pillar-link-div {
    box-shadow: none;
}

.steps-shortcode .div-block p.white-links {
    color: #fff;
    line-height: 1.1;
}

.page-id-6096 .doctors_section {
    padding-top: 0;
}

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

h2[id] {
    padding-top: 50px;
    margin-top: -50px;
}

.anchor-link-heading-new-page {
    padding-top: 200px;
    margin-top: -200px;
}

/*

.page-id-27835 .inner_page_content_section, .page-id-12640 .inner_page_content_section {
    padding-bottom: 0;
}
*/

.iol-column {
    box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.1);

}

.iol-column p {
    padding: 10px 20px;
}

.iol-column table img {
    width: 50px !important;
}

.iol-column img {
    width: 150px;
}

.entry .iol-column h3 {
    background: #f26322;
    color: #fff;
    padding: 1em 0.2em;
}

.entry .iol-column.min-height-h3 h3 {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iol-column .wp-block-table td, .wp-block-table th {
    padding: 0;
}

.iol-column .wp-block-table.is-style-stripes {
    border-bottom: none;
}

.wp-block-group.has-background.mb-0, .wp-block-columns.mb-0 {
    margin-bottom: 0;
}

.wp-block-columns.mb-3, .wp-block-columns .wp-block-columns {
    margin-bottom: 3rem;
}

.wp-block-table td, .wp-block-table th {
    padding: 1.5em;
}

.wp-block-table th {
    font-size: 1.3em;
}

.acf-block-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    margin: 6em auto;
}

.acf-block-steps .step-block {
    height: 100%;
    width: 100%;
    padding-top: 1em;
}

.acf-block-steps .step-block p {
    padding: 0 1em;
    color: #1d1d1d;
    font-weight: 600;
}

.acf-block-steps .step-block .div-block {
    height: 100%;
    justify-content: flex-start;
}

.wp-block-column.max-width-column {
    max-width: 800px;
    margin: auto;
}

.entry *.mb-0 {
    margin-bottom: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

p.white-links {
    text-align: center;
    cursor: default;
    font-size: 1.7em;
    text-decoration: none;
    margin-bottom: 0;

}

.entry a.white-links {
    text-align: center;
    cursor: pointer;
    font-size: 1.7em;
    text-decoration: none;
    margin-bottom: 0;
}

.entry a.white-links:hover {
    background: #f26322;
    color: #1d1d1d;
}

.white-links:hover {
    color: #fff;
}

.quote_text {
    max-width: 1400px;
    width: 75%;
    margin: 0 auto;
}

.video-border iframe, .wistia_responsive_padding, .wp-block-embed.is-type-video {
    border: 15px solid #001231;
}

var, .wp-block-video {
    border: 15px solid #001231;
}

var {
    max-width: 750px;
    margin: 0 auto;
}

.wp-block-group__inner-container {
    max-width: 1400px;
    width: 85%;
    margin: 0 auto;
}

.narrow-inner .wp-block-group__inner-container {
    max-width: 1170px;

}

.wp-block-group.has-background {
    padding: 5rem 0;
    margin-bottom: 5rem;

}

.mb-0.wp-block-group.has-background {
    margin-bottom: 0;

}

.wp-block-columns {
    margin-bottom: 5rem;
}

.entry .callout_section:last-of-type {
    margin-bottom: -1px;
}

/*.wp-block-group__inner-container > .wp-block-columns {
    margin-bottom: 0;
}*/

.callout-grid.callout_btns_wrapper {
    max-width: 1400px;
    width: 90%;
    margin: 5em auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2rem;
    grid-auto-rows: 1fr;
}

a.callout_btn {
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

a.callout_btn > div {
    width: 100%;
}

.inner-hero-overlay {
    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;
}

.inner_hero_section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    background-position: 50% 25%;
    background-size: cover;
    margin-top: 120px;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.inner_main_tagline_div {
    position: static;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    max-width: 1400px;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.inner_main_tagline {
    width: 45%;
    line-height: 1.2;
}

body:not(.home) h2 {
    color: #001231;
    margin-bottom: 0.6em;
}

.inner_hero_section h2.inner_main_tagline {
    color: #001231;
}

.related-doctors h2 {
    text-align: center;
}

.body-menu-open .navbar_wrapper {
    position: relative;
    z-index: 9999;
}

.w-nav-overlay {
    width: 0;
    height: 0 !important;
}

/*

.w-nav-overlay {
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    z-index: 0;
}

.fixed-nav .w-nav-overlay {
    background: none;
    top: 100%;
    z-index: 0;
}
*/

.navbar_wrapper {
    z-index: 2;
}

body.body-menu-open {
    overflow: hidden;
}

.w-slider {
    height: auto;
}

.hero_slideshow {
    height: 100%;
}

.related-doctors .doc_btn {
    font-size: 1em
}

.doc_button.mix a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

a.doc_btn, a.doc_button {
    text-decoration: none;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.doc_slider.w-slider a {
    height: auto;
}

.related-doctors .doc_slide img,
.location-doctor-grid .doc_slide img {
    /* height: 190px; */
    height: 270px;
    object-position: top;
}

.doc_slide img {
    object-fit: cover;
    height: 270px;
}

a .specialty_label {
    color: #333;
    padding: 0 8px;
}

.doctors_inner {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: 60px;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination > * {
    padding: 8px 16px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.pagination .current, .nav-links a:hover {

    text-decoration: none;
}

.testimonials-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
    grid-gap: 2em;
    margin-bottom: 4em;
}

.testimonials-container .testimonial {
    background: #fff;
    padding: 2em;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.doc_profile_div {
    padding-right: 2%;
}

.testimonials_text.docs {
    font-size: 0.9em;
    text-align: left;
}

.block-quote-3 {
    padding-left: 30px;
    background-position: 0px -3px;
    background-size: 28px;
    font-size: 1.3em;
    font-weight: 700;
    font-style: normal;
}

.wrapper_div.doctors_inner {
    width: 100%;
    max-width: 100%;
}

ul.list-no-style {
    list-style: none;
    padding-left: 0;
}

.doc_profile_div a {
    text-decoration: none;
}

.inner_page_content_section {
    padding-top: 171px;
}

.inner_page_content_section.has-hero {
    padding-top: 1em;
}

.inner_doc_div {
    margin-bottom: 2em;
    padding: 0;
}

.inner_doc_div a {
    padding: 1.5em;
}

.inner_doc_div a:hover {
    box-shadow: none;
    background: #001231;
}

.inner_doc_div a:hover .doc_name,
.inner_doc_div a:hover .specialty_label {
    color: #fff;
}

.location-doctor-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
    grid-auto-rows: 1fr;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.single-locations .location-doctor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.location-doctor-grid .doc_slide {
    width: 100%;
    padding: 0;
    /*max-width: 200px;*/
}

.related-doctors .location-doctor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    align-items: stretch;

}

.related-doctors .location-doctor-grid > div {
    width: 18%;
    height: auto;

}

.entry .wrapper_div {
    max-width: 1400px;
    width: 85%;
}

.entry a.testionials_btn {
    text-decoration: none;
}

.blue-wrapper {
    width: 100%;
}

.blue-wrapper .navbar_wrapper {
    background: #fff;
}

body.fixed-nav .blue-wrapper {
    position: fixed;
    top: 0;
}

.hero_slideshow h2:not(.main_tagline2) {
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
}

.wf-loading .bottom_navbar_wrapper a {
    visibility: hidden;
}

.mix .doc_img img {
    width: 90%;
    object-fit: cover;
    height: 300px;
    object-position: center -1px;
    display: block;
    margin: 0 auto 20px auto;
    border: 1px solid #e1e1e1;
}

.cta-panel {
    z-index: 1000;
    flex-direction: column;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 1%;
}

.cta-link-jm {
    color: #fff;
    background-color: #f26322;
    align-items: center;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
}

.cta-image {
    width: 40px;
    margin-right: 10px;
}

.cta-image.face {
    width: auto;
    height: 40px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -5px;
}

.cta-image.face.v2 {
    width: 45px;
    height: auto;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

.cta-link-jm:hover {
    color: #fff;
    background-color: #031231;
    font-weight: 700;
}

.doc-loc-section {
    padding: 5% 5% 0;
}

/* This is not a specific media query, just here for quick access if needed */
@media (max-width: 1250px) and (min-width: 991px) {

    .doc_slide {
        width: 33%;
    }

    .related-doctors .location-doctor-grid > div {
        width: 23%;
    }

    .hero_section .w-slide .main_tagline {
        font-size: 3em;
    }

    .acf-block-steps {
        display: grid;
        grid-template-columns: repeat(1, 0.5fr);
        grid-gap: 1rem;
        margin: 6em auto;

    }

    .location-doctor-grid {
        grid-template-columns: repeat(5, 1fr);
    }

}

@media (max-width: 1200px ) {

    .n2-ss-slide {
        height: auto !important;
        max-height: 100% !important;
    }
}

@media (max-width: 1080px) {

    .wrapper_div.footer {
        width: 90%;
    }

    .wrapper_div.footer > div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-first-half {
        width: 100%;
        margin-bottom: 6em;
    }

    .footer-second-half {
        width: 100%;
    }

    .contact_form_wrapper {
        width: 50%;
    }

    .locations_wrapper {
        width: 48%;
    }

    .quick_links_wrapper {
        width: 50%;
    }

    .footer_div {
        width: 50%;
        padding-left: 44px;
        border-left: 1px solid hsla(0, 0%, 100%, 0.24);
        border-top: none;
    }
}

@media (max-width: 991px) {
.inner_page_content_section {
    padding-top: 142px;
}
    #kt-layout-id_4a54ef-34 {
        background-size: contain !important;
    }

    #kt-layout-id_4a54ef-34 > .kt-row-column-wrap {
        min-height: 100% !important;
        padding-top: 61.7% !important;
        padding-bottom: 5% !important;

    }

    .sticky-buttons {
        top: 140px;
    }

    .new-hero {
        height: auto;
        margin-top: 140px;
    }

    .wp-block-columns {
        flex-wrap: wrap !important;
    }

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

    .dot_div {
        display: none;
    }

    .related-pages-bottom a {
        font-size: 14px;
    }

    .related-pages-bottom h3 {
        display: none;
    }

    p.has-medium-font-size {
        font-size: 16px !important;
    }

    #pillar-link-block_61f34e38b60c0 > div:last-of-type {
        grid-column: inherit;
    }

    .related-doctors .location-doctor-grid > div {
        width: 25%;
    }

    .hero_section .w-slide .main_tagline {
        font-size: 3em;
    }

    .wp-block-column {
        margin-bottom: 1.5em;
    }

    /*
        .flex-pillar-links {
            grid-gap: 0 !important;
        }*/
    .location-doctor-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .quote_text {
        max-width: 1400px;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .wp-block-columns {
        margin-bottom: 3rem;
    }

    .related-pages-spacer {
        height: 3rem;
    }

    .wp-block-group.has-background {
        padding: 3rem 0;
        margin-bottom: 3rem;
    }

    .callout_section {
        margin-top: 3em;
    }

    .hero_slideshow h2:not(.main_tagline2) {
        margin-bottom: 5px;
        font-size: 1.2em;
        font-weight: 700;
        color: #fff;
    }

    .home .metaslider {
        margin-top: 145px !important;
    }

}

@media (max-width: 767px) {

    .new-hero {
        height: auto;
        margin-top: 205px;
    }

    .wrapper_div.footer {
        width: 90%;
    }

    .wrapper_div.footer > div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-first-half {
        width: 100%;
        margin-bottom: 0;

    }

    .footer-second-half {
        width: 100%;
        margin-bottom: 0;
    }

    .contact_form_wrapper {
        width: 100%;
        margin-bottom: 2em;
    }

    .locations_wrapper {
        width: 100%;
        margin-bottom: 2em;
    }

    .quick_links_wrapper {
        width: 100%;
        margin-bottom: 2em;
    }

    .footer_div {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid hsla(0, 0%, 100%, 0.24);
        border-left: none;
    }

    .welcome_section {
        margin-top: -31px;
    }

    .home .metaslider {
        margin-top: 205px !important;
    }

    .inner_page_content_section {
        padding-top: 205px;
    }

    .inner_hero_section {
        margin-top: 200px;
    }

    .column-count-2 {
        column-count: auto;
    }

    .sticky-buttons {
        display: none;
    }

    .modal__btn.ui-button {
        display: none;
    }

    .modal__container {
        padding: 50px 10px;
    }

    .hero-related-pages .related-pages-bottom {
        width: 100%;
    }

    .related-doctors .location-doctor-grid > div {
        width: 30%;
    }

    .hero_section .w-slide .main_tagline {
        font-size: 2em;
    }

    .tagline_wrapper {
        top: 38%;
    }

    .inner_main_tagline {
        width: 100%;
    }

    .pillar-link-text {
        font-size: 1.5rem;
    }

    .location-doctor-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .inner_page_content_section.has-hero {
        padding-top: 0;
    }

    .inner_main_tagline_div, .entry .wrapper_div, .doctors_section .wrapper_div {
        width: 95%;
        margin: auto;
    }

    .doc_profile_div {
        padding-right: 0;
    }

    .hero_slideshow {
        height: 400px;
        margin-top: 140px;
    }

    .cta-panel {
        width: 100%;
        right: 0%;
    }

    .cta-link-jm {
        justify-content: center;
    }

    .cta-image, .cta-image.face.v2 {
        width: 20px;
    }
}

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

    .new-hero {
        height: 100vh;
        margin-top: 0;
    }

    .new-hero div#n2-ss-3 .n-uc-9t2A5BufrkWq-inner {
        background: rgba(255, 255, 255, 0.5);
    }

    div#n2-ss-3 .n2-ss-slider-1 {
        height: 100vh !important;
    }

    .clemson-hero, .n2-ss-slide {
        height: 100vh !important;
    }

    .doc_profile_div img {
        width: 100%;
        max-width: 100%;
    }

    .related-doctors .location-doctor-grid > div {
        width: 46%;
    }

    .related-doctors .location-doctor-grid {
        flex: 1;
        align-items: stretch;
    }

    .hero_slideshow {
        height: 600px;
        margin-top: 65px;
    }

    .location-doctor-grid, .single-locations .location-doctor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner_hero_section {
        margin-top: 60px;
        /*padding: 200px 0 30px 0;*/
    }

    .inner_page_content_section {
        padding-top: 80px;
    }

    .pillar-link-text {
        font-size: 1.2rem;
    }

    .bottom_navbar_wrapper.home-hide-mobile {
        display: none;
        margin-top: -0;
    }

    .body-menu-open .bottom_navbar_wrapper.home-hide-mobile {
        margin-top: 0;
    }

    .under-hero-buttons .bottom_navbar_wrapper.home-hide-mobile {
        display: block;
    }

    .under-hero-buttons .bottom_navbar_wrapper.home-hide-mobile .bottom_btn {
        justify-content: center;
    }

    .nav-buttons .bottom_navbar_wrapper.home-hide-mobile {
        display: flex;
    }

    .hero_section {
        height: 400px;
        margin-top: 65px;
    }

    .inner-hero-overlay {
        width: 100%;
        height: 100%;
        /*background-color: rgba(256, 256, 256, 0.5);*/
        background: linear-gradient(270deg, rgba(256, 256, 256, 0) 0%, rgba(256, 256, 256, 0.8) 70%);
        position: absolute;
    }

    .wp-block-cover.mobile-bg-adjust {
        background-position: 65%;
    }

    #navigation .menu-primary-navigation-container, #navigation #menu-primary-navigation {
        height: auto;
    }

    .nav-buttons {
        padding-bottom: 5em;
    }

    .related-pages-bottom {
        width: 100%;
    }

    .related-pages-inner {
        width: 95%;
    }

    .doc_img {
        width: 100%;
    }

    body:not(.home) h2 {
        margin-bottom: 0.7em;
    }

    .related-doctors .doc_btn {
        font-size: 0.9em;
    }

    .big-list li::marker {
        color: #6eace3;
        font-weight: 700;
        font-size: 1em;
    }

    .big-list li {
        font-size: 1em;
        padding-right: 1em;
        font-weight: 700
    }

    .logo {
        padding: 5px 0 0 10px;
    }

    .home .w-slide {
        /*         display: flex; */
        /*         align-items: center; */
    }

    .tagline_wrapper {
        top: auto;
    }

    .tagline_wrapper {
        top: 100px;
        width: 90%;
    }

    .home .metaslider {
        margin-top: 86px !important;
    }

    .welcome_section {
        margin-top: 0;
    }

    .footer_section {
        padding-top: 65px;
    }

    .quick_links_wrapper {
        width: 100%;
        margin-bottom: 0;
    }

    .wistia_responsive_padding {
        padding-top: 50.85% !important;
    }

    a.doc_btn, a.doc_button {
        padding: 10px;
        font-size: 0.9em;
    }

    .related-doctors .doc_slide img, .location-doctor-grid .doc_slide img {
        height: 160px;
    }

    .wp-block-group__inner-container {
        width: 95%;
    }

    .cta-panel {
        width: 100%;
        right: 0%;
    }

    .cta-link-jm {
        justify-content: center;
    }

    .cta-image {
        width: 20px;
    }

}

#cta-box {
    transform: translateY(100%);
    transition: 1.3s;
    display: none;
}

#cta-box.open {
    display: block;
    transform: translateY(0);
}

.cta-link-jm.top {
    width: max-content;
}