/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
 @media only screen and (max-width: 1440px) {
	 .home-expertise-image img {
	    max-width: 675px;
	}

	.home-expertise-content-text {
	    padding: 6.25vw 5.125vw 5.625vw 7.188vw !important;
	}

	.post-page-contact p#breadcrumbs,
	.post-page-contact .ip-banner .container {
	    padding: 0 100px;
	}
}

@media only screen and (max-width: 1366px) {
	.home-expertise-image img {
	    max-width: 590px;
	}

	.home-expertise-image img {
	    margin-top: 32%;
	}

	.home-expertise-content-text {
	    padding: 6.25vw 5.125vw 5.625vw 4.188vw !important;
	    line-height: 1.55 !important;
	}

	.post-page-contact p#breadcrumbs,
	.post-page-contact .ip-banner .container {
	    padding: 0 75px;
	}
}

@media only screen and (max-width: 1280px) {
	.post-page-contact p#breadcrumbs,
	.post-page-contact .ip-banner .container {
	    padding: 0 50px;
	}
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
	#send-message .container {
		width: 100%;
	}

	.home-expertise-image img {
	    max-width: 480px;
	}

	.home-expertise-image img {
	    margin-top: 22%;
	}

	.home-expertise-content-text {
	    line-height: 1.25 !important;
	    letter-spacing: 0.1px !important;
	}

	#site-header .container {
	    max-width: 100%;
	}

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
	.post-page-contact p#breadcrumbs,
	.post-page-contact .ip-banner .container {
	    padding: 0 30px;
	}
	#pojo-a11y-toolbar {
         display:none;
    }
	.home-expertise-image img {
	    margin: 0 auto !important;
	}
	.container {
		width: 750px;
	}

	.mobile-screen {
		display: block;
	}

	.desktop-screen {
		display: none;
	}

	#site-header {
		display: none !important;
	}

	.amh-header-buttons.amh-2a .amh-navigation-trigger span,
	.amh-header-buttons.amh-2a .amh-header-right-btn {
		font-family: var(--font-family-default);
		font-size: 16px !important;
	}
		.amh-header-buttons.amh-2a .amh-header-right-btn {
			padding-top: 20px;
		}

	.qsearch-submit {
		margin-top: 20px;
	}
	.qsearch-close {
		display: none;
	}

	#aios-testimonials .aios-testimonials {
		margin: 0 !important;
	}

	#send-message .container {
		max-width: 750px !important;
		width: 100% !important;
	}
		#send-message .container .row {
			flex-direction: column;
		}
			.send-message-title,
			.send-message-form {
				width: 100% !important;
			}
				.send-message-title .section-title {
					margin-bottom: 40px;
				}

	.footer-logo {
		flex-direction: column;
	}
		.footer-site-logo {
			margin-right: 0;
			margin-bottom: 30px;
		}

	/* The following are used on inner pages. Please edit carefully. */

	.inner {
	    width: 100%;
	}
	#content-sidebar, #content-full {
	    width: 100%;
	}
	.outer{
		width: 100%;
		min-width: 100%;
	}
	#content-sidebar #content{
		width: 100%;
	}

	.calculator-section .calculator__navigate .nav-tabs .nav-item {
	    padding-left: 15px !important;
	}

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}

    .ip-banner .container{
        width: 100%;
    }

	.footernav li {
		padding: 7px;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

}

