/*
Theme Name: MVP Theme 5
Theme URI: https://missionvetpartners.com/
Version: 2.0
Description: MVP Theme 5
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;
}

.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;
}

/* Shine */
.staff-card figure {
	position: relative;
	overflow: hidden;
}
.staff-card figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.staff-card:hover figure::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.gform_wrapper.gravity-theme .ginput_complex > p {
    flex: 1 0 auto;
}

body .pum .pum-container {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

/************************************************************
 * HEADER & FOOTER
 ***********************************************************/

.bbn_information * {
    color: #fff !important;
}

.fl-page {
	padding-top: 127px;
}

.header-row > div {
	position: relative;
}

.header-row > div::after {
	content: '';
	position: absolute;
	width: 25%;
	min-width: 260px;
	background: inherit;
	top: calc(100% - 1px);
	height: 60px;
	left: 0;
	z-index: 10;
	-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;
	-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

@media (max-width:575px) {
	.header-row > div::after {
		content: none;
	}
}

.scrolled .header-row > div::after {
	width: 20%;
	height: 40px;
}

@media (min-width:768px) {
	.header-logo img {
		transform: scale(1.1) translateY(25%);
	}
}

#footer .fl-photo-img {
	filter: brightness(0) invert(1);
}

#header-buttons .uabb-imgicon-wrap .uabb-icon,
#footer-buttons .uabb-imgicon-wrap .uabb-icon {
	background: #ffffff;
	padding: 8px;
	border-radius: 100%;
}

#header-buttons .uabb-dual-button .uabb-btn-one .uabb-imgicon-wrap .uabb-icon i,
#header-buttons .uabb-dual-button  .uabb-btn-two .uabb-imgicon-wrap .uabb-icon i,
#footer-buttons .uabb-dual-button .uabb-btn-one .uabb-imgicon-wrap .uabb-icon i,
#footer-buttons .uabb-dual-button  .uabb-btn-two .uabb-imgicon-wrap .uabb-icon i {
	color: #007fa7;
}

#header-buttons .uabb-btn.uabb-btn-one,
#header-buttons .uabb-btn.uabb-btn-two,
#footer-buttons .uabb-btn.uabb-btn-one,
#footer-buttons .uabb-btn.uabb-btn-two {
	padding: 6px 12px;
}

.fl-builder-content-253 {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
}

.admin-bar .fl-builder-content-253 {
    top: 32px;
}

.fl-builder-content-253 .header-logo img,
#header-buttons .uabb-btn-one-img-icon .uabb-icon i,
#header-buttons .uabb-btn-one-img-icon .uabb-icon i::before,
#header-buttons .uabb-btn-two-img-icon .uabb-icon i,
#header-buttons .uabb-btn-two-img-icon .uabb-icon i::before,
.fl-builder-content-253 .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;
}

.scrolled .fl-builder-content-253 .fl-row-content-wrap {
	box-shadow: 0 0 10px 0 rgb(0 52 91 / 30%);
}

.scrolled .fl-builder-content-253 .header-logo img {
	width: 160px !important;
}

.scrolled #header-buttons .uabb-btn.uabb-btn-one,
.scrolled #header-buttons .uabb-btn.uabb-btn-two {
	padding-top: 0;
	padding-bottom: 0;
}

.scrolled #header-buttons .uabb-btn-one-img-icon .uabb-icon i,
.scrolled #header-buttons .uabb-btn-one-img-icon .uabb-icon i::before,
.scrolled #header-buttons .uabb-btn-two-img-icon .uabb-icon i,
.scrolled #header-buttons .uabb-btn-two-img-icon .uabb-icon i::before {
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

.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;
	}
}

@media (min-width:768px) {
	.scrolled .fl-builder-content-253 .fl-row-content-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width:1199px) {
	.header-row .fl-row-content,
	.header-top .fl-row-content {
		max-width: 98vw !important;
	}

	.header-row .header-nav .uabb-creative-menu.uabb-menu-default .menu > li > a,
	.header-row .header-nav .uabb-creative-menu.uabb-menu-default .menu > li > .uabb-has-submenu-container > a {
		font-size: 14px;
		padding: 15px 10px;
	}
}

@media (max-width:767px) {
	#header-buttons .uabb-btn-one-text span {
		display: none;
	}

	.fl-page {
		padding-top: 0 !important;
	}

	.fl-builder-content-253 {
		position: static;
	}
}

@media (max-width:399px) {
	#header-buttons .uabb-dual-button-wrapper .uabb-btn-img-icon {
		display: none;
	}
}

#footer > .fl-row-content-wrap {
	background: #007fa7 !important;
	margin-top: 120px;
}

#footer > div {
	position: relative;
}

#footer > div::after {
	content: '';
	position: absolute;
	width: 25%;
	min-width: 260px;
	background: inherit;
	bottom: calc(100% - 1px);
	height: 60px;
	left: 0;
	z-index: 10;
	-webkit-clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
}

.site-hours {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.hours-day {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hours-day p {
	margin-bottom: 10px !important;
	padding: 0 !important;
}

.footer-socials .fl-html {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	background: #ffffff;
	color: #007fa7 !important;
	border-radius: 100%;
	width: 33px;
	height: 33px;
	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-socials a:hover {
	background-color: #007fa7;
	color: #ffffff !important;
	text-decoration: none;
}

#footer .hours-day {
	justify-content: flex-start;
}

#footer .hours-day p:first-child {
	margin-right: 10px;
}

#footer .sub-menu {
	display: none !important;
	opacity: 0 !important;
}

#footer .uabb-creative-menu li {
	text-align: center;
}

@media (min-width:768px) {
	#footer .uabb-creative-menu {
	    width: auto;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-end;
	}

	#footer .menu {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}

	#footer .uabb-creative-menu li {
		text-align: left;
	}
}

@media (max-width:767px) {
	#footer .hours-day {
		align-items: center;
		justify-content: space-between
	}
}

/************************************************************
 * 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;
}

.page-row--icon_group .fl-row-content,
.page-row--process .fl-row-content {
	max-width: 1250px;
}

.page-row--contact > div {
	position: relative;
}

.page-row--contact > div::after {
	content: '';
	position: absolute;
	width: 25%;
	min-width: 260px;
	background: #ffffff;
	bottom: -1px;
	height: 60px;
	right: 0;
	z-index: 10;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
       clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.page-template-tpl-landing-page-no-header-footer .page-row--contact > div::after {
	content: none;
}

.icon-card.card {
	background: #007fa7;
	border: none;
	border-radius: 0;
	padding: 25px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

@media (max-width:767px) {
	.icon-card.card {
		height: auto !important;
		margin-bottom: 20px;
	}
}

.icon-card.card h3 {
	font-size: 18px;
	text-transform: uppercase;
}

.icon-card.card h3 a {
	color: #f9e700;
}

.icon-card.card .card-body {
	padding-left: 5px;
	padding-right: 5px;
}

.icon-card svg {
	max-height: 120px;
}

.icon-card:hover svg path {
	fill: #f9e700;
}

/************************************************************
 * PAGES
 ***********************************************************/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
	font-weight: 700;
}

.fl-node-5fe0ba4f8c168.fl-module-heading .fl-heading,
.fl-node-5fe34a8f738e0.fl-module-heading .fl-heading,
.fl-node-5fe34f4386fc8.fl-module-heading .fl-heading,
.fl-node-5fe35358030b2.fl-module-heading .fl-heading,
.fl-node-5fe3544e52eb0.fl-module-heading .fl-heading,
.single-post-heading .uabb-heading {
    position: relative;
    width: fit-content;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.single-post-heading .uabb-heading  {
	margin: 0 !important;
}

.fl-node-5fe0ba4f8c168.fl-module-heading .fl-heading::before,
.fl-node-5fe34a8f738e0.fl-module-heading .fl-heading::before,
.fl-node-5fe34f4386fc8.fl-module-heading .fl-heading::before,
.fl-node-5fe35358030b2.fl-module-heading .fl-heading::before,
.fl-node-5fe3544e52eb0.fl-module-heading .fl-heading::before,
.single-post-heading .uabb-heading::before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #999;
    left: 0;
}

.fl-node-5fe0ba4f8c168.fl-module-heading .fl-heading::after,
.fl-node-5fe34a8f738e0.fl-module-heading .fl-heading::after,
.fl-node-5fe34f4386fc8.fl-module-heading .fl-heading::after,
.fl-node-5fe35358030b2.fl-module-heading .fl-heading::after,
.fl-node-5fe3544e52eb0.fl-module-heading .fl-heading::after,
.single-post-heading .uabb-heading::after {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 100%;
    height: 2px;
    background: #999;
    left: 0;
}

.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: 170px;
}

.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-content a {
    color: #007fa7;
}

#page-content a:hover,
#page-content a:focus {
    color: #c6b400;
}

#page-content .wp-block-button .wp-block-button__link {
	color: #ffffff;
}

#breadcrumbs span.dot {
    width: 6px;
    height: 6px;
    line-height: inherit;
    display: inline-block;
    background: #666;
    margin: 0 5px;
    vertical-align: middle;
}

.service-block {
    position: relative;
    width: 280px;
	height: inherit;
	text-align: center;
	padding: 0;
}

.service-image {
    margin-bottom: 10px;
    position: relative;
}

.service-block .service-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 1;
    transition: background-color .15s ease-in-out;
	border-radius: 0;
}

.service-block:hover .service-image::before {
    background: rgb(0 52 91 / 30%);
}

.service-image img {
    height: 250px;
    object-fit: cover;
	border-radius: 0;
}

.service-title {
	z-index: 1;
	font-size: 20px;
}

.service-title a {
	border-radius: 0;
}

.service-title a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 2;
}

.page-row--process .uabb-infobox-title-prefix img {
	width: auto !important;
	height: 120px !important;
}

.page-row--process .fl-col-group-nested .fl-col-content {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 87.5%, 90% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 87.5%, 90% 100%, 0 100%);
}
/*
.page-row--reviews .fl-row-content-wrap::after {
	content: '';
	position: absolute;
	background: url('img/reviews-dog-4.png') no-repeat right bottom;
	background-size: contain;
	height: 200px;
	width: 100%;
	top: -200px;
	right: 0;
}*/

.single-post-image .fl-photo-content {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}


.sidebar-icons .fl-col-content {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

.sidebar-icon {
	display: block;
	text-align: center;
	padding: 30px;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.sidebar-icon img {
    display: block;
    height: 110px;
    margin: 0 auto 20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-icon:hover img {
    transform: scale(0.9);
}

.fl-node-5f9316d9a4f29 .uabb-creative-button-wrap a,
.fl-node-5f9316d9a4f29 .uabb-creative-button-wrap a:visited {
	border-radius: 0 !important;
}

.ui-datepicker-trigger {
    display: none!important;
}

@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;
    }
}

.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;
	}
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0!important;
}

.uabb-creative-menu-mobile-toggle {
    color: #191919!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;
}