/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
  /* HP Communities : START */
  .map-text .gsite-title {
    font-size: 65px;
  }
  /* HP Communities : END */
	
	.hp-numbers .gsite-bg canvas {
		background-position: 0.79vw center;
	}
}

@media only screen and (max-width: 1500px) {
  /* Header : START */
  .navigation {
    margin: 0 auto 0 55px;
  }
  .site-navi > li {
    margin: 0 10px;
  }
  .header-contact {
    margin: 0 30px 0 auto;
  }
  /* Header : END */
}

@media only screen and (max-width: 1440px) {
  .tagline-holder {
    top: 53%;
    font-size: 45px;
  }
}

@media only screen and (max-width: 1366px) {
  /* Header : START */
  .navigation {
    margin: 0 auto 0 25px;
  }
  .site-navi > li {
    margin: 0 5px;
  }
  .site-navi > li > a {
    font-size: 15px;
  }
  .header-contact {
    margin: 0 10px 0 auto;
  }
  .header-contact .header-contact-item {
    margin-right: 10px;
  }
  /* Header : END */
  #scroll-down ul li {
    margin-bottom: 15px;
  }
  /* HP Testimonials : START */
  .testimonials-left {
    padding-left: 1.75vw;
  }
  /* HP Testimonials : END */
  /* HP Media : START */
  .media-item.media-title {
    padding-left: 4.813vw;
    padding-right: 3.313vw;
  }
  /* HP Media : END */
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
  :root {
    --padding: 30px;
    --font-size-title: 42px;
  }
  .gsite-title span {
    font-size: 16px;
  }
  /* Header : START */
  .site-navi li a {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  /*.header-contact .header-contact-item {
    margin-right: 5px;
  }*/
  .header-brokerage a img {
    width: 100px;
  }
  /* Header : END */
  /* Side Navigation : START */
  #scroll-down {
    right: 10px;
  }
  /* Side Navigation : END */
  /* Hero : START */
  .tagline-holder {
    font-size: 40px;
  }
  .qsearch-form .form-input input:not([type="submit"]), .qsearch-form .form-input select {
    font-size: 11px;
  }
  /* Hero : END */
  /* HP Welcome : START */
  .welcome-text {
    padding: 118px 25px 20px;
  }
  /* HP Welcome : END */
  /* HP Testimonials : START */
  .testimonials-holder {
    padding: 0 40px;
  }
  .testimonials-item .testimonials-item-inner {
    padding: 40px 20px;
  }
  .testimonials-prev {
    left: 0;
  }
  .testimonials-next {
    right: 0;
  }
  /* HP Testimonials : END */
  /* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
  #content .entry-title,
  #content .archive-title {
    font-size: 42px;
  }
  /* Styles for category/archive/search/etc subheadings (h2) */
  #content .archive-subtitle {
    font-size: 35px;
  }
  #content .entry-title span,
  #content .archive-title span {
    font-size: 16px;
  }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  #main-wrapper {
    padding-top: 52px;
  }
  /* Header : START */
  .header {
    position: relative;
    padding: 20px 15px;
  }
  .header-logo {
    width: 100%;
  }
  /* Header : END */
  /* Hero : START */
  .hero::after {
    display: none;
  }
  .qsearch-holder {
    position: relative;
  }
  .qsearch-inner {
    padding: 50px 0;
    background: rgba(var(--secondary-color-rgb), 1);
  }
  .qsearch-form {
    max-width: 360px;
    margin: 0 auto;
  }
  .qsearch-form .form-input {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .qsearch-form .form-lg,
  .qsearch-form .form-md,
  .qsearch-form .form-sm {
    width: 100%;
  }
  .qsearch-form .form-input input:not([type="submit"]), .qsearch-form .form-input select {
    font-size: 13px;
  }
  .qsearch-form .form-button {
    width: 100%;
  }
  /* Hero : END */
  /* HP Communities : START */
  .hp-communities {
    padding: 90px 0;
  }
  .communities-holder {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .communities-item {
    width: 100%;
  }
  .map-outer {
    height: auto !important;
  }
  .map-inner {
    -webkit-transform: none !important;
            transform: none !important;
    width: 100%;
  }
  .map-transparent,
  .map-true,
  .map-inner map,
  .map-hovers,
  .map-labels,
  .map-compass,
  .map-plane {
    display: none;
  }
  .map-text {
    position: relative;
    top: inherit !important;
    left: inherit;
    padding: 30px 15px;
  }
  /* HP Communities : END */
  /* HP Welcome : START */
  .hp-welcome {
    padding: 110px 0 100px;
  }
  .welcome-container {
    width: 600px;
  }
  .welcome-image {
    width: 100%;
    padding-top: 25px;
    padding-left: 25px;
  }
  .welcome-text {
    width: 100%;
    padding: 50px 0;
  }
  /* HP Welcome : END */
  /* HP Numbers : START */
  .hp-numbers {
    padding: 0 15px;
  }
  /* HP Numbers : END */
  /* HP Properties : START */
  .hp-properties::before {
    height: 50%;
  }
  .properties-holder {
    padding: 0;
  }
  .properties-text {
    position: relative;
    width: 100%;
    right: 0;
  }
  .properties-prev {
    left: -20px;
  }
  .properties-next {
    right: -20px;
  }
  /* HP Properties : END */
  /* HP Testimonials : START */
  .hp-testimonials {
    padding: 160px 0 150px;
  }
  .testimonials-container {
    padding: 0 15px;
  }
  .testimonials-left {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .testimonials-right {
    width: 100%;
  }
  .testimonials-holder {
    padding: 0;
    max-width: 400px;
    margin: 50px auto 0;
  }
  .testimonials-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .testimonials-arrow {
    position: relative;
    top: inherit;
    -webkit-transform: none;
            transform: none;
    left: inherit !important;
    right: inherit !important;
    margin: 0 5px;
  }
  .testimonials-prev {
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
  /* HP Testimonials : END */
  /* HP Media : START */
  .media-item.media-title {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .media-item:not(.media-title) {
    width: 50%;
  }
  .media-item a canvas {
    min-height: auto;
  }
  /* HP Media : END */
  /* HP Social : START */
  .social-title {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
  .social-item {
    width: 50%;
  }
  .social-image canvas {
    min-height: auto;
  }
  .social-counts div {
    font-size: 14px;
  }
  .social-counts div img {
    width: 18px;
  }
  .social-caption {
    font-size: 14px;
    line-height: 1.2;
  }
  .social-item .ai-font-instagram {
    font-size: 25px;
    right: 20px;
    bottom: 10px;
  }
  /* HP Social : END */
  /* Footer : START */
  .footer-info > .di-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-logo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .footer-brokerage {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0;
  }
  .footer-contact {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* Footer : END */
  .gsite-title {
    text-align: center;
  }
  /* The following are used on inner pages. Please edit carefully. */
  .inner {
    width: 100%;
  }
  #content-sidebar, #content-full {
    width: 100%;
    padding: 0;
  }
  .outer {
    width: 100%;
    min-width: 100%;
  }
  #content-sidebar #content {
    width: 100%;
  }
  .error404 #inner-page-wrapper {
    padding-top: 0;
  }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  .ip-banner .container {
    width: 100%;
  }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 568px) {
  :root {
    --font-size-title: 34px;
  }
  .gsite-title span {
    font-size: 14px;
  }
  /* Hero : START */
  .tagline-holder {
    font-size: 28px;
  }
  /* Hero : END */
  /* HP Communities : START */
  .hp-communities {
    padding: 50px 0;
  }
  .communities-image div {
    font-size: 30px;
  }
  /* HP Communities : END */
  /* HP Welcome : START */
  .hp-welcome {
    padding: 50px 0;
  }
  /* HP Welcome : END */
  /* HP Numbers : START */
  .numbers-inner {
    padding: 50px 0;
  }
  /* HP Numbers : END */
  /* HP Properties : START */
  .hp-properties {
    padding-top: 50px;
  }
  /* HP Properties : END */
  /* HP Testimonials : START */
  .hp-testimonials {
    padding: 50px 0;
  }
  /* HP Testimonials : END */
  /* HP Media : START */
  .hp-media {
    padding: 50px 0;
  }
  .media-container {
    padding: 0 15px;
  }
  .media-item:not(.media-title) {
    width: 100%;
  }
  /* HP Media : END */
  /* HP Social : START */
  .social-item {
    width: 100%;
  }
  /* HP Social : END */
  /* Footer : START */
  .footer-contact .footer-contact-item a {
    line-height: 1.4;
  }
  /* Footer : END */
  /* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
  #content .entry-title,
  #content .archive-title {
    font-size: 34px;
  }
  #content .entry-title span,
  #content .archive-title span {
    font-size: 14px;
  }
  /* Styles for category/archive/search/etc subheadings (h2) */
  #content .archive-subtitle {
    font-size: 28px;
  }
}
