/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 1600px) {

	/*==============
	 Global
	===============*/
	body {
		font-size: 15px;
	}

	/*==============
	 Global Title
	===============*/
	.ttl__txt {
		font-size: 60px;
	}

	.hpMeet__left .ttl__txt {
		font-size: 50px;
	}

	.ttl__txtSmall {
		font-size: 20px;
	}

	/*==============
	 Button
	===============*/
	.btn__inner {
		font-size: 14px;
	}

	/*==============
	 HP Slider
	===============*/
	.hpSlider__captionTxt {
		font-size: 60px;
	}

	.hpSlider__captionTxtSmall {
		font-size: 40px;
	}

	/*==============
	 Testimonials
	===============*/
	.testi__itemTxt {
		font-size: 18px;
	}

}

@media only screen and (max-width: 1440px) {
	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) #nav>li:not(:last-child) {
		margin: 0 8px 0 0;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) #nav li a {
		font-size: 11px;
	}
}

@media only screen and (max-width: 1365px) {

	/*==============
	 Testimonials
	===============*/
	.testiWrap__inner {
		padding: 10px 6vw 0;
	}

	.testi__arrowPrev {
		left: 2.5vw;
	}

	.testi__arrowNext {
		right: 2.5vw;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) .header__logo {
		width: 15%;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) .header__right {
		width: 85%;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) #nav li a {
		font-size: 10px;
	}

	html[lang="fr"] #nav li a {
		font-size: 9px;
	}

	html[lang="ru"] .feed__btns .btn__inner {
		font-size: 7.5px;
	}


}

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

	/*==============
	 Global
	===============*/
	body {
		font-size: 13px;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) .header__logo {
		width: 14%;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) .header__right {
		width: 86%;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) .header-translate {
		margin-bottom: 3px;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) #nav>li:not(:last-child) {
		margin: 0 5px 0 0;
	}

	html:not([lang="auto"], [lang="en-US"], [lang="ar"], [lang="zh-CN"]) #nav li a {
		font-size: 9px;
	}

	html[lang="fr"] #nav li a,
	html[lang="pt"] #nav li a,
	html[lang="es"] #nav li a {
		font-size: 7.5px;
	}

	html[lang="ru"] .feed__btns .btn__inner {
		font-size: 6px;
	}

	.hpMeet__left {
		padding-left: 7.6%;
	}

	/*==============
	 HP Blogs
	===============*/
	.hpBlogs__excerpt,
	.hpBlogs__btn {
		font-size: 11px;
	}

	.hpBlogs__btn {
		max-width: 145px;
	}

	/*==============
	 Footer
	===============*/
	.footer {
		font-size: 10px;
	}

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
	.ip-contact {
		flex-direction: column;
	}

	a.fc {
		width: 100%;
		max-width: 533px;
		margin: 0 auto 10px;
		display: block;
	}

	/*==============
	 Global
	===============*/
	body,
	.fs-18 {
		font-size: 15px;
	}

	/*==============
	 Global Title
	===============*/
	.ttl {
		justify-content: center;
		flex-direction: column;
		margin: 0 0 40px;
	}

	.ttl__num {
		margin: 0;
		text-align: center;
	}

	.ttl__txt {
		font-size: 40px;
		margin: 10px 0 0;
		text-align: center;
	}

	.ttl__txtSmall {
		font-size: 20px;
	}

	#content .entry-title,
	#content .archive-title {
		font-size: 40px;
	}

	#content .archive-subtitle {
		font-size: 30px;
	}

	/*==============
	 Global Button
	===============*/
	.btn__inner {
		font-size: 14px;
	}


	html[lang="ru"] .feed__btns .btn__inner {
		font-size: 9px;
	}

	/*==============
	 Parallax
	===============*/
	.parallax {
		background-position: center center !important;
		background-attachment: local !important;
	}

	/*==============
	 Mobile Header
	===============*/
	.aios-mobile-header-wrapper {
		z-index: 1034 !important;
	}

	/*==============
	 Containers
	===============*/
	.custom-container,
	.custom-container-sm {
		width: 100%;
		padding: 0 15px;
	}

	/*==============
	 Header
	===============*/
	.header {
		position: relative;
		padding: 67px 0 15px;
		background: #a1bdd8;
	}

	.header__inner {
		justify-content: center;
		flex-direction: column;
	}

	.header__logo {
		width: 200px !important;
	}

	.header__logo img {
		margin: auto;
	}

	.header__right {
		width: 200px;
	}

	/*==============
	 SMIs
	===============*/
	.smisWrap {
		position: relative;
		background: #a1bdd8;
		left: 0;
		top: 0;
		padding: 5px 0 15px;
		width: 100%;
	}

	.smis {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.smis__link {
		width: 38px;
		height: 38px;
		font-size: 16px;
		border-color: #fff;
	}

	.smis__item,
	.smis__item:not(:first-child) {
		margin: 0 10px;
	}

	.smis__link img {
		width: 20px;
	}

	/*==============
	 MLS
	===============*/
	.mls {
		position: relative;
		right: 0 !important;
		transform: none;
	}

	.mls__txt {
		justify-content: center;
		font-size: 16px;
		padding: 20px;
	}

	.mls .ai-font-magnifying-glass-e {
		font-size: 29px;
		margin: 0 0 0 15px;
	}

	/*==============
	 Meet Experts
	===============*/
	.hpMeet {
		padding: 50px 0 !important;
	}

	.hpMeet__inner {
		flex-direction: column-reverse;
		align-items: center;
	}

	.hpMeet__left,
	.hpMeet__right,
	.digital__left,
	.social__left,
	.social__right {
		width: 100%;
		max-width: 500px;
		text-align: center;
		margin: auto;
	}

	.hpMeet__left {
		padding: 50px 15px 0;
	}

	.hpMeet__btn {
		margin: 30px auto 0;
	}

	/*==============
	 Digital
	===============*/
	.digital__inner,
	.digital__leftTop {
		flex-direction: column;
	}

	.digital__leftTop {
		align-items: center;
	}

	.digital__leftTop .ttl,
	.digital__icons {
		width: 100%;
	}

	.digital__icons {
		margin: 30px 0 0;
		justify-content: center;
	}

	.digital__iconsItem {
		width: 30px;
	}

	.digital__iconsItem,
	.digital__iconsItem:not(:last-child) {
		margin: 5px;
	}

	.digital__right {
		width: 100%;
		max-width: 400px;
		margin: 50px auto 0;
	}

	/*==============
	 Podcast
	===============*/
	.podcast__top {
		padding: 30px 0 0;
		flex-direction: column;
	}

	.podcast__thumbnail,
	.podcast__details {
		width: 100%;
	}

	.podcast__thumbnail {
		max-width: 300px;
		margin: auto;
	}

	.podcast__ttl {
		font-size: 30px;
		line-height: 1.2;
	}

	.podcast__play {
		width: 65px;
		height: 65px;
		font-size: 25px;
		margin: 30px auto;
	}

	.podcast__time {
		margin: 25px 0 0;
	}

	.podcast__progressBar {
		height: 16px;
		margin: 10px 0 0;
	}

	.podcast__audioItemTtl {
		width: 80%;
		text-align: left;
	}

	.podcast__audioLink {
		padding: 10px 1.875vw 10px 2.813vw;
	}

	.podcast__audioItem.is-active .podcast__audioLink {
		font-size: 18px;
	}

	/*==============
	 Report
	===============*/
	.report__ttl,
	.report__btn {
		font-size: 20px;
		padding: 20px;
	}

	.report__arrow {
		font-size: 35px;
	}

	/*================
	 Featured Listings
	=================*/
	.fpWrap {
		padding: 70px 0;
	}

	.fp__price {
		font-size: 25px;
	}

	.fp__details {
		font-size: 13px;
		padding: 15px;
	}

	.fp__btn {
		font-size: 11px;
		max-width: 160px;
	}

	.fp__nav {
		margin: 35px auto 0;
		max-width: 300px;
	}

	.fp__navArrow {
		margin: 0 20px 20px;
	}

	.fp__navBtn {
		order: 3;
		margin: 30px auto 0 !important;
	}

	/*==============
	 Testimonials
	===============*/
	.testiWrap {
		padding: 70px 0;
	}

	.testi__detailsName {
		font-size: 20px;
	}

	.testi__itemTxt {
		font-size: 13px;
	}

	.testi__arrow {
		font-size: 35px;
	}

	.slick-dots {
		margin: 30px 0 50px;
	}

	.slick-dots li,
	.slick-dots button {
		width: 10px;
		height: 10px;
	}

	/*==============
	 Social
	===============*/
	.social__inner {
		flex-direction: column;
	}

	.social__left,
	.social__right {
		padding: 70px 15px;
	}

	.feed__inner:after {
		font-size: 20px;
		right: 15px;
		bottom: 15px;
	}

	.feed__btnsItem {
		width: 100%;
		margin: 5px 0;
	}

	.feed__btns .btn__inner {
		font-size: 11px;
	}

	.feed__btns .btn i {
		font-size: 28px;
		margin: 0 10px 0 0;
	}

	.insta__iconsItem img {
		width: 28px;
	}

	.insta__iconsItem {
		font-size: 17px;
	}

	/*==============
	 HP Blogs
	===============*/
	.hpBlogs__item:not(:first-child) {
		margin: 10px 0 0;
	}

	.hpBlogs__ttl,
	.hpBlogs__excerpt {
		text-align: left;
	}

	.hpBlogs__excerpt {
		font-size: 13px;
		margin: 20px 0 0;
	}

	.hpBlogs__btn {
		font-size: 12px;
		max-width: 170px;
		padding: 10px;
		margin: 20px 0 0;
	}

	.social__rightBtn {
		max-width: 100%;
	}

	.social__rightBtn .btn__inner {
		font-size: 13px;
	}

	.feed__btns,
	.social__rightBtn {
		margin: 40px auto 0;
	}


	/*==============
	 Get In Touch
	===============*/
	.git {
		padding: 50px 0;
		margin: 40px 0 0;
	}

	.git__inner.relative {
		padding: 70px 15px;
	}

	.git__inner form {
		width: 100%;
	}

	.git__row--col2 {
		flex-wrap: wrap;
	}

	.git__row--col2 .git__field {
		width: 100%;
	}

	.git__row:not(.git__row--col2) {
		margin: 0;
	}

	.git__field {
		margin: 15px 0 0;
	}

	.git__field input {
		height: 60px;
	}

	.git__field textarea {
		height: 140px;
	}

	.git .wpcf7-response-output,
	.git .wpcf7-not-valid-tip {
		font-size: 13px;
	}

	/*==============
	 Footer
	===============*/
	.footer {
		padding: 50px 0;
	}

	.footer__top {
		flex-direction: column;
	}

	.footer__left,
	.footer__mid {
		width: 100%;
		max-width: 360px;
	}

	.footer__mid,
	.footer__right {
		margin: 30px auto 0;
		text-align: center;
	}

	.footer__right {
		width: 100%;
	}

	.footer__left img {
		margin: auto;
	}

	.footer__left img:not(:first-child) {
		margin: 20px auto 0;
	}

	.footer__infoItem,
	.footer__infoItem a {
		justify-content: center;
	}

	.footer__infoItem .ai-mobile-phone:first-child {
		margin: 0 0 15px;
	}

	.footernav {
		column-count: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footernav li {
		margin: 0 10px;
	}

	.footer__bot {
		margin: 20px 0 0;
		padding: 20px 0 0;
	}

	.ai-footer-logo,
	.footer__policy {
		margin: 20px 0 0;
	}


	/*==============
	 Hidden SP
	===============*/
	.header__right .menu,
	.smisWrap__txt,
	.hpMeet__inner:before,
	.hpMeet:before,
	.ttl__num:after {
		display: none !important;
	}

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

	.header-translate {
		justify-content: center;
		margin-top: 15px;
		margin-bottom: 0;
	}

	span.get-postcast.new-pod iframe {
		margin-bottom: -195px;
	}

	.footer__infoItem,
	.footer__infoItem a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer__infoItem em {
		width: 100%;
	}

	.footer__infoItem .ai-mobile-phone {
		margin: 0 auto 10px !important;
		display: block;
	}

	.footer__infoItem .ai-font-phone-alt {
		vertical-align: middle;
		margin-right: 5px;
	}

	.hpMeet__txt ul {
		padding-left: 0;
		list-style-type: none;
	}

	.hpMeet__txt ul li {
		margin: 6px auto;
	}

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

	/*==============
	 Testimonials
	===============*/
	.testiWrap__inner {
		padding: 10px 0 0;
	}

	.testi__arrow {
		position: relative;
		top: unset;
		display: inline-block !important;
		margin: 0 30px;
	}

	/*==============
	 HP Blogs
	===============*/
	.hpBlogs__item {
		padding: 25px 15px;
	}

	.hpBlogs__link,
	.hpBlogs__item:nth-child(even) .hpBlogs__link {
		flex-direction: column;
		align-items: center;
	}

	.hpBlogs__thumbnail {
		width: 100%;
		max-width: 235px;
		margin: auto;
	}

	.hpBlogs__ttl,
	.hpBlogs__excerpt {
		text-align: center;
	}

	.hpBlogs__ttl {
		margin: 20px 0 0;
	}

	.hpBlogs__btn {
		margin: 20px auto 0;
	}


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


}

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

	/*================
	 Featured Listings
	=================*/
	.fp__details {
		font-size: 12px;
	}


	/*==============
	 Social
	===============*/
	.feed__item {
		width: 100%;
	}

	html[lang="fr"] .social__rightBtn .btn__inner,
	html[lang="ru"] .social__rightBtn .btn__inner,
	html[lang="de"] .social__rightBtn .btn__inner {
		font-size: 9px;
	}

	#aios-testimonials.aios-testimonials-page h1 {
		font-size: 30px !important;
	}

	.aios-smf-theme-three .aios-smf-header #theme-title .filter-feed a {
		font-size: 20px !important;
		letter-spacing: 0.1em !important;
	}

	#content .entry-title,
	#content .archive-title {
		font-size: 28px;
		letter-spacing: 0;
	}

}