/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
 @media only screen and (max-width: 1440px) {
	/* .post-page-contact .ip-banner > .container,
	.post-page-contact #content #breadcrumbs, */
	.post-page-contact .addtoany_content {
		padding: 0 100px;
	}
 }

 @media only screen and (max-width: 1366px) {
	/* .post-page-contact .ip-banner > .container,
	.post-page-contact #content #breadcrumbs, */
	.post-page-contact .addtoany_content {
		padding: 0 75px;
	}
 }

 @media only screen and (max-width: 1280px) {
	/* .post-page-contact .ip-banner > .container,
	.post-page-contact #content #breadcrumbs, */
	.post-page-contact .addtoany_content {
		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%;
	}

	.footernav li {
		padding: 0 14px;
	}

	.post-page-contact #content .contact-info ul li:last-child {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	#listings-results .listings-sort .listings-filter-tab a {
		min-width: 136px !important;
	}
}

@media only screen and (min-width: 992px) {

	#listings-details .listings-slideshow-splide .listings-slideshow-splide-img:after,
	#listings-details .listings-hero-single:after {
		width: 100%;
		height: 50%;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: linear-gradient(to top, rgba(14, 14, 14, 0) 35%, rgba(14, 14, 14, 1) 100%);
		pointer-events: none;
		z-index: 3;
		opacity: 0.8;
	}

	#content .archive-content.archive-has-thumbnail {
		margin-top: -30px !important;
	}
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

	#pojo-a11y-toolbar {
		display:none;
   }

	.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;
		}

		.footer-realtor{
			display: grid;
		}

		.footer-realtor img{
			margin: 15px auto;
		}

		.footernav {
			flex-direction: column;
			text-align: center;
		}

		.footernav li {
			padding: 7px;
		}

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

	#content .aios-communities-metropolitan .aios-communities-metropolitan-item-title .section-title{
		font-size: 26px;
	}

	/* .post-page-contact .ip-banner > .container,
	.post-page-contact #content #breadcrumbs, */
	.post-page-contact .addtoany_content {
		padding: 0 30px;
	}

}

/* 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) {
	.post-page-contact #content .contact-info ul li p {
		font-size: 12.5px !important;
	}

}

@media only screen and (max-width: 400px) {
	.post-page-contact #content .contact-main {
		padding: 60px 0 0 !important;
	}
	.post-page-contact #content .contact-info ul li p {
		font-size: 11.5px !important;
	}
}

