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

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

.break {
	display: block;
}

.yellow-divider {
	width: 238px;
	border-bottom: 6px solid var(--color2);
	margin-top: -30px;
 	margin-bottom: 25px;
}

	.yellow-divider-xs {
		width: 215px;
	}

.pg-fold {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt60 {
	padding-top: 60px;
}

.visible-xs {
	display: none !important
}

.inner-banner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.relative {
	position: relative;
}

.vcenter {
	margin: 0;
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header {
	margin-bottom: 90px;
}

.desktop-header-fixed {
	padding: 15px 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 ;
	background: #fff;
	border-top: 9px solid var(--color1);
}

/*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;
	margin-bottom: 0;
	padding-top: 10px;
}

	ul.nav-menu li {
		display: inline-block;
		margin-left: 20px;
		vertical-align: middle;
	}

		ul.nav-menu li a,
		ul.nav-menu li ul.sub-menu li a,
		ul.nav-menu li.current_page_parent ul.sub-menu li a {
			text-decoration: none;
			text-transform: uppercase;
			color: #000;
			font-family: 'Rockwell', arial, sans-serif;			
			-webkit-transition: all 300ms ;
			-moz-transition: all 300ms ;
			-ms-transition: all 300ms ;
			-o-transition: all 300ms ;
			transition: all 300ms ;
			display: block;
		}

	/*NAV ACTIVE LINK*/
	li.current_page_item a {
		color: var(--color1) !important;
	}

	/*NAV ON HOVER*/
	ul.nav-menu li a:hover{
		color: var(--color1) !important;
		-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;
		padding-top: 10px;
	}
	
	ul.nav-menu li ul.sub-menu {
		list-style: none;
		padding-left: 0px;
		text-align: left;
		position: absolute;
		z-index: 1001;
		background: #fff;
		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.btn-color2 a,
		ul.nav-menu li.btn-color2 a:hover {
			color: #fff !important;
		}

	ul.nav-menu li ul.sub-menu li a {
		text-transform: uppercase;
		display: block;
		min-width: 100px;
		color: #000;
		font-family: 'Rockwell', arial, sans-serif;
		padding: 7px;	
	}

		ul.nav-menu li ul.sub-menu li a:hover {
			color: var(--color1) !important;
			-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;
		}


/*--------------------------------------------------------------
HOME - PAGE ID 2
--------------------------------------------------------------*/
.home-hero {
	height: 700px;
	overflow: hidden;
	background: rgb(250,250,250);
	background: linear-gradient(0deg, rgba(250,250,250,1) 0%, rgba(114,149,165,1) 100%);
	/*background: url('../img/hero-bg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	position: relative;
}

.home-hero video {
	width: 100%;
}

.home-hero-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 18%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
}

	.home-hero-text .yellow-divider {
		margin-top: -10px;
	  	margin-bottom: 20px;
	}


	.home-hero-text button {
		margin-top: 18px;
	}

.home-hero video {
	opacity: 0.6;
	position: relative;
	z-index: 1;
}

.home-feat-thumb {
	margin-top: -30px;
}

.contact-fold {
	background: #EEEEEE;
	scroll-margin-top: 100px;
}

	.contact-fold h4 {
		color: var(--color1);
	}

	.contact-fold-blue-bg {
		background: var(--color1);
		color: #fff;
	}

	.contact-fold-blue-bg h4 {
		color: #fff;
	}

.review-fold {
	background: var(--color1);
	padding: 80px 15px;
}

.carousel-inner {
	margin-top: 50px;
	margin-bottom: 50px;
}

	.carousel-control-prev {
		margin-left: -140px;
	}

	.carousel-control-next {
		margin-right: -140px;
	}

	.carousel-indicators {
		visibility: hidden;
		margin-bottom: -25px;
	}

.review-cont {
	padding: 60px 15px;
	border: 3px solid var(--color2)
}

	.review-cont img {
		margin-bottom: 20px;
	}

	.review-thumb {
		text-align: center;
	}

		.review-thumb img {
			border-radius: 100%;
		}

/*--------------------------------------------------------------
ABOUT - PAGE ID 58
--------------------------------------------------------------*/
.about-banner,
.reviews-banner {
	background: url('../img/about-banner.png')no-repeat top center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

/*--------------------------------------------------------------
REVIEWS - PAGE ID 66
--------------------------------------------------------------*/
.reviews-wrapper {
  display: flex;
  flex-flow: column wrap;
  max-height: 2800px;
  max-width: 100%; 
}

.reviews-box {
	width: 48%;
	background: #F3F3F3;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px 40px;
}

.reviews-box-thumb {
	max-width: 50px !important;
	max-height: 50px !important;
	display: inline-block !important;
	border-radius: 100%;
	margin-right: 10px;
}

/*--------------------------------------------------------------
CONSULTATION - PAGE ID 80
--------------------------------------------------------------*/
.consult-banner {
	background: url('../img/consult-banner.jpg')no-repeat top center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.consult-cont {
	background: #F8F8F8;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 60px 80px;
}

ul.consult-name {
	padding-left: 0;
	list-style: none;
	border-bottom: 2px solid var(--color2);
  padding-bottom: 20px;
}

	ul.consult-name li {
		display: inline-block;
		vertical-align: top;
	}

ul.consult-name li:first-child {
	width: 75%;
	color: var(--color1);
	font-family: 'Rockwell', arial, sans-serif;
	font-size: 24px;
	line-height: 40pxpx;
}

ul.consult-name li:last-child {
	width: 20%;
	font-size: 36px;
	color: var(--color1);
	background: #fff;
	text-align: center;
	line-height: 40px;
}

	ul.consult-name li:last-child span {
		font-size: 24px;
	}
.consult-cont strong {
	color: var(--color1);
	font-family: 'Jost B', arial, sans-serif;
}

/*--------------------------------------------------------------
RECOMMENDED PRODUCTS - PAGE ID 222
--------------------------------------------------------------*/
.products-banner {
	background: url('../img/products-banner.png')no-repeat top center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: cover;
}

.product-box {
	border-radius: 6px;
	color: #fff;
	background-color: var(--color1);
	padding: 36px;
	height: 100%;
}

.product-thumb-con {
	background-color: #fff;
	width: 100%;
	border-radius: 6px;
}

.products-box-thumb {
	margin: auto;
	padding: 1rem;
	width: auto;
	height: 250px !important;
}


/*--------------------------------------------------------------
MODAL
--------------------------------------------------------------*/
.sched-cont {
	margin: 30px;
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	padding: 30px 45px;
	border: 1px solid #eee;
	border-radius: 13px;
}

	a .sched-cont p {
		color: #000;
	}

	a:hover .sched-cont .btn-outline-color1 {
		color: #000;
    background-color: var(--color2) !important;
    border: 1px solid var(--color2);
	}

	a:hover .sched-cont {
		border: 1px solid var(--color2);
	}

/*--------------------------------------------------------------
POLICY
--------------------------------------------------------------*/
.finpol-highlight {
	background: var(--color1);
	color: #fff;
	padding: 40px 80px;
	border-radius: 13px;
}

	.finpol-highlight ul {
		border-left: 7px solid var(--color2);
		padding-right: 20px;
		list-style: none;
	}

	.finpol-highlight ul li {
		padding: 8px 0;
	}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
	background: transparent linear-gradient(180deg, var(--unnamed-color-f3f3f3) 0%, var(--unnamed-color-eeeeee) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #F3F3F3 0%, #EEEEEE 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	padding-top: 60px;
	padding-bottom: 100px;
}

img.footer-logo {
	max-width: 190px !important;
}

.footer-contact {
	padding-top: 40px;
}

.footer-contact-details {
	position: relative;
}

.footer-contact ul {
	padding-left: 0;
	display: table;
  	margin: 0 auto;
}

	.footer-contact ul li {
		list-style: none;
		display: inline-block;
		vertical-align: top;
	}

	.footer-contact ul li:first-child {
		border-right: 1px solid #000;
		padding-right: 20px;
		margin-right: 10px;
	}

.footer-cta {
	padding-top: 30px;
}

ul.social-profiles {
	text-align: center;
}

	ul.social-profiles li a {
		color: var(--color2);
		font-size: 30px;
		margin: 0 5px;

	}

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

.footer-cta-btn {
	text-align: center;
}

.footer-copyright {
	border-top: 2px solid var(--color1);
	padding-top: 60px;
	text-align: center;
	margin-top: 40px;
}

	.footer-copyright p {
		font-size: 15px;
		line-height: 29px;
		margin-bottom: 0;
	}

.cookie-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #F3F3F3;
	padding: 15px 0;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	background: #fff;
	z-index: 10;
}

.cookie-banner ul {
	padding-left: 0;
	width: 70%;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
}

	.cookie-banner ul li {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		padding: 0 10px;
	}

	.cookie-banner ul li .btn {
		width: 150px;
		margin-left: 12px;
	}

/*--------------------------------------------------------------
404 PAGE
--------------------------------------------------------------*/
.pg-404 {
	position: relative;
	height: 89vh;
	background: url('../img/404.png') no-repeat top center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.pg-404-content {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-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;
}