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

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

section:first-of-type {
	margin-top: 65px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f36 {
	font-size: 36px;
}

.f48 {
	font-size: 48px;
}

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.home-pg {
	min-height: calc(100vh - 65px);
  background: url('../img/banner.png') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

	.home-pg img {
		width: 400px;
	}

	.home-pg .quoted:before,
	.home-pg .quoted:after {
		content: '"';
		font-size: 30px;
		font-family: 'CenturyGothic-Bold', arial, sans-serif;
		font-style: normal;
	}

.home-fold-2 {
	padding-top: 80px;
	padding-bottom: 20px;
	text-align: center;
	background: transparent linear-gradient(180deg, #E2E2E2 0%, #E2E2E200 100%) 0% 0% no-repeat padding-box;
}

	.home-fold-2 ul {
		columns: 2;
		-webkit-columns: 2;
  	-moz-columns: 2;
  	text-align: left;
  	width: 75%;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 2rem;
  	padding-left: 1.5rem;
	}

	.home-fold-2 ul li:before {
		font-family: 'FontAwesome';
		content: "\f00c";
		color: var(--color-blue);
		padding-right: 8px;
	}

.home-fold-3 {
	padding-top: 160px;
	padding-bottom: 140px;
	background: url('../img/fold3-bg.png') center, linear-gradient(0deg, #E2E2E2 0%, #E2E2E200 100%) no-repeat center;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}

	.home-fold-3 ul li {
		line-height: 24px;
		margin-bottom: 6px;
	}

	.home-fold-3 ul li:before,
	.card-content ul li:before {
		font-family: 'FontAwesome';
		content: "\f00c";
		color: var(--color-blue);
		padding-right: 8px;
	}

	.home-fold-3 ul li:before {
		content: '\25B8';
		font-size: 18px;
	}

.home-fold-4 {
	padding-top: 20px;
	/*padding-bottom: 60px;*/
	background: transparent linear-gradient(180deg, #E2E2E2 0%, #E2E2E200 30%) 0% 0% no-repeat padding-box;
}

	.home-fold-4 hr {
		margin: 1.5rem 0;
	}

.membership-card {
	box-shadow: 0px 3px 12px #00000045;
	border-radius: 13px;
	height: 100%;
}

	.membership-card .card-header {
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		padding-top: 12px;
		padding-bottom: 12px;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
	}

	.card-header h3 {
		margin: 0;
		padding: 0;
	}

	.card-1 .card-header {
		background: #BBBBBB;
	}

	.card-2 .card-header {
		background: #707070;
	}

	.card-3 .card-header {
		background: var(--color-blue);
	}

	.membership-card .card-content {
		background: transparent linear-gradient(180deg, #fff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
		padding: 20px 30px 40px;
		display: flex;
		flex-direction: column;
		height: calc(100% - 50px);
	}

	.card-content h4 .f20 {
		vertical-align: middle;
	}

	.card-content ul {
		margin-bottom: 1rem;
	}

	.card-content a {
		margin-top: auto;
		width: fit-content;
		align-self: center;
		padding-left: 30px;
		padding-right: 30px;
	}

	.discount-box > div:first-child {
		border-top-left-radius: 13px;
		border-bottom-left-radius: 13px;
		padding: 20px 28px;
	}

	.discount-box > div:last-child {
		border-top-right-radius: 13px;
		border-bottom-right-radius: 13px;
		padding: 20px 28px;
	}

	.home-fold-4 .discount-box + ul,
	.home-fold-5 ul {
		columns: 2;
		-webkit-columns: 2;
  	-moz-columns: 2;
  	text-align: left;
	}

	.home-fold-4 .discount-box + ul li:before {
		font-family: 'FontAwesome';
		content: "\f00c";
		color: var(--color-blue);
		padding-right: 8px;
	}

.home-fold-5 {
	text-align: center;
	padding-bottom: 40px;
}

.home-fold-6 {
	padding-top: 120px;
	padding-bottom: 100px;
	background: url('../img/fold6-bg.png') center, linear-gradient(0deg, #E2E2E2 0%, #E2E2E200 100%) no-repeat center;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}

	.home-fold-6 ul li:before {
		content: "\25B8";
		color: #fff;
		padding-right: 8px;
	}

.home-fold-7 {
	padding-top: 40px;
	padding-bottom: 80px;
	background: transparent linear-gradient(180deg, #E2E2E2 0%, #E2E2E200 30%) 0% 0% no-repeat padding-box;
}

	.home-fold-7 .discount-table {
		text-align: left;
		box-shadow: 0px 3px 6px #00000029;
		border-radius: 13px;
		position: relative;
	}

	.home-fold-7 .discount-table tr:last-child {
		border-bottom: none;
	}

	.home-fold-7 .discount-table th:first-child {
		border-top-left-radius: 13px;
	}

	.home-fold-7 .discount-table th:last-child {
		border-top-right-radius: 13px;
	}

	.home-fold-7 .discount-table tr:last-child td:first-child {
		border-bottom-left-radius: 13px;
	}

	.home-fold-7 .discount-table tr:last-child td:last-child {
		border-bottom-right-radius: 13px;
	}

	.home-fold-7 .discount-table tr th:nth-child(2),
	.home-fold-7 .discount-table tr td:nth-child(2) {
		border-left: 1px solid #E2E2E2;
		border-right: 1px solid #E2E2E2;
	}

	.home-fold-7 .discount-table th {
		padding: 15px 30px;
		vertical-align: top;
		font-size: 18px;
		background-color: #333333;
		color: var(--color-blue);
	}

	.home-fold-7 .discount-table td {
		padding: 14px 30px;
	}

	.home-fold-7 .discount-table td:first-child {
		color: var(--color-blue);
	}

	.home-fold-7 .discount-table td:first-child,
	.home-fold-7 .discount-table td:last-child {
		font-family: 'CenturyGothic-Bold', arial, sans-serif;
	}

	.discount-tag {
		height: 64px;
		width: 64px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--color-lblue);
		color: #fff;
		position: absolute;
		right: -15px;
		top: -15px;
	}

	.discount-tag span {
		line-height: 20px;
	}

.home-fold-8 {
	padding-top: 150px;
	padding-bottom: 140px;
	background: url('../img/fold8-bg.png') center, linear-gradient(0deg, #87CEFA7D 0%, #87CEFA00 80%) no-repeat center;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}

	.home-fold-8 ul li {
		line-height: 28px;
	}

	.home-fold-8 ul:first-child {
		padding-left: 1rem;
		margin-bottom: .5rem;
	}

	.home-fold-8 ul:first-child li:before {
		font-family: 'FontAwesome';
		content: "\f00c";
		color: #fff;
		padding-right: 8px;
	}

.home-fold-9 {
	background: linear-gradient(180deg, #87CEFA7D 0%, #87CEFA00 100%) no-repeat center;
	padding-top: 70px;
	padding-bottom: 40px;
	text-align: center;
}

.home-fold-10 {
	padding-top: 150px;
	padding-bottom: 80px;
	background: url('../img/fold10-bg.png') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}

	.home-fold-10 a:hover {
		color: var(--color-lblue);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
	}

/*--------------------------------------------------------------
SIGNUP PAGE
--------------------------------------------------------------*/
.membership-pricing-pg {
	background-color: #E2E2E2;
	border-top: 20px solid var(--color-blue);
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

/*--------------------------------------------------------------
FAQ
--------------------------------------------------------------*/
.faq-pg {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var(--color-blue);
	color: #fff;
	text-align: center;
}

.faq-content {
	padding-top: 60px;
	padding-bottom: 60px;
	background: transparent linear-gradient(180deg, #E2E2E2 0%, #E2E2E200 100%) 0% 0% no-repeat padding-box;
}

	.faq-content h3 {
		font-size: 20px;
		padding-bottom: 0;
		color: var(--color-blue);
	}

/*--------------------------------------------------------------
SIGNUP
--------------------------------------------------------------*/
.signup-pg {
	margin-top: 0 !important;
}

.signup-banner {
	min-height: calc(100vh - 20px);
	background: url('../img/signup-banner.png') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.signup-card {
	background: transparent linear-gradient(180deg, #E2E2E2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	padding: 40px 50px;
	border-radius: 6px;
	box-shadow: 0px 3px 6px #00000029;
	margin: 10% 20%;
}

	.signup-card .wpcf7-spinner {
		display: none !important;
	}

.footer-signup {
	padding-top: 20px;
	padding-bottom: 0;
	background-color: var(--color-blue);
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.desktop-header-fixed {
	padding: 12px 15px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	background: transparent linear-gradient(180deg, #E2E2E2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

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

/*HEADER ON SCROLL*/
.desktop-header-scroll {
	background: transparent linear-gradient(180deg, #E2E2E2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	-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;
	margin-bottom: 0;
}

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

		ul.nav-menu > li > a {
			text-decoration: none;
			text-transform: uppercase;
			color: #333333;
			font-family: 'CenturyGothic-Bold', 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;
		}

		ul.nav-menu > li > div {
			padding-left: .5rem;
			font-family: 'CenturyGothic-Bold', arial, sans-serif;
		}

		ul.nav-menu > li > div i {
			font-size: 14px;
		}

		ul.nav-menu > li > div a {
			text-decoration: none;
			text-transform: uppercase;
			color: #333333;
			font-family: 'CenturyGothic-Bold', arial, sans-serif;
			-webkit-transition: all 300ms ;
			-moz-transition: all 300ms ;
			-ms-transition: all 300ms ;
			-o-transition: all 300ms ;
			transition: all 300ms ;
		}

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

	/*NAV ON HOVER*/
	ul.nav-menu li a:hover{
		color: #ff9933;
		-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:hover ul.sub-menu {
		display: block;
	}
	
	ul.nav-menu li ul.sub-menu {
		list-style: none;
		padding-left: 0px;
		text-align: center;
		position: absolute;
		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);
	}

	ul.nav-menu li ul.sub-menu li a {
		color: #fff;
		text-transform: uppercase;
		display: block;
		min-width: 100px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

		ul.nav-menu li ul.sub-menu li a:hover {
			background: #6b0500;
			-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;
		}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
	padding-top: 40px;
	padding-bottom: 15px;
	background: #333;
	color: #fff;
}

footer .copyright {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

/*NAV MENU*/
footer ul.nav-menu {
	list-style: none;
	text-align: right;
	margin-bottom: 1.5rem;
}

	footer ul.nav-menu > li {
		display: inline-block;
		vertical-align: top;
		padding-right: 15px;
		font-size: 14px;
	}

		footer ul.nav-menu > li:not(:first-child) {
			border-left: 1px solid var(--color-blue);
		}

		footer ul.nav-menu > li > a {
			text-decoration: none;
			text-transform: capitalize;
			color: #fff;
			font-family: 'CenturyGothic', 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*/
	footer ul.nav-menu > li.current_page_item > a {
		color: var(--color-blue);
	}

	/*NAV ON HOVER*/
	footer ul.nav-menu li a:hover{
		color: var(--color-blue);
		-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 -----*/
	footer ul.nav-menu li ul.sub-menu {
		display: block;
	}
	
	footer ul.nav-menu li ul.sub-menu {
		list-style: none;
		padding-left: 0px;
		text-align: left;
		position: relative;
		z-index: 100;
		background: transparent;
		border-top: 0px solid #6b0500;
		margin-left: 0;
	}

	footer ul.nav-menu li ul.sub-menu li {
		display: block;
		margin-left: 0;
		padding-left: 25px;
		border-bottom: 0px solid rgba(255,255,255,0.2);
		font-size: 12px;
	}

	footer ul.nav-menu li ul.sub-menu li a {
		color: #fff;
		text-transform: capitalize;
		display: block;
		min-width: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

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

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

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

	footer ul.social-profiles li {
		padding-left: 7px;
		padding-right: 7px;
	}

	footer ul.social-profiles li a {
		color: #fff;
		font-size: 24px;
	}

	footer ul.social-profiles li a:hover {
		color: var(--color-blue);
	}

/*--------------------------------------------------------------
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;
}