/*
Theme Name: Glacial Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 2.3.0
Text Domain: glacialtheme

GitHub Theme URI: https://github.com/Glacial-Web/glacial-theme
 */
body{
    overflow-x:hidden;
}
:root {
    --gl-inner-pad-top: 7rem;
    --gl-inner-pad-bottom: 4rem;

    --gl-button-color: #fff;
    --gl-button-bg: #663090;
    --gl-button-color-hover: #fff;
    --gl-button-bg-hover: #333;
}

#navigation {
    /* Primary Navigation */
    --gl-nav-font-family: Lato, sans-serif;
    --gl-nav-font-size: 14px;
    --gl-nav-link-transition: all 0s ease-in-out;
    --gl-nav-focus-outline: #333;
    --gl-nav-submenu-font-size: --gl-nav-font-size;
    --gl-nav-flex-justify: flex-end;

    /* Current Menu Item */
    --gl-nav-link-current-color: var(--gl-nav-top-level-color);
    --gl-nav-link-current-bg: var(--gl-nav-top-level-bg);

    /* Top Level Padding */
    --gl-nav-link-padding-vertical: 10px;
    --gl-nav-link-padding-horizontal: 5px;

    /* Submenu padding */
    --gl-nav-submenu-link-padding-vertical: 10px;

    /* Top Level */
    --gl-nav-top-level-bg: none;
    --gl-nav-top-level-color: #333;
    --gl-nav-top-level-bg-hover: transparent;
    --gl-nav-top-level-color-hover: #808285;


    /* Dropdown Level 1 */
    --gl-nav-dropdown-1-bg: #6f6e6f;
    --gl-nav-dropdown-1-color: #fff;
    --gl-nav-dropdown-1-bg-hover: #663090;
    --gl-nav-dropdown-1-color-hover: white;

    /* Dropdown Level 2 */
    --gl-nav-dropdown-2-bg: blue;
    --gl-nav-dropdown-2-color: white;
    --gl-nav-dropdown-2-bg-hover: grey;
    --gl-nav-dropdown-2-color-hover: blue;

    /* Mobile Menu */
    --gl-nav-mobile-bg: #000;
    --gl-nav-mobile-color: #fff;
    --gl-nav-mobile-border-color: #555;
}

.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;
}

.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, footer {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}

.standard-inner-wrapper {
    padding-top: var(--gl-inner-pad-top);
    padding-bottom: var(--gl-inner-pad-bottom);
}

/* 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: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    align-items: center;
    border: 1px solid #f5f5f5;
    box-shadow: 0 3px 5px rgb(0 0 0/0.2);
    margin-bottom:30px;
    width:100%;
}

.related-pages-bottom ul li {
    margin-right: 1em;
}
.entry .related-pages-bottom ul li a{
    color: #663090;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background-color: transparent;
    display: block;
}

.entry .related-pages-bottom ul li a:hover{
    background-color:#663090;
    color:#fff;
}

.related-pages-bottom li:last-of-type a {
    border-right: 0;
}
/* Pillar Link Buttons*/

.pillar-link-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 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: 300px;
    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);
}
/* Blog containers */
.main-content {
    width: 70%;
}

aside {
    background: #fff;
    width: 25%;
    border-left: 1px solid #cecece;
    padding: 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;
}
.related-pages-bottom li{
    padding-left:0 !important;
}
/* Format Content */
.entry h2, .entry h3, .entry h4, .entry p, .entry ul, .entry ol, .entry blockquote, .attachment-post-thumbnail, .wp-block-kadence-accordion, 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 h2, .doctors-section h2{
    color: #663090;
    font-size:32px;
}

.entry h3{
    color:#663090;
    font-weight:700;
    font-size:24px;
}

.entry p, .entry li, .wpgmza_table_address, .wpgmza_table_title, .entry td, .appt-btn, .kt-testimonial-content{
    line-height: 180%;
    font-size: 17px;
}
a.kt-blocks-info-box-learnmore{
    text-decoration:none !important;
}
.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
}

a {
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.entry a {
    color: #437AB2;
    text-decoration: underline;
}

.entry a:hover {
    color: #663090;
}

.size-medium-large img {
    width: 100%;
    max-width: 650px;
}

/* Button Code */
a.ui-button, a.wp-block-button__link, .entry a.moretag, .button {
    color: var(--gl-button-color);
    font-size: 16px;
    margin: 0 20px 30px 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    background: var(--gl-button-bg);
    letter-spacing:1px;
    min-width:200px;
}
.wp-block-search__button{
    color: var(--gl-button-color);
    background: var(--gl-button-bg);
}
a.ui-button:hover, a.wp-block-button__link:hover, .entry a.moretag:hover, .button:hover, .button-copy:hover, .wp-block-search__button:hover{
    color: var(--gl-button-color-hover);
    background: var(--gl-button-bg-hover);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
}
.inner-button-wrapper a.button {
    text-decoration:none;
    background-color:#333;
    color:#fff;
}
.inner-button-wrapper a.button:hover{
    background-color:#6f6e6f;
}
.search-submit {
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    color: var(--gl-button-color);
}

.search-submit:hover {
    color: var(--gl-button-color-hover);
}

.search-form {
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
}

.search-field, .search-submit {
    height: 50px;
}

.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 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: 35.25%;
    height: 0;
    overflow: hidden;
    max-width: 60%;
    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: 2rem;
}

.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 {
    padding: 20px 20px 0 20px;
    height: auto;
    min-height: 280px;
    background-color: #f5f5f5;
    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;
}

/*** 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-outline-no-border{
    border:0;
}
.box-solid {
    background-color: #f5f5f5;
    padding: 30px 30px 0 30px;
    margin: 0 0 30px 0;
    display: block;
}



/*** 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: 500px;
}

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 {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-excerpt img.post-logo {
    -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);
}




.location-name a{
    color:#663090;
    text-decoration:none;
}

.bottom-button-wrapper a{
    text-decoration:none;
}




.location-section, .doctors-section{
    border-top:1px solid #cecece;
    padding-top:20px;
}


.rate-ctas{
    margin-top:50px;
}





.nav-container{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width:100%;
}
.menu-item.appointment a{
    padding: 15px 16px !important;
    border-radius: 7px;
    background-color: #663090;
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 600;
}
.menu-item.phone a{
    padding: 15px 16px 15px 33px !important;
    border-radius: 7px;
    background-color: #663090;
    background-image: url(../icons-05.html);
    background-position: 5px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 600;
}
.nav-bg{
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 17%);
}
.inner-nav{
    background-color:#fff !important;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 17%);
}
a.sb-link, p#breadcrumbs{
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
a.sb-link:hover{
    text-decoration:underline;
}

a.w-tab-link{
    text-decoration:none;
}


.locations-dr-wrapper{
    display:block;
}


.locations-template-default .locations-wrapper{
    display:none;
}
.locations-template-default .location-section{
    padding:0;
    border-top:0;
}
.locations-template-default .standard-inner-wrapper{
    padding-bottom:0;
}

.single-doctor-img-info img{
    border-bottom:1px solid #cecece;
}
.doctor-specialties-locations .ui-button{
    width:100%;
    text-align:left;
    padding:5px 5px 5px 20px;
    margin-bottom:10px;
}

.social-share{
    justify-content:center;
}
.social-share a{
    text-decoration:none;
}
.social-share a:first-of-type{
    margin-right:10px;
}
.social-share img{
    border-bottom:0;
}



.wp-block-archives select{
    width:100%;
    height:50px;
}


.hero-button:hover, .button:hover{
    background-color:#333;
}

.testimonialcta{
    margin-bottom:50px;
}
.tab-text-wrapper-2 a.button, .ba-wrapper a.button{
    color:#fff;
    text-decoration:none;
}
a.tab{
    color:#fff !important;
}



.page-id-9557 .box-columns .wp-block-column{
    min-height:auto;
}

.page-template-page-pillar .standard-inner-wrapper{
    padding-top: 60px;
}
.cat-header2{
    margin-bottom:50px;
}


.location-content-wrapper a.ui-button{
    max-width:450px !important;
}


#wpgmza_table_3_wrapper {
    padding: 20px;
}
.wpgmaps_mlist_row{
    padding:20px;
}


.wp-block-quote{
    background-color:#663090;
    padding:20px;
    border-left:0;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .19);
    background-image: radial-gradient( circle, var(--dot-color, rgba(218, 218, 218, 0.125)) calc(25% - 1px), transparent 25% );
    background-size: 0.5rem 0.5rem;
    border-radius: 0.25rem;
}

.wp-block-quote p, .wp-block-quote cite{
    font-size:20px;
    font-weight:500;
    font-style: normal;
    text-transform:capitalize;
    color:#fff;
}

.wp-block-quote a{
    color:#fff;
}
.wp-block-quote a:hover, .cta-bar a:hover{
    text-decoration:none;
    opacity:1;
    color:#fff;
}

.tabs-2{
    min-height:500px;
}

a.button-copy{
    text-decoration:none;
}





.lasik-ctas h2, .lasik-ctas p, .lasik-ctas .button, .testimonialblock h2, .testimonialblock p, .testimonialblock .button{
    color:#fff;
    text-decoration:none;
}


.cat-symp-div, .box-columns, .wp-block-columns, .lasik-ctas{
    margin-bottom:50px;
}

.doctors-section{
    background-color:#fff;
}


.cpt-doctor-image-link > a.doctor-headshot-link, .location-related-post a.location-related-post-link{
    color: #663090;
}

.cpt-doctor-image-link a:hover{
    background:none;
}
.cpt-doctor-image-link .ui-button:hover{
    background-color:#333;
}
.location-related-post a:hover {
    background: #663090;
}

.page-template-page-pillar .standard-inner-wrapper{
    max-width: 1600px;
}



.no-margin-bot{
    margin-bottom:0;
}

a.cattab:hover{
    color:#fff;
}

.box-columns-short .wp-block-column{
    min-height:auto;
}

.menu-item.appointment a:hover, .menu-item.phone a:hover{
    background-color:#333;
    color:#fff;
}

.kb-gallery-ul.kb-gallery-type-slider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit {
    padding-bottom: 36.67% !important;
}


.kt-blocks-accordion-header{
    height:60px;
    font-weight:600;
}


.wp-block-kadence-advancedgallery{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
h2.temp10-header{
    color:#333 !important;
}
.temp10div{
    background-color:rgb(224,225,228, 0.8) !important;
}
.entry ul li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
  }
  
  .entry ul li:before {
    content: "\27A4";
    position: absolute;
    top: 0px;
    left: -10px;
  }
  .related-pages-bottom ul li:before{
    content:"";
  }

.entry ul.splide__pagination li{
    list-style:disc;
}
.entry ul.splide__pagination li:before{
    content:"";
    position:inherit;
}
.box-column-center{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction:column;
    justify-content:center;
}

.page-id-9548 .related-pages-bottom{
    display:none;
}
.page-template-page-pillar .related-pages-bottom ul:first-of-type{
    margin-bottom:50px !important;
    margin-top:0 !important;
}

.page-id-9547 .related-pages-bottom{
    display:none;
}
.page-id-9547 a.service-block{
    text-decoration:none;
}
.inner-header-div-doctor{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction:column;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
}
.inner-header-div-doctor .inner-h1{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.inner-header-div-doctor p{
    color:#fff;
    font-style:italic;
}



.single-locations .rate-ctas{
    display:none;
}



.single-doctor-img-info ul li:before{
   content:"";
}
.single-doctor-img-info ul li{
    padding-left:0;
}


.lg-margin-bot{
    margin-bottom:50px !important;
}


.core-values-h3 h3.wp-block-heading{
    margin-bottom:5px !important;
} 
.ctabullets{
    margin-bottom:30px;
}
a.specialty-doc{
    text-decoration:none;
}
a.specialty-doc:after{
    content:",";
}
a.specialty-doc:last-of-type:after{
    content:"";
}
.post-type-archive-doctors .doctor-name-pages{
    display:none;
}
.wp-block-latest-posts__list li:before, .wp-block-categories-list li:before{
    content:"" !important;
}
.cpt-doctor-image-link .doctor-headshot-link img{
    aspect-ratio:1;
    width:200px;
}

.cpt-doctor-image-link .doctor-headshot-link img, .location-related-post .location-related-post-link img{
    border:none;
}
.cpt-doctor-image-link p{
    font-size:14px;
}
.post-type-archive-doctors .ui-button{
    width:auto;
    min-width:auto;
}
.single-doctors .doctors-section{
    display:none;
}






.single-location-buttons a.ui-button{
    width:100%;
}

.single-location-info p{
    margin-bottom:10px;
}



.package-buttons .wp-block-button__link, .package-buttons .wp-block-button{
    width:100%;
}

#anchor-financing, #anchor-astigmatism-package, #anchor-presbyopia-package, #anchor-light-package{
    padding-top:130px;
    margin-top:-130px;
}


.link-blocks{
    background-color:#461b68;
}

.welcome-section.lazy-background {background-image: none;}
.welcome-section.lazy-background.visible {background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url(../purplebg1.html);}

.symptom-checker-section.lazy-background {background-image: none;}
.symptom-checker-section.lazy-background.visible {background-image: url(../symptoms_1.html);}

.service-block.lazy-background {background-image: none;}
.service-block.lazy-background.visible {background-image: url(../cataract.html);}

.service-block.lasik.lazy-background {background-image: none;}
.service-block.lasik.lazy-background.visible {background-image: url(../lasik.html);}

.service-block.rle.lazy-background {background-image: none;}
.service-block.rle.lazy-background.visible {background-image: url(../jpg/rle_service.jpg);}

.service-block.glaucoma.lazy-background {background-image: none;}
.service-block.glaucoma.lazy-background.visible {background-image: url(../glaucoma.html);}

.service-block.cornea.lazy-background {background-image: none;}
.service-block.cornea.lazy-background.visible {background-image: url(../cornea.html);}

.service-block.cosmetics.lazy-background {background-image: none;}
.service-block.cosmetics.lazy-background.visible {background-image: url(../jpg/oculoplastics.jpg);}

.service-block.de.lazy-background {background-image: none;}
.service-block.de.lazy-background.visible {background-image: url(../dryeye.html);}

.service-block.peds.lazy-background {background-image: none;}
.service-block.peds.lazy-background.visible {background-image: url(../urgentcare.html);}

.service-block.general.lazy-background {background-image: none;}
.service-block.general.lazy-background.visible {background-image: url(../general.html);}

.service-block.retina.lazy-background {background-image: none;}
.service-block.retina.lazy-background.visible {background-image: url(../contacts.html);}

.tabpane.lazy-background {background-image: none;}
.tabpane.lazy-background.visible {background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 27%, hsla(0, 0%, 100%, 0.97) 74%, hsla(0, 0%, 100%, 0.99)), url(../lasik3.html);}

.tabpane.ct.lazy-background {background-image: none;}
.tabpane.ct.lazy-background.visible {background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0.97) 74%, hsla(0, 0%, 100%, 0.99)), url(../cataract3.html);}

.tabpane.gl.lazy-background {background-image: none;}
.tabpane.gl.lazy-background.visible {background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0.97) 74%, hsla(0, 0%, 100%, 0.99)), url(../glaucoma3.html);}

.tabpane.oc.lazy-background {background-image: none;}
.tabpane.oc.lazy-background.visible {background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 27%, hsla(0, 0%, 100%, 0.97) 74%, hsla(0, 0%, 100%, 0.99)), url(../oculo3.html);}

.optical-cta-section.lazy-background {background-image: none;}
.optical-cta-section.lazy-background.visible {background-image: url(../kite.html);}





.cat-ajax-image-div{
    background-color:transparent;
}


.hero-cta-btn {
    display: block;
    /* display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly; */
}


body .uwy.userway_p6 div.userway_buttons_wrapper{
    top: 60%;
}

@media (max-width: 1500px) {
    .nav-container {
        flex-direction: column;
    }
}

@media (max-width: 1080px) {
    /** 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;
    }
    .w-nav[data-collapse="medium"] .w-nav-menu {
        top: auto !important;
    }
}

@media (max-width: 991px) {

    body .uwy.userway_p6 div.userway_buttons_wrapper{
        top: unset;
        bottom: 6%;
    }

    .nav-container {
        flex-direction: row;
    }

    .w-slider-nav-invert {
        display:none;
    }
    .welcome-section, .oculoheader{
        background-image:none !important;
        background-color:#f1eefa;
    }
    .optical-cta-section img{
        display:none;
    }
    .optical-cta-section, .symptom-checker-section{
        background-image:none !important;
    }
    .optical-cta{
        width:100%;
    }
    .ew-pillar-header-wrapper{
        width:100%;
    }
    .cat-header2 {
        padding: 80px 25px 0px;
        background-color: rgba(102, 48, 144, 0.13);
        min-height: auto;
        background-image:none !important;
    }
    .pillar-header-div{
        background-color:transparent;
    }
    .link-blocks{
        width:100%;
    }
    .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;
    }

    .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: 767px) {
    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%;
    }
    .section{
        background-image:linear-gradient(180deg,hsla(0,0%,100%,.65) 35%,hsla(0,0%,100%,0) 62%),url(../landscape-mob.html);
    }
}

@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) {
    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;
    }

    .hero-cta-btn { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    }
}


