/*
Theme Name: MVP Theme 2
Theme URI: https://missionvetpartners.com/
Version: 2.0
Description: MVP Theme 2
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;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	padding: 8px 16px;
	text-align: center;
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.btn:hover,
.btn:focus,
.btn:active {
	background: #7fc6e4;
	color: #15475e;
}

.btn-primary {
	background-color: #15475e;
	color: #c7e3e6;
	border: 2px solid #15475e;
}

.btn-secondary {
	background-color: #c7e3e6;
	color: #15475e;
	border-color: #c7e3e6;
}

.btn:hover,
.btn:focus,
.btn:active {
	border-color: #7fc6e4;
}

.btn i {
	margin-right: 5px;
}

.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;
    overflow: hidden;
}
.staff-card figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.5);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.staff-card:hover figure::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.gfield p:empty,
.gfield br {
	display: none
}

body .pum .pum-container {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

/************************************************************
 * HEADER & FOOTER
 ***********************************************************/

.fl-page {
	padding-top: 107px;
}

.header-row {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
	box-shadow: 0 5px 30px 0 rgba(42, 87, 107, 0.2);
}

.admin-bar .header-row {
    top: 32px;
}

.header-row > div {
	-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 .header-row > div {
		padding-top: 0;
		padding-bottom: 0;
	}
}


.header-row .header-logo {
	flex: 0 0 auto !important;
	width: 290px !important;
	clear: none;
	float: left;
}

.header-row .header-right,
.header-row .header-nav {
	flex: 1 1 auto !important	;
	clear: none;
	float: left;
}

.header-row .header-right {
	width: 92% !important;
}

.header-row .fl-col-group,
.header-row .header-right .fl-col-group {
	flex-wrap: nowrap;
	display: flex !important;
}

.header-row .header-buttons {
	flex: 0 0 auto !important;
	width: 462px !important;
}

.no-header-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.no-header-logo img {
	max-height: 77px;
	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 (max-width:1599px) {

	.fl-page {
		padding-top: 76px;
	}

	.header-row .fl-row-content {
		max-width: 98vw !important;
	}

	.header-row .header-logo {
		width: 200px !important;
	}
}

@media (max-width:1399px) {

	.header-row .header-buttons .uabb-btn-one-text,
	.header-row .header-buttons .uabb-btn-two-text,
	.header-row .header-buttons .uabb-btn-one-img-icon .uabb-icon i,
	.header-row .header-buttons .uabb-btn-two-img-icon .uabb-icon i	{
		font-size: 14px !important;
	}

	.header-row .header-buttons {
		width: 410px !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:1199px) {

	.fl-page {
		padding-top: 101px;
	}

	.header-row .header-right .fl-col-group {
		flex-direction: column-reverse;
		align-items: flex-end;
		justify-content: center;
	}

	.header-row .header-right .header-nav {
		width: 100%;
	}

	.header-row .header-right .header-nav .fl-module-content {
		margin-right: 10px;
	}
}

@media (max-width:991px) {

	.header-row .fl-row-content {
		max-width: 100% !important;
	}

	.header-row .header-logo {
		width: 160px !important;
	}
}

@media (max-width:767px) {

	.fl-page {
		padding-top: 0 !important;
	}

	.header-row {
		position: static;
	}

	.header-row .header-right .fl-col-group {
		flex-direction: row-reverse;
	}

	.header-row .header-right .header-buttons {
		position: absolute;
		top: 10px;
		left: 0;
	}

	.header-row .fl-row-content {
		padding-top: 40px;
	}

	.header-row .header-buttons .uabb-dual-button {
		justify-content: center;
	}

	.header-row .header-buttons .uabb-dual-button .uabb-dual-button-wrapper,
	.header-row .header-buttons .uabb-dual-button .uabb-btn-horizontal	{
		flex-grow: 1;
	}

	.header-row .header-buttons .uabb-btn-one-text,
	.header-row .header-buttons .uabb-btn-two-text {
		font-size: 13px !important;
	}

	.header-row .header-buttons .uabb-btn-img-icon {
		display: none;
	}
}

@media (max-width: 782px) {
	.admin-bar .header-row {
		top: 46px;
	}
}

.footer-overlay > div {
	position: relative;
	overflow: hidden;
}

.footer-overlay > div::before {
    content: '';
    position: absolute;
    top: 60px;
    bottom: -60px;
    right: 0;
    left: 60px;
	z-index: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100% 0 0 0;
}

.site-hours {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 400px;
}

.fl-page-content .site-hours {
	margin-left: auto;
	margin-right: auto;
}

.hours-day {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px dashed #c7e3e6;
}

.hours-day p {
	margin: 4px 0;
	padding: 0 !important;
}

.footer-socials .fl-html {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	border: 2px solid #c7e3e6;
	background: #c7e3e6;
	color: #15475e !important;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	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: #15475e;
	border-color: #15475e;
	color: #c7e3e6 !important;
	text-decoration: none;
}

#footer .footer-buttons a {
	color: #15485e;
	font-size: 16px;
	margin: 0 5px 5px 0;
	padding: 0px 6px;
}

#footer .sub-menu,
.single-post-sidebar .sub-menu {
	display: none !important;
	opacity: 0 !important;
}

#footer .fl-row-content {
    position: relative;
    z-index: 1;
}

/************************************************************
 * HOME
 ***********************************************************/

.fl-page-content .fl-builder-content {
    display: flex;
    flex-direction: column;
}

.fl-page-content .fl-builder-content .fl-row {
    width: 100%;
}

.hero-icons .fl-module-content {
	max-width: 90%;
}

@media (min-width:992px) {
	.hero-col {
		min-width: 600px;
	}

	.hero-icons .fl-module-content {
		max-width: 440px;
	}
}

@media (max-width:991px) {
	.page-row--banner .fl-row-content-wrap::before {
		content: '';
		height: 300px;
		background: inherit;
		width: 100%;
		position: absolute;
		top: 0;
		background-position: center center;
	}

	.page-row--banner .fl-row-content-wrap::after {
		content: '';
		height: 200px;
		background: #ffffff;
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: 0;
	}

	.page-row--banner .fl-row-content {
		z-index: 1;
	}
}

.icon-card {
    background: none;
    border: none;
    border-radius: 5px;
	margin-bottom: 30px;
}

.icon-card:hover {
    box-shadow: 0px 0px 5px 0px rgba(21, 71, 94, 0.25);
}

.icon-card .card-img-top,
.icon-card svg {
    width: 100px;
    margin: 15px auto 0;
}

.icon-card h3,
.icon-card h3 a {
    font-size: 15px;
	font-family: inherit;
	color: inherit;
}

@media (max-width: 991px) {
	.icon-card h3,
	.icon-card h3 a {
		font-size: 14px;
	}

	.hero-icons .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.hero-icons div[class^="col"] {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/************************************************************
 * PAGES
 ***********************************************************/

.page-template-tpl-full-width-no-header-footer .fl-page {
	padding-top: 0;
}

.page-template-tpl-full-width #page-content,
.service-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,
.service-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-row--reviews .uabb-blog-posts ul.slick-dots {
	padding-left: 20px;
	text-align: left;
}

.page-row--reviews .slick-slider::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 12px;
	left: -60px;
	font-size: 60px;
	color: #7fc6e4;
}

.page-row--reviews .slick-slider::after {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: 12px;
	right: -60px;
	font-size: 60px;
	color: #7fc6e4;
}

@media (max-width: 1199px) {

	.page-row--reviews .slick-slider::before {
		font-size: 40px;
		left: -20px;
		top: 18px;
	}
	.page-row--reviews .slick-slider::after {
		font-size: 40px;
		right: -20px;
	}
}

@media (max-width: 767px) {
	.page-row--banner .fl-col {
		max-width: 100% !important;
	}
	.page-row--reviews .slick-slider {
        width: 90%;
        margin: 0 auto
	}
}

.sidebar-contact .uabb-button-text {
	color: #c7e3e5 !important;
}

#breadcrumbs .fas {
	font-size: 75%;
	margin: 0 5px;
}

.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;
}

.staff-card.layout-horizontal {
    border: none!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;
}