@charset "utf-8";
/* CSS Document */
@media screen {
  #my-header, #header-logo, #header-nav {
    transition-duration: .25s;
    transition-property: all;
  }
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
  }
  .alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
  }
  .aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
    max-width: 100% !important;
    height: auto;
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .flex-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  .flex-outer > * {
    width: max-content;
    align-self: center;
  }
  /* BLOG LAYOUT */
  .blog-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .blog-content-container {
    flex-basis: 75%;
  }
  .blog-right-container {
    flex-basis: 20%;
  }
  .woocommerce .entry, .woocommerce-cart .entry {
    margin-top: 2em;
  }
  .woocommerce ul.products li.product > .woocommerce-loop-product__link {
    background-color: #FFF;
    display: block !important;
    position: relative !important;
    line-height: 0px !important;
  }
  .woocommerce ul.products li.product > .woocommerce-loop-product__link:after {
    padding-top: 100% !important;
    position: relative !important;
    display: block !important;
    content: '' !important;
  }
  .woocommerce ul.products li.product a img {
    position: absolute !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    border: none !important;
  }
  .woocommerce ul.products li.product > a .button {
    display: none !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    position: absolute !important;
    bottom: 0px !important;
    background-color: rgba(0, 0, 0, 0.78) !important;
    color: #FFF !important;
    text-align: center !important;
    line-height: 1.3rem;
  }
  .woocommerce-product-gallery__image img {
    max-height: calc(100vh - 220px);
    width: auto !important;
    margin-bottom: 5px;
  }
  .woocommerce-product-gallery__wrapper a {
    display: flex !important;
    justify-content: center !important;
  }
  .woocommerce div.product .product_title {
    background-color: transparent !important;
    color: #606862;
    text-align: left !important;
  }
  .posted_in, .tagged_as {
    display: block;
    margin-bottom: 10px;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 25% !important;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 70% !important;
  }
  .woocommerce ul.products li.product a img {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin: 0px !important;
  }
  #footer-logo {
    width: 300px;
    height: auto;
  }
  #footer-content > div:nth-child(1), #footer-content > div:nth-child(2), #footer-content > div:nth-child(3) {
    width: 30%
  }
  #footer-street-address {
    display: flex;
    justify-content: center;
  }
  #partial-footer-bg {
    display: flex;
 
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  #footer-phone-number {
    justify-content: flex-end;
    display: flex;
  }
  #footer-phone-number > * {
    white-space: nowrap;
    width: min-content;
  }
  #footer-phone-number a {
    display: flex;
    line-height: 1.5;
  }
  #footer-phone-number a > * {
    align-self: center;
  }
  #returns {
    margin-right: 40px;
  }
  .sbsbox {
    display: flex;
    font-size: 1vw;
    line-height: 1.5;
  }
  .sbsbox > * {
    padding: 6vw;
    width: 50%;
    flex-direction: column;
  }
  .sbsbox > .lesspadding {
    padding: 2vw;
  }
  .sbsbox h2 {
    font-size: 2vw;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sbsbox > div > * {
    opacity: 0;
    transition: margin-left 2s, margin-right 2s, opacity 2s;
  }
  .sbsbox > div:nth-child(odd) > * {
    margin-right: 10vw;
  }
  .sbsbox > div:nth-child(odd).intersected > * {
    opacity: 1;
    margin-right: 0vh;
  }
  .sbsbox > div:nth-child(even) > * {
    margin-left: 10vw;
    transition-delay: .5s;
  }
  .sbsbox > div:nth-child(even).intersected > * {
    opacity: 1;
    margin-left: 0vh;
  }
  .sbsbox ul, .entry ul {
    list-style: none;
    margin-left: 2vw;
    position: relative;
    padding-left: 2vw;
  }
  .sbsbox li, .entry li {
    list-style: none;
  
    margin-bottom: 2vw;
 
  }
  .sbsbox li h3, .entry li h3 {
    display: inline;
    font-weight: 500;
  }
  .sbsbox li:before, .entry li:before {
    background: url(../../../uploads/red_bullet.svg);
    color: #44854e;
    content: '';
    display: inline-block;
    margin-top: .1vw;
    height: 2vw;
    width: 2vw;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -3vw;
    position: absolute;
  }
  .entry h2, .entry h3 {
    clear: both;
    padding-top: 1em;
  }
  .h1holder h1 {
    font-size: calc(4vw + 2vh);
  }
  .flex65 {
    width: 60%;
    align-self: stretch;
  }
  .my-google-map {
    height: 30%;

    min-height: 300px;
  }
  .outeryoutubewrap {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .easygrid {
    text-align: center;
    align-self: center;
  }
  .easygrid > img, .easygrid a > img {
    width: 100%;
  }
  .flexbasis5 {
    flex-basis: 5%;
  }
  .flexbasis10 {
    flex-basis: 10%;
  }
  .flexbasis15 {
    flex-basis: 15%;
  }
  .flexbasis20 {
    flex-basis: 20%;
  }
  .flexbasis25 {
    flex-basis: 25%;
  }
  .flexbasis30 {
    flex-basis: 30%;
  }
  .flexbasis35 {
    flex-basis: 35%;
  }
  .flexbasis40 {
    flex-basis: 40%;
  }
  .flexbasis45 {
    flex-basis: 45%;
  }
  .flexbasis50 {
    flex-basis: 50%;
  }
  .flexbasis55 {
    flex-basis: 55%;
  }
  .flexbasis60 {
    flex-basis: 60%;
  }
  .flexbasis65 {
    flex-basis: 65%;
  }
  .flexbasis70 {
    flex-basis: 70%;
  }
  .flexbasis75 {
    flex-basis: 75%;
  }
  .flexbasis80 {
    flex-basis: 80%;
  }
  .flexbasis85 {
    flex-basis: 85%;
  }
  .flexbasis90 {
    flex-basis: 90%;
  }
  .flexbasis95 {
    flex-basis: 95%;
  }
  .flexbasis100 {
    flex-basis: 100%;
  }
  .easygrid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
  }
  footer .icon-phone-squared, footer .icon-location, footer .icon-mail-alt {
    font-size: 1.5vw;
    margin: 0px !important;
    padding: 0px !important;
    margin-right: .5vw !important;
  }
  footer .icon-location {
    font-size: 2vw;
  }
  footer .icon-mail-alt {
    font-size: 1.25vw;
  }
  .flexlist {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .flexlist > * {
    align-self: center;
  }
  .flexlist li, .flexlist ul {
    width: max-content;
  }
  .flexlist {
    font-size: .8vw;
  }
    /* Use thge class below in conjuction with flexlist if I want the list to be auto centered and take up minimal width rather than taking up 100% width */
  .maxcontentandcenter {
    width: max-content;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .maxcontentandcenter > * {
    margin-right: 1em;
  }
  .maxcontentandcenter > *:last-child {
    margin-right: 0px;
  }
  .mypx {
    background-size: 100% auto;
  }
  .mypx {
    background-position: 50% 100%;
  }
  .intersected.mypx {
    background-position: 50% 50%;
  }
  .mypxheightdesktop10vh {
    min-height: 10vh;
  }
  .mypxheightdesktop20vh {
    min-height: 20vh;
  }
  .mypxheightdesktop25vh {
    min-height: 25vh;
  }
  .mypxheightdesktop30vh {
    min-height: 30vh;
  }
  .mypxheightdesktop35vh {
    min-height: 35vh;
  }
  .mypxheightdesktop40vh {
    min-height: 40vh;
  }
  .mypxheightdesktop45vh {
    min-height: 45vh;
  }
  .mypxheightdesktop50vh {
    min-height: 50vh;
  }
  .mypxheightdesktop55vh {
    min-height: 55vh;
  }
  .mypxheightdesktop60vh {
    min-height: 60vh;
  }
  .mypxheightdesktop65vh {
    min-height: 65vh;
  }
  .mypxheightdesktop70vh {
    min-height: 70vh;
  }
  .mypxheightdesktop75vh {
    min-height: 75vh;
  }
  .mypxheightdesktop100vh {
    min-height: 100vh;
  }


.blogthumbtitle {
    font-size: 2vw;
    width: 100%;
    text-align: center;
}

.blogthumbwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4vw;
    row-gap: 3vw;
}

.blogthumbwrapper > a {
    width: 20vw;
    display: block;
    position: relative;
    padding-bottom: 10vw;
    transition: transform .3s, box-shadow .3s;
}

.blogthumbwrapper > a:hover {
    transform: scale(1.1);
    box-shadow: 1vw 1vw 1vw .5vw rgba(0, 0, 0, 0.2);
}

.wppage-6 .entry .sbsbox:nth-child(1) > div:nth-child(2),.wppage-2098 .entry .sbsbox:nth-child(1) > div:nth-child(2) {
    padding: 0px !important;
}

.wppage-6 .entry .sbsbox:nth-child(1) > div:nth-child(2) img,.wppage-2098 .entry .sbsbox:nth-child(1) > div:nth-child(2) img  {
    margin: 0px !important;
    height: auto !important; /* Overrides any inline height (e.g., height="300") */
    width: auto !important;  /* Overrides any inline width (e.g., width="400") */
    object-fit: contain;     /* Applies your desired fitting behavior */
    max-height: 100%;        /* Ensures it fits within a parent container's height */
    display: block;          /* Good practice for responsive images */
    margin-left: -2px !important; /* cover the slightest gap created by resizing */
}

.wppage-6 .entry .sbsbox:nth-child(1) > div:nth-child(2) .sbsboxinner,.wppage-2098 .entry .sbsbox:nth-child(1) > div:nth-child(2) .sbsboxinner {
    margin-left: 0px !important;
    opacity: 1 !important;
    height: 100%;
}

.sbsbox-blocker-right {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    object-fit: contain;
    background-size: auto 100%;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    .wppage-6 .entry .sbsbox:nth-child(2) > div:nth-child(1) {
    padding: 0px !important;
}

.wppage-6 .entry .sbsbox:nth-child(2) > div:nth-child(1) img {
    margin: 0px !important;
    height: auto !important; /* Overrides any inline height (e.g., height="300") */
    width: auto !important;  /* Overrides any inline width (e.g., width="400") */
    object-fit: contain;     /* Applies your desired fitting behavior */
    max-height: 100%;        /* Ensures it fits within a parent container's height */
    display: block;          /* Good practice for responsive images */
    margin-left: -2px !important; /* cover the slightest gap created by resizing */
}

.wppage-6 .entry .sbsbox:nth-child(2) > div:nth-child(1) .sbsboxinner {
    margin-right: 0px !important;
    opacity: 1 !important;
    height: 100%;
}

.sbsbox-blocker-left {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: contain;
    background-size: auto 100%;
}
    
    
    footer{border-top:solid;border-color:#FFF;}
    
    
    #insurance-carriers{position:relative;margin-left:auto;margin-right:auto; width:100%;
        display:flex;flex-wrap:wrap; justify-content: space-between;column-gap: 5vw;row-gap:2vw;padding-top:2vw;padding-bottom:2vw;}
    
    #insurance-carriers img{width:20%;height:auto;align-self:center;}
    
    .my-map-location{border-radius:20px;padding:2em;margin-top:3em;margin-bottom:3em;}
    
    .my-map-location h2{font-size:1.5em;padding-left:1em;padding-right:1em;margin:0px !important;}
    .my-map-titleblock{display:flex;justify-content: space-between;}
    .my-map-titleblock div{background-color:#FFF; color:#2c528c;padding:1em;border-radius:5px;}
    
    .wppage-12 .flex-outer > div{align-self:flex-start;}
    .wppage-12 .flex-outer img{max-width:100% !important; display:block;}
    .mycontactdetails{clear:both;}
    .flex30{width:30%;}
        #types-of-anesthesia{display:flex;flex-wrap:wrap;width:100%;margin-top:2em;}
    #types-of-anesthesia img {
  width: 15%; border-radius:5%;
         margin-bottom:2em;
}
#types-of-anesthesia div {
  width: 80%;
    padding-left: 5%;
   font-size: 1.2em;
        line-height: 2;
}
    /* Responsive adjustment s */
    @media (min-width: 768px) {
        .staff-member {
            width: calc(50% - 20px); /* Two columns on medium screens */
        }
    }

    @media (min-width: 1024px) {
        .staff-member {
            width: calc(33.333% - 20px); /* Three columns on larger screens */
        }
    }
    
    
    
    
    
}