/*
Theme Name: 
Theme URI: http://prosoft-phils.com/
Author: | Prosoft Phils
Author URI: http://prosoft-phils.com/
Description: Responsive Theme for (Mobile)
*/

@media (max-width: 767px) {

/*--------------------------------------------------------------
GENERAL STYLES
--------------------------------------------------------------*/
body {
	/* font-size: ;
	line-height: ; */
	overflow-x: hidden;
	overflow-y: scroll;
}

h1 {
	font-size: 28px !important;
	line-height: 33px !important;
}

h2 {
	font-size: 21px !important;
	line-height: 26px !important;
}

h3 {
	font-size: 18px !important;
	line-height: 23px !important;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.contact-modal .form-label {
	font-size: 14px;
}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
.home-pg {
	height: initial;
}

	.home-pg .poppins {
		font-size: 18px !important;
		line-height: 24px !important;
		margin-top: 1rem;
	}

	.home-pg .ul-lnone-inline {
	    padding: 0 16px;
	}

	.home-pg .ul-lnone-inline li {
	    padding: 0 5px;
	}

.home-video {
	margin-bottom: 20px;
}

	.home-video video {
		height: 200px;
	}

	.home-video + div ul li a {
	    font-size: 11px;
	    padding: 4px;
	}

.home-pg {
	padding-bottom: 50px;
	padding-top: 140px
}

	.home-right h2 {
		font-size: 24px !important;
	}

	.home-right .bottom-tagline .col-4 {
		padding: 0;
	}

	.home-right .bottom-tagline p {
		font-size: 11px;
	}

	.home-right .bottom-tagline h4 {
		font-size: 18px;
	}

.refer-pg {
	padding-top: 0;
}	
	
.refer-modal .border-right {
	border: none;
}

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

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about-pg h1:first-of-type {
	font-size: 20px !important;
	margin-top: 12px !important;
}

.team-fold {
	padding-top: 180px;
}

	/*.team-fold h1,
	.about-fold h1,
	.reviews-fold h1,
	.reviews-fold h1 + p,
	.affiliations-fold h1 {
		text-align: center;
	}*/

.team-member h2 {
	font-size: 18px !important;
	margin: 0;
}

.team-member p,
.team-member a {
	font-size: 14px;
}

.about-fold img.d-inline {
	max-height: 22px !important;
	width: auto;
}

.reviews-fold .review-container:nth-child(n+3) {
	display: none;
}

.team-bio-modal {
	padding: 0 24px;
}

	.team-bio-modal h1 {
		font-size: 20px !important;
	}

	.team-bio-modal h2 {
		font-size: 18px !important;
	}

	.team-bio-modal img {
		margin-bottom: 1rem;
	}

.services-pg, .archive-blog-pg, .insurance-pg, .blog-pg, .archive-reviews {
	padding-top: 140px;
}
	
.team-fold, .about-fold {
	margin-bottom: 20px	
}

.services-page .row-right,
.condition-pg .row-right {
	height: unset;
	overflow: unset;
}

/*--------------------------------------------------------------
Single (Condition)
--------------------------------------------------------------*/

.condition-pg {
	padding-top: 140px;
}

/*--------------------------------------------------------------
Cost Estimator
--------------------------------------------------------------*/
  .cal th:first-child, 
  .cal td:first-child {
    padding: .5rem;
  }

  .cal-modal {
    padding: 0 24px;
  }

  .cal td {
    display: flex;
  }

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

  .copay-wrap {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }

  .cal .copay-wrap select {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .cal tr:last-child td:last-child {
      flex-direction: column;
  }

/*--------------------------------------------------------------
Shop
--------------------------------------------------------------*/
.shop-pg {
	padding-top: 140px;
}

.shop-fixed {
    max-height: unset;
	overflow-y: unset;
}
	
	.shop-pg h3 {
		font-size: 1.5rem !important;
	}

/*--------------------------------------------------------------
List Style
--------------------------------------------------------------*/
.ul-lnone-inline li {
	display: block;
}

/*--------------------------------------------------------------
CONTACT FORM / Google ReCAPTCHA
--------------------------------------------------------------*/
.google-recaptcha {
	transform:scale(0.77) !important;
	transform-origin:0 0 !important;
}

.google-recaptcha iframe {
	width: 100% !important;
	height: auto !important;
}

[title~=recaptcha] {
	width: 400px !important;
	height: 580px !important;
}

/*--------------------------------------------------------------
Full Width Video iFrame on Modal 
--------------------------------------------------------------*/
.modal-video .modal-dialog {
	top: 5px;
}

.video-modal-content {
    width: 90%;
}

/*--------------------------------------------------------------
Alignment
--------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter {
	display: block !important;
	float: none !important;
	margin: 15px auto !important;
	clear: both;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-body {
	margin-left: 0
}

.comment-metadata time {
	font-size: 10px;
}

.edit-link {
	display: block;
	width: 100%
}

	.edit-link a {
		margin: 0;
		padding-top: 5px;
	}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.header {
	/*padding-top: 0px;
	padding-bottom: 0px;*/
	position: absolute;
	background: transparent;
}

	.header .logo .logo-1,
	.header .logo .logo-2 {
		height: initial;
	}

.logo-container-xs img {
	max-height: 45px;
}

.menu-button-container ul {
	text-align: right;
	list-style: none;
	padding-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

	.menu-button-container ul li {
		display: inline-block;
		border: 0px solid #E0E0E0;
		margin-left: 2px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

		.menu-button-container ul li a {
			display: inline-block;
		}

	.menu-button-container ul li .fas {
		font-size: 20px;
		color: var(--color-ygreen);
	}

.menu-button-container button {
	min-width: 35px;
	padding: 5px 6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btn-menu {
	line-height: auto;
}

	.btn-menu button[aria-expanded="false"] {
		background: transparent;
		border: 1px solid transparent;
	}

		.btn-menu button[aria-expanded="true"] {
			background: var(--color-lteal);
			border: 1px solid var(--color-lteal);
		}

.btn-menu .fa-stack {
	width: 25px;
	height: 20px;
	line-height: 17px;
}

.menu-icon2 {
	visibility: hidden;
	transition: opacity .3s, transform .3s;
	transform: rotate(-180deg);
}

	.menu-icon1 {
		transition: opacity .3s, transform .3s;
	}

	.btn-menu button[aria-expanded="true"] .menu-icon1 {
		visibility: hidden;
		transform: rotate(-180deg);
		transition: opacity .3s, transform .3s;
	}
	
	.btn-menu button[aria-expanded="true"] .menu-icon2 {
		transform: rotate(0deg);
		visibility: visible;
		transition: opacity .3s, transform .3s;
	}

.mobile-menu-list {
	position: relative;
	z-index: 1000;
	/*height: stretch;
	height: -webkit-fill-available;
	height: -moz-available;*/
}



/*----- NAV MENU -----*/
.mobile-menu-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-nav {
	display: block;
	position: absolute;
	top: 0;
	background-color: #fff;
}

.menu-nav .menu-mobile_menu-container {
	padding: 0;
}

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

ul.nav-menu {
	padding-left:0;
	list-style: none;
	text-align: left;
}

ul.nav-menu > li {
	display: block;
}

ul.nav-menu li a,
ul.nav-menu li ul.sub-menu li a {
	text-decoration: none;
	font-size: 18px;
	font-family: 'CenturyGothic', arial, sans-serif;
	line-height: 30px;
    display: block;
	text-transform: capitalize;
	color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #f2f2f2;
/*	border-bottom: 1px solid #f2f2f2;*/
	margin-left: 8px;
	margin-right: 8px;
}

ul.nav-menu li a:hover {
	color: #fff !important;
	background-color: var(--color-maroon);
}

ul.nav-menu li.current-menu-parent ul.sub-menu li a {
	color: #000 !important
}

/*NAV ACTIVE LINK*/
ul.nav-menu li.current-menu-item a,
ul.nav-menu li.current-page-parent a,
ul.nav-menu li.current-menu-parent a,
ul.nav-menu li a.active,
ul.sub-menu li.current-cat a,
ul.nav-menu li.current-menu-parent ul.sub-menu li.current_page_item a {
	color: var(--color-maroon) !important;
}

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

	ul.nav-menu li:hover ul.sub-menu {
		display: block;
	}

	ul.nav-menu li ul.sub-menu {
		list-style: none;
		padding-left: 15px !important;
		position: relative;
		z-index: 100;
		margin-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		background: transparent;

		text-align: left;
		border-top: none;
	}

		ul.nav-menu li ul.sub-menu li {
			padding-left: .5rem;
		}

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

.pg-404-content {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}


} /*END of @media 767px*/