/*
Theme Name: MVP Theme 6
Theme URI: https://missionvetpartners.com/
Version: 2.0
Description: MVP Theme 6
Author: The WebFX Team
Author URI: https://webfx.com/
template: bb-theme
*/

/************************************************************
 * IMPORTANT!!!
 * Do not change anything in this file.  It is a global stylesheet that affects every site on the network that uses this theme.
 * If you need to make a CSS change, go to Appearance > Customize > Additional CSS and add your changes there.
 ***********************************************************/

/************************************************************
 * GENERAL
 ***********************************************************/

body {
	font-size: 17px;
	line-height: 1.5;
}

.fl-row-fixed-width.fl-row-content {
    max-width: 1200px;
}

.gfield p:empty,
.gfield br {
	display: none
}

.card p:empty {
	display: none;
}

.staff-card,
.staff-card .card-img-top {
	border: none;
	border-radius: 0;
}

.staff-card.layout-horizontal {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    align-items: flex-start;
}

.staff-card.layout-horizontal img {
    width: 200px;
}

.staff-card.layout-horizontal {
    padding-bottom: 20px;
}

.staff-card figure {
	position: relative;
	flex-shrink: 0;
}

.staff-card figure::after {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
	opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.staff-card:hover figure::after {
	opacity: 1;
	-webkit-transform: scale(1);
    transform: scale(1);
}

.staff-card figure::before {
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}

.staff-card:hover figure::before {
	opacity: 1;
}

.staff-card.images-rounded-circle figure::before,
.staff-card.images-rounded-circle figure::after {
	border-radius: 100%;
}

.single-staff .single-page-banner>.fl-row-content-wrap {
    background-size: contain;
    background-position: 75% center;
}

@media (max-width:767px) {
	.fl-node-61e84e053f8a5 > .fl-col-content {
		background: none !important;
	}

	.fl-node-61e85347180f2 > .fl-col-content {
		background-color: rgb(255 255 255 / 75%) !important;
	}

	.fl-node-61e996d011418 .uabb-infobox {
		background: rgb(0 86 137 / 75%) !important;
	}
	
	.fl-col.fl-node-61f96a39321a9.fl-col-small {
		position: absolute;
		bottom: -60px;
		max-width: 80%;
	}
	
	.single-staff .single-page-banner>.fl-row-content-wrap {
		background-size: 240px auto;
		background-position: center bottom;
		padding-bottom: 300px;
		padding-top: 0;
	}
	
	.single-staff .single-page-banner .fl-col.fl-node-61f96a39321a9.fl-col-small {
		position: relative;
		bottom: auto;
		max-width: 100%;
	}
	
	.single-staff .single-page-banner .fl-col:first-child > .fl-col-content {
		transform: none;
	}
}

body .pum .pum-container {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

/************************************************************
 * HEADER & FOOTER
 ***********************************************************/

.uabb-creative-menu-mobile-toggle:focus {
    outline: none !important;
}

#t6_hnav .t6_phone_hnav .menu-item-text{font-size:16px;}
#t6_hnav .t6_phone_hnav .menu-item-text i{margin-right:5px;font-size:14px}
#t6_hnav .t6_last_hnav a, .headerBtn a{font-size:16px;color:#fff;background-color:#00a9d8;text-transform:uppercase}
#t6_hnav .t6_last_hnav a .menu-item-text, .headerBtn a .menu-item-text{color:#fff}
#t6_hnav .t6_last_hnav a:focus,
#t6_hnav .t6_last_hnav a:hover,
.headerBtn a:focus,
.headerBtn a:hover {color:#fff;background-color:#005689}

.bbn_information * {
    color: #fff !important;
}

.fl-page {
	padding-top: 111px;
}

.no-header-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.no-header-logo img {
	max-height: 140px;
	width: auto;
}

@media (max-width:767px) {
	.no-header-logo {
		position: relative;
		transform: none;
		left: auto;
		text-align: center;
		padding-top: 15px;
	}

	.no-header-logo img {
		max-width: 70%;
		height: auto;
	}
}

.fl-builder-content-436 {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
}

.admin-bar .fl-builder-content-436 {
    top: 32px;
}

.fl-builder-content-436 .header-logo img,
.fl-builder-content-436 .fl-row-content-wrap {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (min-width:768px) {
	.scrolled .fl-builder-content-436 .fl-row-content-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width:767px) {
	.fl-page {
		padding-top: 0 !important;
	}

	.fl-builder-content-436 {
		position: static;
	}
}

.site-hours {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}

.hours-day {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #b2ccdb;
}

.hours-day:last-child {
	border-bottom: none;
}

.hours-day p {
	margin: 5px 0;
	padding: 0 !important;
}

.footer-social a {
	margin: 5px;
	border-radius: 100%;
	width: 33px;
	height: 33px;
	font-size: 20px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer-social a:hover {
	color: #007fa7 !important;
	text-decoration: none;
}

#footer .hours-day {
	border-bottom-color: #546c80;
}

#footer .sub-menu {
	display: none !important;
	opacity: 0 !important;
}

.footer-buttons .btn {
	margin-bottom: 10px;
}

.footer-buttons .btn + .btn {
    margin-left: 10px;
}

.btn {
    border-radius: 0 !important;
	text-transform: uppercase;
}

@media (max-width:767px) {
	.footer-buttons,
	.footer-social {
		text-align: center;
	}
}

/************************************************************
 * HOME
 ***********************************************************/

.fl-page-content .fl-builder-content {
    display: flex;
    flex-direction: column;
}

.fl-page-content .fl-builder-content .fl-row {
    width: 100%;
}

.page-row--banner .fl-row-content-wrap {
	background-size: cover !important;
}

@media (min-width:768px) {
	.page-row--process.fl-node-61e9a5b054983 > .fl-row-content-wrap {
		background-position-x: left !important;
		background-size: 50% auto !important;
	}
	div[class*="page-row--"] h2 {
		font-size: 60px;
	}
}

@media (max-width:767px) {
	.page-row--process.fl-node-61e9a5b054983 > .fl-row-content-wrap {
		background-size: 100% 50%;
		background-position: center top !important;
	}
}

.page-row--icon_group h5 {
	font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 22px;
	color: #012a59;
}

.icon-card {
	margin-bottom: 2em;
}

.icon-card > svg,
.sidebar-icon > svg {
	-ms-flex-item-align: center!important;
    align-self: center!important;
	border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 64px;
    height: 64px;
    width: 64px;
    text-align: center;
    box-sizing: border-box;
	border: 1px solid #012a59;
	padding: 10px;
	margin-right: 1em;
	box-shadow: 0 0 0 0 #00a9d8;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width:767px) {
	.icon-card {
		background: transparent !important;
	}

	.icon-card > svg,
	.sidebar-icon svg {
		line-height: 48px;
		height: 48px;
		width: 48px;
		margin-right: 0.5em;
	}

	.page-row--banner .row {
		margin-left: -7px;
		margin-right: -7px;
	}

	.page-row--banner .row .col-6 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.page-row--banner .uabb-infobox-text.uabb-text-editor {
		text-align: center;
		margin-top: 0.5em;
	}

	 .single-page-banner > .fl-row-content-wrap {
		padding: 0;
		padding-bottom: 200px;
		background-size: auto 210px;
		background-position: bottom;
	}
}

.icon-card h3 {
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 16px;
	color: #012a59;
	border-bottom: 2px solid transparent;
	width: fit-content;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.icon-card h3 a {
	color: inherit;
}

.icon-card:hover > svg,
.sidebar-icon:hover > svg {
	border-color: #00a9d8;
	box-shadow: 0 0 0 1px #00a9d8;
}

.icon-card:hover > svg *,
.sidebar-icon:hover > svg * {
	fill: #00a9d8 !important;
}

.icon-card:hover h3 {
	color: #00a9d8;
	border-bottom-color: #00a9d8;
}

.t6_move_front {
    position: relative;
    z-index: 5;
}

.page-row--process .fl-node-61e9aa3aea69d > .fl-module-content {
	margin-right: 0;
	max-width: 320px;
}

.page-row--reviews .uabb-blog-posts.slick-slider {
	position: relative;
}

.page-row--reviews .uabb-blog-posts.slick-slider::before {
	content: '';
	position: absolute;
	width: 56px;
	height: 42px;
	background: url('img/reviews-quote.png') no-repeat center center;
	z-index: 1;
	top: 40px;
	left: 25px;
}

.page-row--reviews .review-title {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
    font-size: 16px;
}

.page-row--reviews .uabb-blog-posts .slick-list {
	background: #ffffff;
}

.page-row--reviews .slick-list.draggable,
.page-row--reviews .uabb-blog-posts-shadow,
.page-row--reviews .uabb-blog-post-inner-wrap,
.page-row--reviews .uabb-blog-post-content{
    height: 100% !important;
}

.page-row--reviews .uabb-blog-posts .slick-slide img,
.page-row--reviews .uabb-blog-posts.slick-initialized .slick-slide {
	display: flex;
}

.page-row--reviews .uabb-blog-posts ul.slick-dots {
	padding: 0;
	text-align: right;
	margin-top: -50px;
	padding-right: 35px;
}

.t6_schedule_list .uabb-price-list-item{
    border-bottom:2px solid #b2ccdb;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}
.t6_schedule_list .uabb-price-list-item:last-child{
    margin-bottom: 0;
    border-bottom:0;
}
.t6_our_service_card .uabb-image .uabb-photo-img{
    width:100%;
}
.t6_our_service_card .uabb-module-content.uabb-creative-button-wrap a{
    min-width:70%;
    max-width:90%;
}
.t6_our_service_card .uabb-module-content.uabb-creative-button-wrap a .uabb-button-text{
   border-bottom:2px solid transparent;
   display: inline-block;
   padding: 5px 0;
}
.t6_our_service_card .uabb-module-content.uabb-creative-button-wrap a:hover .uabb-button-text,
.t6_our_service_card .uabb-module-content.uabb-creative-button-wrap a:focus .uabb-button-text{
   border-bottom:2px solid;
}


.t6_whats_next_list .uabb-info-list-content-wrapper{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
}

.t6_testi_slider{
    background-color:#ffffff;
    padding:20px 20px 20px 10px;
}
.t6_testi_slider .bx-wrapper{
    margin:0;
}
.t6_testi_slider .uabb-imgicon-wrap{
   margin-bottom:20px;
}
.t6_testi_slider .uabb-testimonial-author-designation{
    display: none;
}
.t6_testi_slider .bx-wrapper .bx-pager{
    bottom:0;
    right:0;
    text-align: right;
}

@media (max-width:540px){
    .t6_list_icon .uabb-info-list-wrapper .uabb-info-list-item{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/************************************************************
 * PAGES
 ***********************************************************/

.page-template-tpl-no-header-footer .fl-page,
.page-template-tpl-full-width-no-header-footer .fl-page,
.page-template-tpl-landing-page-no-header-footer .fl-page {
	padding-top: 111px;
}

.page-template-tpl-full-width #page-content,
.page-template-tpl-full-width-no-header-footer #page-content,
.page-template-tpl-landing-page-no-header-footer #page-content {
	width: 100%;
}

.page-template-tpl-full-width #page-content > .fl-col-content,
.page-template-tpl-full-width-no-header-footer #page-content > .fl-col-content,
.page-template-tpl-landing-page-no-header-footer #page-content > .fl-col-content {
	margin-right: 0;
}

.page-template-tpl-no-header-footer .page-row--services > .fl-row-content-wrap,
.page-template-tpl-full-width-no-header-footer .page-row--services > .fl-row-content-wrap,
.page-template-tpl-landing-page-no-header-footer .page-row--services > .fl-row-content-wrap {
	background: #ffffff !important
}

#page-content .wp-block-button .wp-block-button__link {
	color: #ffffff;
}

.service-block {
    position: relative;
	padding: 25px 25px 0;
}

.service-block img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
    z-index: 1;
    position: relative;
	width: 100%;
}

.service-caption {
	background: #ffffff;
	width: 70%;
	padding: 20px;
	margin: 0 auto;
	z-index: 3;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transform: translateY(-50%);
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.service-title {
	font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
	margin: 0;
}

.service-title a {
	border-radius: 0;
	color: #1a0f0d !important;
}

.service-title a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 2;
}

.service-block > a {
    position: relative;
    display: block;
}

.service-block > a::before {
	content: '';
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 2;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.service-block:hover > a::before {
    background: rgba(0,0,0,0.5);
}

.service-block:hover .service-caption {
    width: 85%;
    transform: translateY(-130%);
    background: transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.service-block:hover .service-title a {
	color: #ffffff !important;
}

.ui-datepicker-trigger {
    display: none !important;
}

.sidebar-icon {
	padding: 30px 30px 0;
	color: #012a59;
	text-transform: uppercase;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-icon:last-child {
	padding-bottom: 30px;
}

.sidebar-icon p {
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 16px;
	color: #012a59;
	border-bottom: 2px solid transparent;
	width: fit-content;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


.sidebar-icon > svg {
	flex-shrink: 0;
}

.sidebar-icon > svg * {
	fill: #012a59;
}

.sidebar-icon:hover,
.sidebar-icon:hover p {
	color: #00a9d8;
}

.sidebar-icon:hover p {
	border-bottom-color: #00a9d8;
}

.single-service-list {
    padding: 25px;
    background: #f7f6eb;
    margin-top: 25px;
}

@media (min-width:992px) {
    .single-service-list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}


@media (max-width:991px) and (min-width:768px) {
	.sidebar-icon {
		flex-direction: column;
		text-align: center;
	}

	.sidebar-icon > svg {
		margin-right: 0;
	}
}

#footer > .fl-row-content-wrap {padding-bottom: 3rem;}

.icon-card > svg, .sidebar-icon > svg {
	overflow: visible;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
	width: 100%!important;
}

@media (min-width: 600px) {
	.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
		width: auto!important;
	}
}

.uabb-creative-menu-mobile-toggle {
    color: #191919!important;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0!important;
}

.page-template-tpl-landing-page-no-header-footer img[alt="promo"] {
    width: 100%!important;
}
@media(min-width:768px){
    .grecaptcha-badge[data-style="bottomright"]{
        bottom:78px !important;
    }
}

/**** Urgent Care Landing Page ******/

/* common style starts */
.landing-page-urgentcare .urgentcare-title h1{
    font-size: 48px;
}
.landing-page-urgentcare .urgentcare-address{
    margin-left: 20px;
    margin-right: 20px;
}
.landing-page-urgentcare .urgentcare-address p:last-child{
    margin-bottom: 0;
}
.landing-page-urgentcare .urgentcare-cases .fl-module-content{
    margin-left: 20px;
    margin-right: 20px;
}
.landing-page-urgentcare .urgentcare-address .fl-module-content{
    margin-left: 0px;
    margin-right: 0px;
}
.urgentcare-faq .card{
    margin-bottom: 20px;
}
.urgentcare-faq  .card .card-header{
    padding: 0;
    background: transparent;
}
.urgentcare-faq  .card .card-header button{
    width: 100%;
    padding: 12px 30px 12px 12px;
    position: relative;
    text-align: left;
}
.urgentcare-faq  .card .card-header button:after{
    content: "\f068";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.urgentcare-faq  .card .card-header .btn[aria-expanded="true"]::after{
    content: "\f068";
}
.urgentcare-faq  .card .card-header button:focus{
    outline: none;
    box-shadow: none;
}
.urgentcare-faq  .card .card-header button br{
    display: none;
}
.urgentcare-faq  .card .card-header button.collapsed:after{
    content: "\f067";
}
.urgentcare-cases-mobile .mobile-single-service-list .card{
    background: transparent;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header{
    padding: 0;
    border: 0;
    background: transparent;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button{
    width: 100%;
    padding: 12px 30px 12px 12px;
    position: relative;
    text-align: left;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button:after{
    content: "\f068";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button.collapsed:after{
    content: "\f067";
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button:focus{
    outline: none;
    border: 0;
    box-shadow: none;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button br{
    display: none;
}
@media(max-width:767px){
   body .no-header-logo{
        top: 0;
    }
}
@media(min-width:768px){
    .grecaptcha-badge[data-style="bottomright"]{
        bottom:78px !important;
    }
}
/* common style ends */

body #onetrust-banner-sdk.otFlat{
    z-index:2147483648;
}