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

@media (min-width: 992px) {

	

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

/*--------------------------------------------------------------
CUSTOM BREAK POINTS
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1399px) {

	.home-quote h2 {
		font-size: 30px;
	}

	.home-quote .mid-quote h2 {
		font-size: 26px;
	}

	.bottom-tagline p {
		font-size: 14px;
	}

	.bottom-tagline h4 {
		font-size: 20px;
	}

	.bottom-tagline .col-4:nth-child(2) {
		padding: 0;
	}

	.home-video + div ul li {
	    padding-left: 4px;
	    padding-right: 4px;
	}

	.home-video + div ul li a {
	    font-size: 14px;
	}

	.home-pg .left-quote {
		font-size: 20px;
	}

}


@media (min-width: 992px) and (max-width: 1439px) {
	

}


@media (min-height: 950px) {

	.home-pg {
		padding-top: 200px;
	}

	.home-video video {
		height: 100%;
	}

	.home-pg .poppins {
		font-size: 30px;
	}

	.home-quote h2 {
		font-size: 36px;
	}

	.home-quote .mid-quote h2 {
		font-size: 30px;
	}

	.bottom-tagline p {
		font-size: 17px;
	}

	.bottom-tagline h4 {
		font-size: 28px;
	}

	/*.home-video .welcome h1 {
		font-size: 64px;
	}

	.home-video .welcome img {
		width: 64px;
	}*/
/*
	.home-quote h2 {
		font-size: 36px;
	}

	.home-quote .mid-quote h2 {
		font-size: 34px;
	}*/
}
