/*
Theme Name: Pro-Motion PT
Theme URI: http://prosoft-phils.com/
Author: LCRP | Prosoft Phils
Author URI: http://prosoft-phils.com/
Description: Responsive Theme for Pro-Motion PT
*/

/*--------------------------------------------------------------
STYLE FOR CUSTOM THEME
--------------------------------------------------------------*/
blockquote {
	color: #fbae0a;
	font-family: 'fontregular', arial, sans-serif;
}

.font-20 { font-size: 20px; }

.border-right { border-right:1px solid #cfd0dd; }

ul li::marker {
	color: var(--color-maroon);
}

.shortpage {
	min-height: calc(100vh - 43px);
}

#about-fold, #reviews-fold {
	scroll-margin: 200px;
}

.affiliate-tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.affiliate-tooltip .tooltip-text {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left:-250px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.affiliate-tooltip .tooltip-text p {
	margin-bottom: 0	   ;
}

/* Show the tooltip text when you mouse over the tooltip container */
.affiliate-tooltip:hover .tooltip-text {
  visibility: visible;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.home-pg {
	min-height: calc(100vh - 43px);
	background: url('../img/home-bg.png') no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 170px;
    padding-bottom: 30px;
    background-attachment: fixed;
}

	.home-pg .poppins {
		font-size: 18px;
		font-family: 'NeueHaasDisplay-Medium', arial, sans-serif;
	}

.home-video {
	background: linear-gradient(179deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box,
		transparent linear-gradient(0deg, #4D4A4A 0%, #FFFFFF 100%) 0% 0% no-repeat border-box;
	border: 5px solid transparent;
/*	padding: 120px 100px; */
	border-radius: 22px;
	position: relative;
	margin-bottom: 40px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

	.home-video:before {
		background: linear-gradient(179deg, #4D4A4A 0%, #FFFFFF 100%) 0% 0% no-repeat;
		-webkit-mask:  linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
		mask: linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		border-radius: 22px;
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
		bottom: -1px;
		padding: 2px;
	}

	.home-video .welcome {
		position: absolute;
		width: 100%;
		top: 65%;
 		transform: translateY(-35%);
 		z-index: 5;
	}

	.home-video .welcome img {
		width: 46px;
		margin-top: -10px;
	}

	.home-video:hover {
		cursor: pointer;
	}

	.home-video:hover .welcome {
		opacity: .8;
	}

	.home-video .welcome h1 {
		font-size: 46px;
	}

	.home-video video {
		object-fit: cover;
		border-radius: 22px;
		height: 250px;
		width: auto;
	}

.home-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-quote h2 {
	font-size: 32px;
	font-family: 'NeueHaasDisplay-Medium', arial, sans-serif;
}

	.home-quote .mid-quote h2 {
		font-size: 26px;
	}

/*--------------------------------------------------------------
ABOUT
--------------------------------------------------------------*/
.other-bg {
    background: url('../img/other-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

/*.about-pg,*/
.services-pg,
.archive-blog-pg,
.insurance-pg {
	padding-top: 170px;
}

	.about-pg h1:first-of-type {
		font-size: 24px;
	   /* position: fixed;
	    left: 0;
	    right: 0;*/
	}

.team-fold,
.about-fold {
	margin-bottom: 40px;
}

	.team-fold .team-img {
		margin: auto;
		margin-bottom: 8px;
		max-height: 170px;
		width: auto;
	}

.team-fold,
.archive-reviews {
	padding-top: 170px;
}

.team-member {
	text-align: center;
	margin-bottom: 20px;
}

	.team-member h2 {
		font-size: 20px;
		font-family: 'CenturyGothic-Bold', arial, sans-serif;
		padding: 0;
	}

	.team-member a:first-child {
	    color: #000;
	    text-decoration: none !important;
	    font-family: 'NeueHaasDisplay-Roman';
	}

	.team-member a {
		font-family: 'CenturyGothic-BoldItalic', arial, sans-serif;
		color: #000;
		text-decoration: underline;
	}

	.team-member:hover a {
		color: var(--color-maroon);
		text-decoration: underline;
	}

.team-bio-modal {
	padding: 0 3rem 2rem;
}

	.team-bio-modal h1,
	.team-bio-modal h2,
	.team-bio-modal h3 {
		padding: 0;
	}

	.team-bio-modal h2,
	.team-bio-modal h3 {
		font-size: 20px;
	}

.fa-star {
	color: #ffbe26;
}

.reviews-fold a {
	color: #000;
	text-decoration: underline;
}

.reviews-fold a:hover {
	color: var(--color-maroon);
	text-decoration: underline;
}

.review-container p {
	margin-bottom: .5rem;
}

.affiliations-fold ul li {
	padding: 0 40px;
}

.affiliations-fold ul li img {
	max-width: 250px;
}

/*--------------------------------------------------------------
REFER A CLIENT
--------------------------------------------------------------*/
.refer-pg {
	padding-top: 30px;
	margin-bottom: 30px;
	min-height: calc(100vh - 174px);
}

/*--------------------------------------------------------------
SINGLE - CONDITION, SERVICES (links), BLOG
--------------------------------------------------------------*/

.condition-pg,
.blog-pg,
.default-pg {
	padding-top: 170px;
}

.condition-pg a,
.services-page a {
	color: var(--color-black);
	text-decoration: underline;
}

	.condition-pg a:hover,
	.condition-pg a:active,
	.services-page a:hover {
		color: var(--color-maroon);
	}

	.blog-pg a {
		color: var(--color-black);
		text-decoration: underline;
	}

	.blog-pg a:hover {
		color: var(--color-maroon);
	}

.services-page .row-right {
  height: 90vh;
  overflow: auto;
}

.condition-list .active {
	color: var(--color-maroon);
	font-weight: bold;
}

.condition-pg .row-right {
	height: 90vh;
	overflow: auto;
}

	.services-page .row-right::-webkit-scrollbar,
	.condition-pg .row-right::-webkit-scrollbar {
	    width: 12px;
	}

	.services-page .row-right::-webkit-scrollbar-track,
	.condition-pg .row-right::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	    border-radius: 10px;
	}

	.services-page .row-right::-webkit-scrollbar-thumb,
	.condition-pg .row-right::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	    background: var(--color-lgray);
	}


.condition-pg .sidebar-title-con {
	width: 100%;
	border-bottom: .5px solid var(--color-maroon);
	margin-bottom: 1rem;
}

.condition-pg h3.sidebar-title {
	font-size: 20px;
}

.condition-pg .sidebar-title {
	padding-bottom: 0;
	margin-bottom: 0;
}

.condition-pg .condition-container a {
	text-decoration: underline;
}

.condition-pg p:has(+ ul),
.condition-pg p:has(+ ol) {
	margin-bottom: .15rem;
}

.services-page em,
.condition-pg em {
	padding-right: .15rem;
}

.health-plus-minute-accordion {
	margin-top: 1rem;
	margin-left: 2rem;
}

.health-plus-minute-accordion .accordion-item {
	background-color: transparent;
	border: none;
	padding: 0;
}

.health-plus-minute-accordion .accordion-button {
	background-color: transparent;
	padding: 0 0 0 1rem;
	color: black;
	padding: 0;
}

	.health-plus-minute-accordion .accordion-button:hover {
		color: var(--color-maroon);
	}

	.health-plus-minute-accordion .accordion-button::after {
		margin-left: 1rem;
	}

	.health-plus-minute-accordion .accordion-button:not(.collapsed)::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239F2B52'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}
	
	.health-plus-minute-accordion .accordion-button:not(.collapsed),
	.health-plus-minute-accordion .accordion-button:focus {
		box-shadow: none !important;
	}

	.health-plus-minute-accordion .accordion-button br {
		display: none;
	}

.health-plus-minute-accordion + p {
	margin-left: 2rem;
}

/*--------------------------------------------------------------
SHOP
--------------------------------------------------------------*/
.shop-pg {
	padding-top: 170px;
}

	.shop-pg h3 {
		border-bottom: 1px solid #111111;
	}

.iframe-container {
    display: flex;
    justify-content: center;
}

.shop-menu {
	list-style: none;
	padding: 0;
	font-family: 'NeueHaasDisplay-Medium', arial, sans-serif;
}
	.shop-menu li {
		margin-top: 6px;
	}

	.shop-menu li a {
		color: var(--color-maroon);
	}

	.shop-menu li a:hover {
		color: #000;
	}

	.shop-menu-mobile li ul {
		margin-left: 8px;
	}

	.shop-menu-mobile li ul li {
		display: inline-block;
		width: 48%;
		margin-left: 0;
	}

	.shop-menu-mobile li ul li a {
		font-family: 'NeueHaasDisplay-Roman', arial, sans-serif;
	}

	.shop-fixed {
	    max-height: 75vh;
    	overflow-y: auto;
    	margin-bottom: 14px;
	}

	.shop-fixed::-webkit-scrollbar {
	    width: 12px;
	}

	.shop-fixed::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	    border-radius: 10px;
	}

	.shop-fixed::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	    background: var(--color-lgray);
	}

.shop-product-container {
	padding: .25rem;
}

.shop-product {
	background: #fff;
	border: 0.5px solid #333;
	border-radius: 5px;
	padding: 1rem;
	height: 100%;
}

	.shop-product:hover {
/*		background: #EDEBEB;*/
		border: 1px solid var(--color-maroon);
		color: var(--color-maroon) !important;
	}

	.shop-product:hover i {
		color: #FF9900 !important;
	}

	.shop-product:hover a {
		color: var(--color-maroon);
	}

.shop-product-container .img-div {
	min-height: 150px;
	max-height: 150px;
}

.shop-product-container img {
	margin: 1rem 0;
	object-fit: contain;
}

.shop-product-container a {
	color: black;
}

.iframes {
	position: relative;
}

.back-to-top {
    position: sticky;
    right: 0;
    bottom: 10px;
    text-align: right;
}

/*--------------------------------------------------------------
COST ESTIMATOR
--------------------------------------------------------------*/
.cal {
	width: 100%;
    border-collapse: collapse;
}
	
	.cal td{
		vertical-align: middle;
	}

	.cal tr td:last-child {
	    width: 50%;
	}

	.estimator-btn {
		display: flex;
		justify-content: space-between;
	}

	.copay-wrap {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	.cal .td-rel {
	    position: relative;
	}

	.cal .hide-table, 
	.cal .icon-hide {
		display: none !important;
	}

	.cal select, 
	.cal textarea, 
	.cal input[type="tel"],
	.cal input[type="text"], 
	.cal input[type="date"],
	.cal input[type="email"],
	.cal input[type="number"] {
	    width: 100%;
	    outline: none;
	    font-size: 16px;
	    border-radius: 5px;
	    border: 1px solid #333333;
	}

	.cal .copay-wrap select {
	    width: auto;
	    font-weight: bold;
	    float: right;
	    padding-right: 30px;
	}

	.cal .bold-per {
	    position: absolute;
	    top: 50%;
	    left: 15px;
	    transform: translateY(-50%);
	    font-weight: bold;
	}

	.cal select, 
	.cal textarea, 
	.cal input[type="tel"], 
	.cal input[type="text"], 
	.cal input[type="date"], 
	.cal input[type="email"], 
	.cal input[type="number"] {
	    padding: 8px;
	}

#patient-payment-total-visit, 
#patient-payment-amt-per-visit, 
#patient-payment-deductible-remaining, 
#patient-payment-net-cost, 
#patient-payment-net-cost-per-visit {
    padding-left: 30px;
}

/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/

.blog-card {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 5px 5px #ebebeb;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}

.blog-archive-content img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;

	user-drag: none; 
	user-select: none;
}

.sidebar .blog-list a {
	color: var(--color-black);
	text-decoration: underline;
}

	.sidebar .blog-list a:hover {
		color: var(--color-maroon);
	}

.btn-maroon {
	background-color: var(--color-maroon);
	color: white;
	border-radius: 211px;
	padding: 0.375rem 1rem;
}

	.btn-maroon:hover {
		color: var(--color-black);
	}

/*--------------------------------------------------------------
INSURANCE
--------------------------------------------------------------*/

/* .insurance-list-div:not(:first-child) {
	padding-top: .5rem;
} */

.insurance-list-div ul {
	padding: 0;
	margin-left: 2rem;
}

.insurance-list-div .type-header {
	margin: 0;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.desktop-header-fixed {
	padding: 12px 15px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}

.header {
	/*-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;*/
}

	.header .logo {
	    display: flex;
	    align-items: center;
	}

	.header .logo .logo-1 {
		height: 128px;
		width: auto;
	}

	.header .logo .logo-2 {
		height: 128px;
		width: auto;
	}

.menu-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.secondary-menu a {
	width: 120px;
}

.secondary-menu ul li a {
    font-size: 13px;
    padding: 3px 8px;
    line-height: 14px;
}

.sub-menu-toggle {
	display: none !important;
}

.header-title {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 28px;
	color: var(--color-maroon);
}

.promopt-links.header-links a {
	color: var(--color-maroon);
	text-decoration: underline;
}

	.promopt-links.header-links a:hover {
		opacity: .8;
	}

/*HEADER ON SCROLL*/
.desktop-header-scroll {
	background: #fff;
	/*-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;*/
}

/*.desktop-header-scroll ul.nav-menu > li > a {
		color: #333;
	}

.desktop-header-scroll .logo img {
	width: 65%;
}
*/

/*NAV MENU*/
ul.nav-menu {
	list-style: none;
	text-align: right;
	padding-left: 0;
}

	ul.nav-menu li {
		display: inline-block;
		position: relative;
	}

		ul.nav-menu > li > a {
			text-decoration: none;
			text-transform: uppercase;
			color: #000;
			font-family: 'NeueHaasDisplay-Medium', arial, sans-serif;
			padding-left: 15px;
			-webkit-transition: all 300ms ;
			-moz-transition: all 300ms ;
			-ms-transition: all 300ms ;
			-o-transition: all 300ms ;
			transition: all 300ms ;
			display: block;
		}

	/*NAV ACTIVE LINK*/
	ul.nav-menu > li.current_page_item > a {
		color: #ff9933;
	}

	/*NAV ON HOVER*/
	ul.nav-menu li a:hover{
		color: var(--color-maroon);
		-webkit-transition: all 300ms ;
		-moz-transition: all 300ms ;
		-ms-transition: all 300ms ;
		-o-transition: all 300ms ;
		transition: all 300ms ;
	}

/*----- NAV MENU: 1st LEVEL SUB MENU -----*/
	ul.nav-menu li ul.sub-menu {
		display: none;
	}

	ul.nav-menu li:has(.sub-menu):hover > ul.sub-menu {
		display: block;
	}
	
	ul.nav-menu li ul.sub-menu {
		list-style: none;
		padding: 0;
		text-align: center;
		position: absolute;
		right: 0;
		z-index: 1001;
		background: rgba(0,0,0,0.9);
		border-top: 3px solid #6b0500;
		margin-left: 0;
	}

	ul.nav-menu li ul.sub-menu li {
		display: block;
		margin-left: 0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding-left: 0;
		padding-right: 0;
	}

	ul.nav-menu li ul.sub-menu li a {
		color: #fff;
		text-transform: capitalize;
		display: block;
		min-width: 100px;
		white-space: nowrap;
    padding: 6px 12px;
	}

		ul.nav-menu li ul.sub-menu li a:hover {
			background: var(--color-maroon);
			-webkit-transition: all 0ms !important;
			-moz-transition: all 0ms !important;
			-ms-transition: all 0ms !important;
			-o-transition: all 0ms !important;
			transition: all 0ms !important;
		}

	ul.nav-menu > li.menu-item-has-children a::after {
		content: "\f107";
		font-family: 'Font Awesome 5 Free';
  		font-weight: 900;
		padding-left: 10px;
	}

		ul.nav-menu > li.menu-item-has-children ul li a::after {
			content: none;
		}

/*----- NAV MENU: 2nd LEVEL SUB MENU -----*/

ul.nav-menu li ul li ul.sub-menu {
	border-top-color: white;
	right: 100%;
	top: 0;
	border-top: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
	font-size: 12px;
	padding: 10px 0 4px;
	background-color: #c9c9c9;
}

	footer .social-profiles li {
		margin-right: 3px;
	}

	footer .social-profiles img {
		height: 19px;
	}

	footer .social-profiles img:hover {
		opacity: .7;
	}

	footer a {
		color: #000;
		font-size: 24px;
	}

/*--------------------------------------------------------------
MODAL
--------------------------------------------------------------*/
#popup-contact .modal-content,
#popup-help-method .modal-content {
	min-height: 535px;
}

#popup-contact .modal-footer,
#popup-help-method .modal-footer,
#popup-refer .modal-footer {
	min-height: 130px;
}

.bg-modal-footer {
	background: url('../img/modal-footer-bg.png') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-modal-footer-lg {
	background: url('../img/modal-footer-bg-lg.png') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.modal-logo {
    max-height: 90px;
    width: auto;
    padding-top: 10px;
}

.modal-header .close {
	font-size: 40px;
	color: var(--color-maroon);
	padding-bottom: 0;
	padding-top: 0;
}

.modal-content h1 {
	font-size: 28px;
}

.help-method label {
	font-size: 20px;
}

.refer-modal {
	padding-right: 30px;
	padding-left: 30px;
}

.popup-content .form-label {
	margin: 0;
	font-size: 14px;
}

/*--------------------------------------------------------------
404 PAGE
--------------------------------------------------------------*/
.pg-404 {
	position: relative;
	height: 100vh;
}

.pg-404-content {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

	.pg-404-content i {
		margin-bottom: 20px;
	}

	.pg-404-content h1 {
		margin-bottom: 20px;
	}

	.pg-404-content p {
		margin-bottom: 0;
	}

/*--------------------------------------------------------------
NAV TAB STYLE RESET
--------------------------------------------------------------*/
.nav-tab-style-reset .nav-tabs {
	border-bottom: none;
}

.nav-tab-style-reset .nav-tabs .nav-item.show .nav-link,
.nav-tab-style-reset .nav-tabs .nav-link.active {
	background: none;
	border-color: none;
}

.nav-tab-style-reset .nav-tabs .nav-link {
	border: none;
}