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

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

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

.home-pg {
	height: initial;
}

.header .logo .logo-1 {
    height: 90px !important;
}

.header .logo .logo-2 {
    height: 90px;
}

/*.team-bio-modal img {
	max-width: 200px;
}*/
	
.home-pg, .services-pg, .archive-blog-pg, .insurance-pg, .blog-pg, .shop-pg, .condition-pg, .archive-reviews {
	padding-top: 140px;
}
	
.team-fold {
	padding-top: 150px;		
}
	
.refer-pg {
	padding-top: 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%;
}

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

/*--------------------------------------------------------------
CUSTOM IPAD BREAKPOINTS
--------------------------------------------------------------*/
/*IPAD Portrait & Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

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


