.header-z-index{
    z-index: 199 !important;
}

p.component__subtitle.banner__subtitle.animated::after {
    content: "As pet owners, we want our pets to live happy and comfortable lives. One of the best ways you can accomplish both goals is by finding a veterinarian who can provide them with excellent pet care. If you’re ready to give your pet the quality health services they deserve, Oceanside Animal Clinic is the place for you!";
}

.center-title-caption-desktop .blade__links {
    justify-content: center !important;
}

.center-title-caption-desktop .blade__description.component__p {
    display: block !important;
    text-align: center;
}

.gallery-overlapped img.gallery-item--image.scale {
    aspect-ratio: 1 !important;
}


/* ==== banner text placemetn=======*/
/*
@media(min-width:991px) {
.videobanner-a .item__txtBtn {
    max-width: 40%;
    text-align: right;
    margin-right: -45%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius:20px;
}
}
*/
/* .videobanner-a__title {
    font-family: "marcellus", Serif, times;
} */


/*===flexwrap==== */

.flexwrap {
    display:flex;
}
.flex1 {
    flex:48%;
}
@media(max-width: 768px){
    .flexwrap {
        flex-direction:column!important;
    }
}


/* .heading_2, h2, .heading_1, h1, heading_3, h3, heading_4, h4, h2.map__title .component__title {
    font-family: "marcellus", serif, times!important;
} */

/* promotions */

.flex_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_1 {
flex: 1;
padding: 10px;
    height: 370px !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.flex_1.greybox {
    background: #F2F5F7;
}

    .greybox * {
margin: 20px;
    }





@media (max-width: 800px){
.flex_wrap {
flex-direction: column;
        display: block;
    }

    .flex_1 {
                height: unset !important;
    }

}


/* end of promotions */

@media (min-width: 992px) {
    .videobanner-a__subtitle {
        line-height: 1.6rem;
    }
}

@media(max-width:768px) {
.videobanner-a__subtitle {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
}
/*======featured block format ----------*/
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
border-top:5px solid white;
    margin: 3px!important;
}

/*=====background gradient behind fb -----*/

@media (min-width: 992px) {
.section__bg--light-2::before  {
        background-image: linear-gradient(transparent, rgba(62,155,167,0.5));
    }
}


/*====top banner new patients =====*/
.topnewpatient .component_subtitle{
    margin-top: 0;
    margin-bottom: -25px;
}
.highlightbox {
    padding: 10px 20px;
    background-color: #0B6E89;
    color:white!important;
    border: 2px solid gray;
}

/*** locations header ***/

@media(min-width: 992px) {
    #id_ae2cc618-5750-5183-a23d-a8e7dee16540 .locations-a .list .location__item {
	    flex-direction: row;
    }

    #id_ae2cc618-5750-5183-a23d-a8e7dee16540 .locations-a .list .location__address-wrapper {
        width:100%;
    }

    #id_ae2cc618-5750-5183-a23d-a8e7dee16540 .locations-a .list .location__address-wrapper, .locations-a .list .location__phone-wrapper {
        margin: 4px 0 0;
    }
}

.locations-a .list .location__list-icons .location__item:first-child {
    margin-top: 5px;
}

/*====navigation font size ---------*/
@media (min-width: 768px) {
    .navigation-a .navigation__item--link {
        font-size: 1rem;
    }
}

/* quality services section = remove overlap ======*/
@media (min-width: 992px) {
    .section.gallery-overlapped>.section--inner>.row .col-lg-6:last-child {
        flex: 0 0 0;
        transform:unset;
    }
}

@media (min-width: 992px) {
    .section.gallery-overlapped>.section--inner>.row .col-lg-6:last-child {
        transform: unset;
        max-width: 50%;
        top: 0;
        flex: 0 0 0%;
    }
}

@media (min-width: 992px) {
    .videobanner-a__subtitle {
        font-size: 1.5rem;
    }
}
@media(max-width:768px){
.component__title {
    text-align: center;
}
.component_eyebrow_default, .component__eyebrow {
    text-align: center;
}

.blade-a .blade__description p{
    text-align: center;
}
}





.fb_home1 a.featuredblock-image-title-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}


.fb_home1 span.featuredblock__icon, .fb_home1 span.featuredblock__title {
    margin-bottom: 0px !important;
}


a.cta__button {
    border-radius: 5px;
}


.fb_home1 .featuredblock__wrap {
    border-radius: 10px;
}
/* 
.featuredblocks-grid-b .featuredblocks .featuredblock__wrap:hover .featuredblock-image-title-wrapper {
    opacity: 0;
    z-index: 9;
} */

.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image span, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image::after {
    background-color: #000000;
}

.section.fb-grid-b-round-corners .featuredblocks-grid-b .featuredblocks .featuredblock__wrap {
    border-radius: 0px;
}

.bg_fixed {
    background-attachment: fixed;
}

a.cta__button.component__button--2 {
    color: #fff !important;
}


.bladecta  .blade-a .blade__links {
    justify-content: center !important;
}


.map__container.row {
    display: none;
}


.sidebarnav a {
    width: 300px !important;
    max-width: 300px !important;
    margin: 0px;
    border: 1px solid;
    padding: 10px;
    display: inline-block;
}

.sidebarnav a:hover {
    text-decoration: none;
    background: #EBFAFE;
    padding-left: 13px;
    border-left: 3px solid #213770;
}

.sidebarnav p {
    margin: 0px;
}

.headerbanner  {
    background: rgba(0, 0, 0, 0.2);
}

.anchor1 {
    margin-top: -160px;
    position: absolute;
}


.videobanner-a .item__content--container {
    justify-content: flex-end;
}

@media (max-width:767px) {
.ple-column--stack.ple-module-container.editable_footer_text__container--inner.editable__container--inner {
    line-break: anywhere;
}
}