/*

Hernia Surgery Custom CSS
Last Updated: 10/25/2023

*/
/* Body */
body.page h1.entry-title.main_title {
    display: none;
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0;
}

/* Spacing */
.sidebar-buttons .wp-block-button {
    margin-bottom: 23px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

/* Separators */
hr.wp-block-separator.left.is-style-default,
hr.wp-block-separator.left {
    margin-left: 0;
}

hr.wp-block-separator.is-style-wide.hr-space-above-light {
    margin-top: 25px;
    border: solid 1px rgb(204 204 204 / 49%);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px;
}

/* Hero */
@media (max-width:840px) {

    .hero h2,
    .hero p {
        color: white !important;
    }
}

body.home .hero h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0 1px 5px #333;
    font-size: 38px;
}

body.home .hero p {
    text-shadow: 0 1px 5px #333;
}

body.home .hero {
    margin-top: 200px;
}

@media (max-width:768px) {
    body:not(.home) .wp-block-cover {
        min-height: 230px;
    }
}

@media (min-width:840px) {
    body.home .hero {
        margin-top: 160px;
    }

    body.home .hero h2 {
        font-size: 46px;
    }

    .wp-block-cover.alignfull.home-hero {
        min-height: 600px !important;
    }
}

body.home .hero .wp-block-button {
    text-align: center;
}

/* Nav Bar */
.site-title {
    color: white;
}

.nav li ul {
    padding: 0;
    z-index: auto;
    display: none;
}

.nav li:hover>ul {
    display: block;
}

.chart-icon {
    height: 36px;
    vertical-align: middle;
}

a.chart-icon svg {
    height: 32px;
    width: 32px;
    fill: #a51417;
}

#main-header.et-fixed-header .nav li ul li a {
    color: #a51417 !important;
}

.sticky-logo {
    display: none;
}

#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 0 !important;
}

.main-logo img {
    margin-top: 7px
}

@media (max-width:768px) {
    .main-logo img {
        margin: -10px auto 4px;
        display: block;
    }
}

@media (min-width:981px) {
    .main-logo img {
        margin-top: 16px
    }
}

@media (min-width:991px) {
    #top-menu>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:1575px) {
    #top-menu li {
        padding-right: 0 !important;
        min-width: 113.55px;
    }
}

#top-menu li li {
    padding: 0;
    margin: 0;
    width: 100%;
}

#top-menu li li a {
    width: 100%;
}

#top-menu>li:hover>a {
    text-decoration: underline;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    opacity: 1 !important;
}

#top-menu>li>a {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 32px;
    padding-bottom: 32px !important;
    text-align: center;
}

@media (min-width:1575px) {
    #top-menu>li>a {
        font-size: 1.1em;
        letter-spacing: .05em;
    }
}

#top-menu .menu-item-has-children>a:first-child:after {
    display: none;
}

/* top nav hover links override */
#top-menu-nav>ul>li>a:hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: underline;
    background: white;
    color: #a51417 !important;
}

.et_header_style_left #et-top-navigation {
    padding-top: 0 !important;
}

@media (max-width: 980px) {
    .et_header_style_left #logo {
        max-width: 72%;
    }

    div#et_top_search {
        display: none;
    }

    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 12px;
        padding-top: 12px;
    }
}

@media (min-width:981px) {
    #logo {
        max-width: 28%;
    }
}

@media (min-width:981px) and (max-width:1313px) {
    #logo {
        margin-top: 10px;
    }
}

@media (min-width:1313px) {
    #logo {
        max-width: 50% !important;
        margin-top: 4px;
    }

    .site-title {
        /* margin-top: 4px;*/
        /* margin-top: 12px; */
        margin-top: 19px;
    }
}

@media (min-width:1313px) and (max-width:1688px) {
    .site-title {
        margin-top: 19px;
    }
}

@media (min-width:1689px) {
    .site-title {
        margin-top: 12px;
    }
}

@media (max-width: 1775px) {
    .et_header_style_left #et-top-navigation {
        padding-left: 0 !important;
    }
}

#et_top_search {
    margin-top: 32px;
}

.text-logo {
    display: inline-block;
    line-height: 1.5;
}

@media (max-width:1313px) {
    .text-logo {
        padding-top: 16px;
    }
}

div#et-secondary-menu {
    margin-top: 8px;
}

#top-header,
#top-header a {
    color: #a51417;
}

@media (max-width: 980px) {
    #top-header .container {
        padding: 4px 0;
    }
}

@media (min-width: 980px) {
    #top-header .container {
        padding-top: 0.5em;
        padding-bottom: 0.25em;
    }
}

#top-menu .sub-menu li.current-menu-item>a {
    color: #545454 !important;
}

#et-info button,
.news-button {
    background-color: #a51417 !important;
    padding: 9px 16px;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    border: solid 1px transparent;
}

@media (min-width: 981px) and (max-width: 1500px) {
    div#nav-cta-bar {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 1500px) {
    .et_fullwidth_nav #main-header .container {
        width: 80% !important;
        padding-left: 0;
        padding-right: 0;
    }

    div#nav-cta-bar {
        width: 80%;
        /* padding-left: 32px;
          padding-right: 32px; */
    }
}

/* Type */

body {
    font-family: 'Source Sans Pro';
}

p {
    padding-bottom: 0;
    font-size: 19px;
    line-height: 1.5;
    color: #111827;
}

ul li {
    color: #111827;
}

.page .entry-content p {
    font-size: 19px;
    line-height: 1.5;
}

h1,
h3,
h4,
h5 {
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 0.25em;
    font-weight: bold;
    line-height: 1.5;
}

h1 {
    font-size: 1.875em;
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 3em;
    }
}

h2 {
    margin-bottom: 0.25em;
    font-weight: 600;
}

h2.site-title {
    font-family: 'Libre Baskerville', serif !important;
}

h2#personalized-hernia-repair,
article h2 {
    line-height: 1.4;
}

@media (min-width:1024px) {
    h2:not(.site-title) {
        font-size: 2.5em;
    }

    #personalized-hernia-repair {
        /* font-size: 37px; */
        font-size: 45px;
    }
}

h3.font-sans {
    font-size: 24px;
    font-family: Source Sans Pro;
}

/* h3#related-pages {
    margin-top: 25px;
} */
h3#related-pages {
    margin-top: 12px;
}

/* Lists */
ul.default-list {
    list-style: inherit;
    list-style-position: inside;
}

.entry-content ul li {
    font-size: 19px;
    line-height: 1.5;
}

ul.dr-bio-arrows li a {
    font-weight: 700;
}

.bio-list-wrap {
    width: 75%;
    margin: 0 auto;
}

ul.dr-bio-arrows,
ul.expertise-list,
ul.arrow-right {
    list-style: none !important;
    padding-left: 0 !important;
}

ul.expertise-list.bullets {
    padding-bottom: 0 !important;
}

div#patient-care h2,
#middle-cta-area h2 {
    line-height: inherit;
    margin-bottom: 16px;
}

h2.font-bold.md\:leading-5.has-text-color.has-xxxl-font-size {
    line-height: inherit;
}

.page-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px !important;
    font-family: "Source Sans Pro", sans-serif;
}

.entry-content p,
.entry-content ul li {
    margin-bottom: 1em;
}

.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.bg-transparent {
    background-color: transparent;
}

.border-solid {
    border-style: solid;
}

.border-2 {
    border-width: 2px;
}

a i {
    margin-right: 3px;
}

ul.list-none li {
    list-style: none !important;
}

ul.list-disc {
    list-style: initial;
    list-style-position: inside;
}

.no-underline {
    text-decoration: none !important;
}

.font-sans {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.font-serif {
    font-family: 'Libre Baskerville', serif;
}

.text-wu-red {
    color: #a51417;
}

.wp-block-cover {
    margin-bottom: 32px;
}

.wp-block-cover h2,
.wp-block-cover h3 {
    line-height: initial;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
}

body:not(.home) .wp-block-cover h2,
body:not(.home) .wp-block-cover h3 {
    color: white !important;
}

h4.phone {
    font-weight: 500 !important;
}

h4.phone a {
    color: #a51417 !important;
    text-decoration: underline;
}

.phone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    margin-right: 12px;
}

.phone-alt::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 12px;
    color: #A51418;
}

.arrow-right li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 64px;
    content: "\f061";
}

i.fas.fa-arrow-right.ml-32 {
    margin-left: 32px;
}

/* Colors */
.text-wu-red {
    color: #A51418 !important;
}

.text-wu-blue {
    color: #005F85 !important;
}

.bg-wu-red {
    background-color: #A02025;
}

.bg-wu-blue {
    background-color: #005F85;
}

.bg-wu-green {
    background-color: #789B4A;
}

.has-black-background-color {
    background-color: #333333;
}

.has-black-color {
    color: #333333;
}

.has-red-background-color {
    background-color: #A51418;
}

.has-red-color {
    color: #A51418;
}

.has-blue-background-color {
    background-color: #005F85;
}

.has-blue-color {
    color: #005F85;
}

.has-teal-background-color {
    background-color: #2D837E;
}

.has-teal-color {
    color: #2D837E;
}

.has-green-background-color {
    background-color: #789B4A;
}

.has-green-color {
    color: #789B4A;
}


/* Buttons*/
body.home a.wp-block-button__link,
div#top-header .mobile-only .wp-block-button__link {
    background-color: #a51417;
    font-family: 'Source Sans Pro', sans-serif !important;
    color: white;
    border-radius: 4px !important;
    font-weight: bold;
    font-size: 16px;
    border: solid 1px transparent;
    max-width: 300px !important;
}

/* .mobile-only .wp-block-button__link {
    background-color: white;
    color: rgb(165, 20, 23);
    border: solid;
    margin-top: 2px;

} */
@media (max-width:1024px) {
    .wp-block-button__link {
        font-size: 1em;
    }
}

body.home a.wp-block-button__link:hover {
    color: #a51417;
    background-color: white;
}

.hero .wp-block-button__link,
body.single-post .wp-block-button__link {
    background: #a51417 !important;
    color: white !important;
    border: solid 1px transparent;
}

.news-button {
    min-width: 143px;
}

.hero .wp-block-button__link:hover,
body.single-post .wp-block-button__link:hover,
.news-button:hover {
    color: #a51417 !important;
    background: white !important;
    border: solid 1px #a51417 !important;
}

body.single-post .wp-block-button__link {
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
}

.wp-block-button__link {
    border-radius: 4px;
    transition: all 0.5s ease;
    border: solid 1px transparent;
}

#et-info button:hover,
.wp-block-button__link:hover {
    background: white !important;
    color: #a51417 !important;
    border: solid 1px #a51417 !important;
}

button.min-width-uppercase-bold {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
}

button.bg-wu-red:hover {
    background-color: #C40002;
    transition: all 0.2s ease;
}

#top-left-menu li {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 16px;
}

div#top-nav button.bg-wu-red {
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: bold;
}

.sidebar-buttons button {
    margin-bottom: 1em;
}

.sidebar-buttons {
    margin-top: 25px;
}

.hero-cta-button {
    min-width: 220px;
}

#dr-bio-ctas .wp-block-button__link {
    min-width: 260px;
}

@media (max-width:600px) {
    #dr-bio-ctas .wp-block-button__link {
        margin-bottom: 16px;
    }
}

/* Cards */
.custom-card figure {
    border-radius: 6px;
    background-color: white;
}

.custom-card figure img {
    width: 100%;
}

.custom-card figure figcaption {
    padding: 28px 36px;
}

.custom-card figure figcaption h4 {
    font-size: 17px;
    color: #a51418;
    text-decoration: underline;
}

.custom-card figure figcaption h4:hover {
    color: #a51418bf;
}

@media (min-width:600px) {
    .custom-card figure figcaption {
        min-height: 257px;
    }
}

.custom-card figcaption h4 {
    font-family: 'Source Sans Pro', sans-serif;
}

.custom-card figcaption h6 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* News / Blog */
#main-content .container:before {
    display: none !important;
}

body.single .post,
body.search div#content-area {
    margin-top: 30px;
}

body.single .post ul {
    margin-left: 16px;
}

.blog-post-info {
    font-style: italic;
    color: #A6ADB4;
    margin-bottom: 8px;
}

.blog-post-info i {
    font-size: 16px;
}

.blog-post-info i.far.fa-clock {
    margin-right: 6px;
    margin-top: 4px;
}

.post-img-wrap img {
    border-radius: 6px;
}

article.blog-post {
    display: inline-block;
    clear: both;
    border-bottom: solid 1px #ccc;
    padding-bottom: 32px;
    margin: 0 auto 32px;
    width: 100%;
}

.post-content-wrap h2 {
    margin-bottom: 0;
    line-height: initial;
}

.post-content-wrap p {
    margin-bottom: 16px;
}

.single-post .entry-content h2,
.single-post .entry-content h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.single-post .entry-content h4 {
    font-size: 22px;
}

.post h1.entry-title {
    line-height: 1;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: .01em;
}

.et_pb_post .entry-content {
    padding-top: 0;
}

.post .entry-content h2 {
    line-height: 1.25;
}

#left-area .post-meta {
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic;
}

#left-area .post-meta a {
    text-decoration: none;
    color: #a51417;
}

@media (min-width: 981px) {
    .et_pb_gutter.et_pb_gutters1 #left-area {
        width: 75%;
        margin: 0 auto;
        float: none;
    }
}

@media (min-width: 1024px) {
    div#news-left-area {
        display: none;
    }

    div#news-right-area {
        width: 100%;
    }

    /* temporary */
    div#news-left-area p {
        opacity: 0;
    }

    .post-img-wrap {
        width: 25%;
        float: left;
    }

    .post-content-wrap {
        float: left;
        width: 72%;
        margin-left: 3%;
    }
}

.washu-billboard {
    padding: 2.5rem !important;
    margin-bottom: 2rem;
    background-color: #eee !important;
    text-align: center;
    overflow: auto;
    clear: both;
}

.washu-billboard h2 {
    font-size: 28px;
}

.washu-billboard ul.list {
    text-align: left;
}

.washu-billboard ul.centered {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.washu-billboard ul.list a {
    text-decoration: underline;
    color: #d01c29;
}

.wp-block-washu-billboard h2 {
    margin-bottom: 8px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

body.search h2.entry-title {
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-bottom: 0;
}

body.search .news-button {
    display: block;
    margin-top: 16px;
}

/* Footer */
#main-footer {
    margin-top: 35px;
}

#block-35 ul {
    column-count: 2;
}

.footer-widget .fwidget {
    clear: both;
}

#footer-widgets .footer-widget li,
.footer-widget h6,
.footer-widget p {
    font-size: 16px;
    color: white;
}

#footer-widgets .footer-widget:nth-child(n),
#footer-widgets .footer-widget .fwidget {
    margin-bottom: 0 !important;
}

footer form label {
    opacity: 0;
}

#footer-widgets .footer-widget li:before {
    display: none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0 !important;
    position: relative;
}

@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 0 !important;
    }

    .et_pb_gutters1.et_pb_footer_columns4 .footer-widget {
        width: 24% !important;
    }
}

#block-31,
#block-32 {
    float: none;
}

div#block-12 ul li {
    color: white;
}

#block-11 h3 {
    max-width: 300px;
}

.mc4wp-form-fields .form {
    position: relative;
    display: block;
}

.mc4wp-form-fields .form input[type=email] {
    background-color: transparent;
    padding: 9px 7px;
    border-radius: 2px;
    width: 75%;
    border-right: none !important;
}

.mc4wp-form-fields .form input[type=email]::placeholder {
    color: #ccc;
}

footer input[type="submit"] {
    position: absolute;
    top: 0px;
    color: black;
    padding: 10px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none !important;
    background: white !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    cursor: pointer;
}

@media (min-width: 768px) {
    footer input[type="submit"] {
        width: 100px;
    }
}

/* Wraps */
@media (min-width:768px) {
    .w475 {
        width: 475px;
        margin: 0 auto 16px;
    }
}

@media (min-width: 1024px) {
    .wp-block-columns.xl-width {
        max-width: 1150px;
        margin: 0 auto;
    }

    .wp-block-columns.medium-width {
        max-width: 800px;
        margin: 0 auto;
    }

}

/* Sections */
@media (min-width:768px) {
    #middle-cta-area .wp-block-button {
        min-width: 80%;
    }
}


div#dr-bio-heading-wrap {
    margin: 32px auto 16px;
}

#dr-bio-heading-wrap h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#dr-bio-heading-wrap p {
    margin-bottom: 0;
}

/* @media (max-width:1366px) {
  div#dr-bio-heading-wrap {
    max-width: 768px;
  }
} */
div#dr-bio-ctas {
    margin-bottom: 35px;
}

.treatment-team-card {
    border: solid 2px #a6adb46e;
    padding: 32px;
    text-align: center;
    position: relative;
    border-radius: 2px;
}

h4.treatment-team-name {
    margin: 16px auto 4px;
}

@media (min-width:1024px) {
    h4.treatment-team-name {
        font-size: 24px;
    }
}

.hernia-team-column img {
    margin-bottom: 16px;
    border-radius: 2px;
}

.hernia-team-column h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
}

.hernia-team-column h5 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.hernia-team-column {
    border: solid 1px #eee;
    padding: 16px 32px;
    max-width: 500px;
    /* display: inline-block; */
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
}

p.contact-us-ph.phone-alt {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    body.page-id-14799 h1 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    div#hernia-team-cards {
        padding-bottom: 25px;
    }
}

@media (min-width: 1024px) {
    h1#contact-us {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/* Locations */
ul.location-list {
    list-style: none !important;
    color: black;
}

/* Mobile */
ul#mobile_menu {
    padding-top: 2%;
    border-top: 3px solid #ccc !important;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a {
    color: #fff !important;
}

.et_mobile_menu li a,
.nav li li a {
    font-size: 19px;
    transition: all .2s ease-in-out;
}

.mobile_menu_bar:before {
    color: white;
}

.et-search-form,
#main-header .et_mobile_menu {
    background-color: #a51417;
}

@media (max-width: 600px) {
    div#block-32 p {
        margin-bottom: 4px;
    }

    body.page-id-14865 h1#contact-us {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    ul.dr-bio-arrows {
        display: none !important;
    }

    #patient-care .wp-block-image {
        margin-bottom: 0;
    }

    .wp-container-2.wp-block-column.dr-bio-heading {
        padding-left: 32px;
    }

    .wp-container-2.wp-block-column.dr-bio-heading h1 {
        font-size: 2.5em;
    }

    #hernia-team-cta-block h2,
    h2#washington-university-hernia-surgeons-in-st-louis {
        line-height: 1.5;
    }

    h2#personalized-hernia-repair {
        line-height: 1.5;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 29px !important;
    }

    div#bottom-cta-area h2 {
        line-height: 1.5;
        font-size: 25px;
    }

    div#bottom-cta-area p {
        margin-bottom: 32px;
    }

    div#middle-cta-area {
        padding-bottom: 0 !important;
    }

    .hide-on-sm {
        display: none;
    }

    #bottom-cta-area .wp-block-buttons {
        margin-bottom: 32px;
    }

    a.custom-card figure {
        margin-bottom: 32px;
    }

    h2#treatment-team {
        line-height: 1.5;
    }

    #middle-cta-area .wp-block-buttons {
        margin-bottom: 12px;
    }
}

@media (max-width:768px) {
    h2#find-the-hernia-care-you-need {
        line-height: 1.5;
        max-width: 300px;
        text-align: center;
        margin: 0 auto 16px;
    }
}

@media (max-width: 782px) {
    .treatment-team-card {
        margin-bottom: 16px;
    }
}

@media (max-width:1024px) {
    div#footer-widgets .footer-widget {
        padding-bottom: 16px !important;
    }

    div#bottom-cta-area {
        margin-top: 35px;
    }
}

@media (min-width:1024px) {
    #footer-widgets {
        padding: 35px;
    }

    .treatment-team-wrap {
        margin-top: 115px;
        margin-bottom: 40px;
    }

    .treatment-team-card img {
        position: absolute;
        top: -33px;
        width: 125px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Mobile menu fix */
.mobile-only-logo {
    display: none;
}

@media (max-width: 460px) {
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0;
        padding-top: 8px;
    }

    #main-header {
        background: #fff;
    }

    .mobile-only-logo {
        padding-top: 15px;
        display: inline-block;
        width: 86%;
    }

    header#main-header {
        padding-bottom: 4px;
    }
}

.mobile-only-logo .img-wrap {
    width: 89%;
}

.mobile-only-logo .img-wrap,
.mobile-only-logo .mobile_menu_bar_toggle2 {
    display: inline-block;
}

@media (max-width: 460px) {
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0;
        padding-top: 8px;
    }

    #main-header {
        background: #fff;
    }

    .mobile-only-logo {
        padding-top: 10px;
        display: inline-block;
        width: 86%;
    }

    header#main-header {
        padding-bottom: 4px;
    }
}

/* margin-top on hero cta mobile */
@media (max-width:840px) {
    body.home .hero hr.wp-block-separator.has-text-color.has-background.has-black-background-color.has-black-color.is-style-wide {
        color: white !important;
    }

    .wp-container-2.wp-block-group.alignwide.hero {
        margin-top: 195px;
    }
}

@media (max-width:1190px) {
    body.home p.font-serif.has-black-color.has-text-color {
        line-height: 1.7;
    }
}

@media (max-width:445px) {
    #main-header.container {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .text-logo .site-title {
        font-size: 13px;
        line-height: 1;
    }
}

@media (min-width:446px) and (max-width: 562px) {
    .text-logo .site-title {
        font-size: 18px;
    }
}
@media (min-width:562px) and (max-width: 982px) {
    #main-header h2.site-title {
        line-height: 0.75;
    }
}

@media (min-width:1062px) and (max-width: 1688px) {
    .text-logo .site-title {
        font-size: 25px;
    }
}

#main-header h2.site-title {
    font-weight: 500 !important;
    width: fit-content;
}
@media screen and (min-width:982px) {
    #main-header h2.site-title {
        line-height: 1.5;
    }
}
/* sticky nav menu fix */
.et-fixed-header #top-menu li.current-menu-item>a,
.et-fixed-header #top-menu li.current_page_item>a {
    color: #a51417;
}

/* column fix */
@media (min-width:768px) and (max-width:820px) {
    .wp-block-columns.embedded-columns {
        display: block;
    }

    .embedded-columns .wp-block-column {
        margin-left: 0 !important;
        margin-bottom: 24px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .wp-block-spacer.hide-on-sm {
        display: none;
    }

    h2 {
        line-height: 1.5;
    }

    body.page-id-322 h1#contact-us {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .custom-card figure figcaption h4 {
        font-size: 19px;
    }
}

/* overlay */
.w-overlay {
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.35057773109243695) 35%);
}

@media (min-width:768px) {
    .mobile-only {
        display: none;
    }
}

ul.location-list a {
    text-decoration: underline;
}

/* p.match-col {
    min-height: 171px;
} */
.contact-us-copy p.match-height {
    text-align: center;
}

/*
@media (min-width:769px) and (max-width:1400px) {
  .contact-us-copy .wp-block-columns {
    display: block !important;
  }
}
*/
@media (min-width:1400px) and (max-width: 1578px) {
    .contact-us-copy h3 {
        max-width: 210px;
        margin: 0 auto 8px;
        min-height: 76px;
    }
}

/* For Patients */
#patient-care.for-patients figure {
    margin-left: 0 !important;
}

#patient-care.for-patients figure img {
    border-radius: 7px;
}
.for-patients-row {
    margin-bottom: 16px;
}