/*
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 (Tablet)
*/

@media (min-width: 768px) and (max-width: 991px) {

/*--------------------------------------------------------------
GENERAL STYLES
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
}

.yellow-divider {
	width: 130px;
}

header {
  margin-bottom: 152px;
}

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

}

/*--------------------------------------------------------------
CONTACT FORM / Google ReCAPTCHA
--------------------------------------------------------------*/
[title~=recaptcha] {
	width: 400px !important;
	height: 580px !important;
}

.google-recaptcha iframe {
	min-width: 304px !important;
	height: auto !important;
}

.contact-input {
	text-align: right;
}

/*--------------------------------------------------------------
Full Width Video iFrame on Modal 
--------------------------------------------------------------*/
.video-modal-content {
    width: 72%;
}

/*--------------------------------------------------------------
HEADER 
--------------------------------------------------------------*/
ul.nav-menu {
	text-align: center;
}

	ul.nav-menu li {
		margin: 6px 10px;
	}

	ul.nav-menu li a {
		font-size: 14px;
	}

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

/*--------------------------------------------------------------
HOME - PG 2
--------------------------------------------------------------*/
.home-hero {
	height: auto;
	margin-top: 0px;
}

.home-hero-text {
  left: 16%;
}

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

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

/*--------------------------------------------------------------
REVIEWS - PAGE ID 66
--------------------------------------------------------------*/
.reviews-wrapper {
	max-height: 3100px;
}


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

.consult-cont {
	padding: 50px 30px;
}

/*--------------------------------------------------------------
REVIEWS - PAGE ID 66
--------------------------------------------------------------*/
.reviews-wrapper {
	max-height: 3100px;
}

/*--------------------------------------------------------------
RECOMMENDED PRODUCTS - PAGE ID 222
--------------------------------------------------------------*/
.products-box-thumb {
	height: 200px !important;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.footer-copyright p {
	font-size: 12px;
}

.cookie-banner ul {
	width: 90%;
	font-size: 11px;
	line-height: 15px;
}

	.cookie-banner ul li .btn {
		width: auto;
		margin-left: 8px;
		font-size: 12px;
	}

} /*END of @media 768px - 991px*/

/*--------------------------------------------------------------
CUSTOM IPAD BREAKPOINTS
--------------------------------------------------------------*/
/*IPAD Portrait & Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	body {
		overflow-x: hidden;
	}
} /*END of IPAD Portrait & Landscape*/

/*IPAD in Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

} /*END of IPAD in Landscape*/


/*IPAD in Portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

} /*END of IPAD in Portrait*/


