/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
	.header.mobile-header {
		display: none;
	}
}


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

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

	#site-header.position-fixed #nav li a {
		font-size: max(0.8vw, 11px);
	}

	.footer-cta .container-vw {
		width: 100%;
	}

	.footernav li a {
		font-size: max(0.875vw, 13px);
	}
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
	#content .archive-content h2 {
        text-align: left;       
    }
	.slider-logo.font-title.mobile-tagline-logo {
		/* display: block; */
	}
	.header {
		padding: 15px;
		background: rgb(0 0 0 / 70%);
	}
	.header.mobile-header .site-header-logo {
		display: block;
		margin: 0;
	}
	.header.header--fixed {
		display: block;
        position: fixed;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        left: 0;
        padding-right: 15px;
        background: #000;
	}
	#pojo-a11y-toolbar {
		display: none;
	}

	.container {
		width: 750px;
	}

	.mobile-screen {
		display: block;
	}

	.desktop-screen {
		display: none;
	}

	#site-header {
		border: 0 none;
		padding: 0;
		top: 0;
	}

	#site-header > .container {
		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-brand {
		padding: max(32px, 5vw) 0 max(3.438vw, 42px);
	}

	.footer-logo {
		flex-direction: column;
	}

	.footer-site-logo {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
		max-width: 200px;
	}

	.footer-realtor {
		width: 100%;
		max-width: 200px;
	}

	.footer-trusted {
		max-width: 350px;
		width: 100%;
		margin: 2em auto 0;
	}

	.footer-cta {
		padding: max(32px, 3.125vw) 16px;
	}

	.footernav {
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: 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;
	}

	#content .archive-list > article {
		width: 100%;
	}

	#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
		margin: 0.75em 0;
		font-size: 24px;
		text-align: left;
	}

	#content .archive-list .archive-has-thumbnail .archive-subtitle {
		text-align: left;
	}

	#content .archive-list .article-long p {
		font-size: 17px;
	}

	#content .archive-list .article-long .archive-thumbnail,
	#content .archive-list .article-long .archive-has-thumbnail {
		width: 100%;
		margin-left: 0;
	}

}

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

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

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