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

/*--------------------------------------------------------------
CUSTOM BREAK POINTS
--------------------------------------------------------------*/
/*@media (min-width: 1200px) and (max-width: 1399px) {
	ul.nav-menu > li > a {
		font-size: 13px;
	}
}
*/
@media (min-width: 768px) and (max-width: 1199px) {
	.logo img {
		max-width: 190px !important;
		margin: 0 auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	ul.nav-menu {
		text-align: center;
	}

	ul.nav-menu li {
		margin-left: 5px;
		margin-right: 5px;
	}

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

@media (max-width: 1199px) {
	.footer-contact ul li:first-child {
		border-right: none;
	}

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

		ul.social-profiles li a {
			margin: 0 10px 0 0;

		}

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

@media (min-width: 822px) and (max-width: 900px) {
	.carousel-control-prev {
		margin-left: -100px;
	}

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

}

@media (max-width: 821px) {
	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}

	.carousel-indicators {
		visibility: visible;
	}

}


