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

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

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

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

.menu-nav,
.menu-secondary {
	justify-content: end;
}

.home-pg {
	min-height: unset;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-fold-3 {
	padding-top: 120px;
	padding-bottom: 100px;
}
	
	.discount-box span {
		font-size: 14px;
		line-height: 20px;
	}

.home-fold-6 {
	padding-bottom: 60px;
}

.home-fold-8 {
	padding-top: 130px;
	padding-bottom: 160px;
}

.home-fold-9 {
	padding-top: 40px;
}

.home-fold-10 {
	padding-bottom: 0;
}

footer ul.nav-menu {
	display: flex;
}

footer ul.nav-menu > li {
	align-self: flex-start;
	font-size: 14px;
	text-align: center;
}

footer ul.nav-menu li ul.sub-menu {
	text-align: center;
}

footer ul.nav-menu li ul.sub-menu li {
	padding-left: 12px;
}

footer ul.nav-menu li ul.sub-menu li a {
	font-size: 12px;
}

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

/*--------------------------------------------------------------
SIGNUP
--------------------------------------------------------------*/
.signup-banner {
	min-height: unset;
	padding-top: 100px;
	padding-bottom: 100px;
}

.signup-card {
	margin: 60px 8px;
	padding: 40px 30px;
}

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


