/*
Theme Name: Atlantic Eye Institute
Template: glacial-theme
Template URI: https://glacial.com
Description: Glacial Child Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Version: 1.0
*/

:root {
    --gl-inner-pad-top: 10rem;
    --gl-max-width: 1500px;
    --gl-svg-color: var(--black-2);

    --gl-button-color: #000;
    --gl-button-bg: var(--dark-slate-blue);
    --gl-button-color-hover: #fff;
    --gl-button-bg-hover: var(--black-2);
}

.entry h5 {
    font-size: 16px;
}

.translate-button {
    background: transparent;
    -webkit-appearance: none;
}

.gtranslate_wrapper {
    margin-bottom: 30px;
}

.modal .glink span {
    font-size: 20px !important;
    margin-right: 15px !important;
}

.entry a {
    color: #082333;
}

a.anchor-link {
    color: #fff !important;
}

.twenty20 {
    margin-bottom: 0;
}

.twentytwenty-wrapper, .twenty20 {
    max-width: 600px;
}

.subtitle.purple {
    padding-top: 3rem;
    margin-bottom: 0;
}

#upper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

#upper h3 {
    width: 100%;
    margin-bottom: -30px;
}

.cos-anchor-buttons {
    position: sticky;
    top: 125px;
    z-index: 1;
}

.gallery-align-center ul {
    align-items: center;
}

.faq2_answer {
    height: auto;
    display: none;
}

.wp-block-embed figcaption {
    font-size: 17px;
}

a.w-button {
    color: #000;
    font-weight: 600;
}

a.hero-button,
a.ui-button,
a.wp-block-button__link,
.entry a.moretag {
    font-weight: 600;
    /*color: #000;*/
}

a.w-button:hover {
    color: #fff;
}

.kt-inside-inner-col p:last-child {
    margin-bottom: 0;
}

.box-top-div-2 {
    color: #fff;
}

.box-top-div-2:hover {
    color: #000;
}

.services-single-image img {
    height: 100%;
}

.services-single-image .links a {
    border-color: #606060;
}

.inner-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.hidden-all {
    display: none !important;
}

.entry .fax-div-footer-copy {
    margin-top: 0;
}

a {
    color: #2e5252;
}

.new-doc-patient-links-and-par-div a {
    color: #2e5252;

}

.wp-block-kadence-iconlist ul.kt-svg-icon-list svg {
    margin-top: 2px;
}

.site-navigation ul li:hover > ul.locations-menu,
.no-js .site-navigation ul.locations-menu,
.site-navigation .locations-menu.toggled-on {
    display: grid;
    background: var(--lvl-1-bg-color);
    width: max-content;
    grid-template-columns: repeat(2, 1fr);
}

.locations-menu li a {
    color: var(--lvl-1-color);
    background: var(--lvl-1-bg-color);

}

.locations-menu li:hover > a {
    color: var(--lvl-1-color-hover);
}

.locations-menu li:hover a {
    background: var(--lvl-1-bg-color-hover);
}

.site-navigation pre {
    color: #fff;
}

.privacy-text-div .link:hover {
    color: #fff;
}

.anchor-fix {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}

#calculator_small {
    width: 326px;
    height: 232px;
    background: url(http://www.carecredit.com/assets/views/home/payment-calculator.jpg) no-repeat;
    font-family: 'Myriad Pro', sans-serif
}

#calculator_small h2 {
    font-weight: 700;
    color: #FFF;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    border: 0;
    padding: 0;
    float: left;
    text-align: left
}

#calculator_small #input-amount-field {
    width: 100%;
    background: url(http://www.carecredit.com/assets/views/home/payment-calculator-input.png) no-repeat;
    margin-bottom: 10px;
    height: 44px;
    margin-right: 30px;
    border: none;
    padding: 10px;
    font-size: 16px
}

#calculator_small #submit-field {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    opacity: .9;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    padding: 11px 18px;
    min-width: 46px;
    background-color: #00ac9d;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
    float: left
}

::-webkit-input-placeholder {
    color: #ABABAB;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px
}

:-moz-placeholder {
    color: #ABABAB;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px
}

::-moz-placeholder {
    color: #ABABAB;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px
}

:-ms-input-placeholder {
    color: #ABABAB;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px
}

#calculator_small #submit-field:hover {
    opacity: .7
}

#calculator_small #content1 {
    padding: 25px
}

p#breadcrumbs {
    line-height: 1;
}

p#breadcrumbs a {
    text-decoration: none;
}

.what-to-expect-during-bleph-section {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
}

.doc-video-div {
    display: block;
    object-fit: none;
    bottom: auto;
}

.related-pages-bottom {
    margin-top: 2em;
}

.faq2_icon {
    transition: transform .3s ease-in-out;
}

.faq2_question--active .faq2_icon {
    transform: rotate(180deg);
}

.doc_button img {
    object-fit: cover;
    aspect-ratio: 2/3;
}

.doc_button .read_more_text {
    font-size: 15px;
}

.w-nav-brand {
    display: flex;
    align-items: center;
}

.w-nav-overlay {
    max-height: 100vh;
    top: 100px;
}

.header-logo {
    width: 100%;
    max-width: 350px;
}

.grid-excerpt img.post-logo, .grid-excerpt .post-logo img {
    background: #fff;
    padding: 10px;
}

.grid-excerpt img {
    aspect-ratio: 4/4;

}

.grid-excerpt img {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: auto;
}

.category-physician-spotlight .grid-excerpt img {
    aspect-ratio: 16/9;
    max-width: none;

}

.body,
.entry p,
.entry li {
    font-size: 18px;
}

.featured-service-buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
}

.featured-service-buttons .button {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.icon-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-button img {
    margin-right: 10px;
}

.footer-headline-div {
    margin-bottom: 20px;
}

.alignfull.w-90 > .kt-row-column-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.page-template .standard-inner-wrapper {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
}

.entry .image-best,
.entry .image-14,
.entry .image-ocu {
    height: 100%;
}

.featured-img-post picture {
    display: block;
}

.page-template .entry a {
    /*color: initial;*/
    text-decoration: none;
}

.alignfull.p-lr-0 > .kt-row-column-wrap {
    padding-right: 0;
    padding-left: 0;

}

.kb-row-layout-wrap.full-right-div .kt-row-column-wrap > div:first-of-type {
    padding-left: 10%;
    /*max-width: 734px;*/
}

.has-hero .standard-inner-wrapper {
    padding-top: 0;
}

body {
    overflow-x: hidden;
}

picture, picture.doc_img {
    display: block;
}

.site-navigation ul ul a {
    line-height: 1.4;
}

.entry h1 {
    font-size: clamp(1.8rem, 0.8400rem + 3.2000vw, 3rem);
    line-height: 1.2;
    margin-bottom: 0.6em;
    font-weight: 700;
    color: #429095;
    margin-top: 0;
}

.entry h2 {
    font-size: clamp(1.5rem, 0.7800rem + 2.4000vw, 2.4rem);
    line-height: 1.3;
    margin-bottom: 0.6em;
}

.entry > h2:not(.wp-block-columns + h2):not(.kb-row-layout-wrap + h2):not(#breadcrumbs + h2) {
    padding-top: calc(6% - 30px);
}

.entry h3 {
    font-style: normal;
    color: #517882;
    font-size: clamp(1.2rem, 0.5600rem + 2.1333vw, 1.8rem);
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 0.4em;
}

.entry h4 {
    font-size: clamp(1.2rem, 0.5600rem + 2.1333vw, 1.6rem);
    margin-bottom: 15px;
    color: #517882;
}

.wp-block-buttons {
    margin-bottom: 30px;
}

.wp-block-kadence-column .wp-block-buttons:last-child {
    margin-bottom: 0;
}

.entry .h3-center-white,
.entry .h4-center-white,
.entry .h4-white {
    color: #fff;
}

.page-template-oculoplastics-page h3,
.page-template-cataracts-page h3 {
    font-style: italic;
    font-size: clamp(1.2rem, 0.5600rem + 2.1333vw, 1.5rem);
    font-weight: 300;
}

.entry .max-width-inner-col {
    max-width: 730px;
    margin-right: 0;
    margin-left: auto;
    width: 90%;
}

.entry .max-width-inner-col.content-right {
    margin-right: auto;
    margin-left: 0;
}

figure.object-cover {
    height: 100%;
}

.object-cover img, .object-cover picture {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.entry figure {
    margin: 0;
}

.doc_img {
    margin-left: auto;
    margin-right: auto;
}

.glacial-top-banner {
    padding: 0;
    align-items: initial;
}

.nav-menu {
    box-shadow: 0px 0px 3px 1px #ffffff24;
}

.glacial-skip-link.w-tab-link {
    position: absolute;
}

a.ui-button, a.wp-block-button__link, .entry a.moretag {
    margin: 0;
}

.footer {
    position: relative;
    z-index: 100;
}

.bottom-cta-strip-new {
    z-index: 111;
    position: fixed;
}

.footer-wrapper-div {
    /*max-width: var(--gl-max-width);*/
}

.footer-menu-small a {
    padding-right: 10px;
}

.footer-menu-small a:not(:first-child) {
    padding-left: 10px;
}

.footer-menu-small a:not(:last-child) {
    border-right: 1px solid #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eyesouth-svg-icon {
    color: var(--gl-svg-color);
    margin-right: 10px;
    width: 25px;
}

.locations-footer .eyesouth-svg-icon {
    color: #fff;
}

#footer, section:not(._3-boxes-section) {
    overflow: hidden;
}

/* Locations stuff */

.image-hp-service img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.feature-flex-reverse {
    flex-direction: row-reverse;
}

.new-doc-patient-holder {
    width: 430px;
}

.entry .button {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: var(--gl-button-bg);
    color: var(--gl-button-color);
    padding: 15px 30px;
    line-height: 1.2em;
}

.entry .button.st {
    padding-left: 45px;
}

.entry .button:hover {
    background-color: var(--gl-button-bg-hover);
    color: var(--gl-button-color-hover);
}

.entry .white-button a,
.entry a.button.white {
    background: #fff;
    color: #000;
}

.entry .white-button a:hover,
.entry a.button.white:hover {
    background: var(--gl-button-bg-hover);
    color: #fff;
}

.top-floating-button {
    position: fixed;
    bottom: 60px;
    right: 5px;
    font-size: 14px;
    padding: 2px 6px;
}

a.ui-button {
    line-height: 1.3;
}

a.ui-button.appointment-button {
    background: var(--gl-button-bg-hover);
    color: #fff;
    margin-bottom: 0;
}

.form-left-48 .button {
    max-width: 400px;
}

.form-left-48 .button:hover {
    background: #fff;
    color: #000;
}

a[href *= 'tel:'] {
    white-space: nowrap;
}

.ui-button.appointment-button:hover {
    background: var(--gl-button-bg);
    color: var(--gl-button-color);
}

.pillar-link-grid.is-layout-flex {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));

}

.children-pages a.ui-button,
.pillar-link-grid.is-layout-flex a.wp-block-button__link {
    max-width: 488px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 1.2em 10px;
}

.pillar-link-grid.is-layout-flex .wp-block-button {
    width: 100%;
    height: 100%;

}

.w-tabs a {
    text-decoration: none;
}

.entry .how-do-i-know-wrapper-div .tab-link-2 {
    color: #000;
}

.entry .how-do-i-know-wrapper-div .tab-link-2:hover,
.entry .how-do-i-know-wrapper-div .tab-link-2.w--current {
    color: #fff;
}

.wp-block-kadence-image.img-50 figure {
    width: 49% !important;
}

.entry :where(.wp-block-columns),
.entry .kb-row-layout-wrap {
    margin-bottom: 6%;
}

.best-procedure-wrapper-jm {
    max-height: 100%;
}

.more-cataract-info-section {
    padding-bottom: 0;
}

.menu-col-2 ul.gl-dropdown-1 {
    width: 550px;
    column-count: 2;
    background: var(--lvl-1-bg-color);
}

.menu-col-2 ul ul.gl-dropdown-2 {
    right: 265px;
    left: auto;
}

.services-single-image img {
    object-position: top;
    aspect-ratio: 12/9;
}

#navigation .nav-mobile-only {
    display: none;
}

.gallery-center ul {
    align-content: center;
    align-items: center;
}

.wp-block-group.has-background {
    padding: 4em 0;
}

.wp-block-group.has-background.mb-0 {

}

.wp-block-group__inner-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--gl-max-width);
}

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

.featured-service-buttons a:nth-child(2) {
    background: var(--color);
    color: #fff;
}

.featured-service-buttons a:nth-child(2):hover {
    color: #fff;
    background: var(--black-2);
}

.entry .alignfull.kb-row-layout-wrap:not(.no-pad-y) {
    padding: 6% 0;
}

.entry .alignfull.kb-row-layout-wrap:not(.no-pad-y) > .kt-row-column-wrap {
    width: 90%;
    margin: auto;
    max-width: var(--gl-max-width);
    padding: 0
}

.sb-link.current-page {
    color: #000;
    text-decoration: none;
}

.cataract-video-div.embed-container {
    max-width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    background: none;
}

.md-identity-code {
    min-height: 250px;
}

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

    .cos-anchor-buttons {
        position: static;
    }

    .cataract-video-div.embed-container {
        width: 90%;
    }

    .glacial-top-banner {
        padding: 10px 0;
    }

    .service-links {
        column-count: auto;
        gap: 0;
    }

    .site-navigation ul li:hover > ul.locations-menu,
    .no-js .site-navigation ul.locations-menu,
    .site-navigation .locations-menu.toggled-on {
        display: block;
        width: 100%;
    }

    .entry p, .entry li {
        font-size: 16px;
    }

    .locations-menu > div:first-of-type {
        margin-bottom: 30px
    }

    .locations-menu li:hover a {
        background: transparent;
    }

    .gl-top-level li.current-menu-item > .toggle-dropdown svg {
        stroke: var(--mobile-color);
    }

    .doc-video-div {
        width: 100%;
    }

    #navigation .nav-mobile-only {
        display: flex;
    }

    .what-is-bleph-section {
        min-height: auto;
    }

    .menu-col-2 ul.gl-dropdown-1 {
        width: 100%;
        column-count: 1;
        background: var(--mobile-bg-color);
    }

    .entry :where(.wp-block-columns),
    .entry .kb-row-layout-wrap {
        margin-bottom: 2em;
    }

    .feature-flex-reverse {
        flex-direction: column;
    }

    :root {
        --gl-inner-pad-top: 7rem;
    }

    .image-hp-service img {
        height: 400px;
        object-position: top;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: flex;
        align-items: center;
    }

    .site-navigation {
        padding-left: 0;
    }

    .sta-div-holder {
        margin-left: 2em;
        gap: 20px
    }

    .nav-cta.sqhedule {
        margin-left: 0;
        padding: 5px
    }

    .nav-cta {
        margin-right: 1em
    }

    .w-nav-button.w--open {
        background-color: transparent;
        color: #333;
    }

    .site-navigation .gl-dropdown-1 > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .site-navigation ul ul a {
        font-size: 16px;
    }

    .site-navigation ul li a {
        padding: 10px;
    }

}

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

    :root {
        --gl-inner-pad-top: 5rem;
    }

    .why-par-holder {
        min-height: auto;
    }

    ._3-boxes-holder-2 {
        flex-direction: column-reverse;
    }

    ._3-boxes-holder-2 .button {
        margin-top: 20px;
    }

    .body,
    .entry p,
    .entry li {
        font-size: 16px;
    }

    .entry .max-width-inner-col,
    .entry .max-width-inner-col.content-right {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .new-doc-patient-holder {
        width: 235px;
    }

}

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

    :root {
        --gl-inner-pad-top: 5rem;
    }
}

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

    .menu-button-tablet {
        grid-area: button;
    }

    .nav-cta {
        text-align: right;
        justify-content: flex-end;
    }

    .brand {
        padding: 0;
        grid-area: brand;
    }

    .nav-cta {
        margin-right: 0;
        padding: 2px;
    }

    .sta-div-holder > .nav-cta:first-child {
        text-align: left;
    }

    .header-logo {
        max-width: 140px;
    }

    .new-doc-patient-holder {
        width: 280px;
    }

    .doc_img {
        width: 100%;
        margin-bottom: 25px;
    }

    .bottom-cta-strip-new a:not(:first-of-type) {
        display: none;
    }

    .children-pages a.ui-button,
    .pillar-link-grid a.wp-block-button__link {
        padding: 10px;
    }

    .doc-slide-jm {
        width: 50%;
    }

    .slider {
        height: 380px;
        min-height: auto;
    }

    .blog-grid .blog-grid-wrapper {
        grid-template-columns: 1fr;
    }

    .cta-strip-link._2-phone {
        padding: 18px 5px;
    }

    .service-section.visible {
        background-image: none;
    }

}




