/* @override 
	https://dev.my-apartment-in-paris.com/wp-content/themes/map/css/home-32.css */
.underline {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #b05447;
  margin: 10px auto;
}
#map-home .user-profile > .profile {
  position: relative;
  padding: 120px 10%;
}
#map-home .user-profile > .profile img.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
#map-home .user-profile > .profile .content-wrapper {
  position: relative;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}
#map-home .user-profile > .profile h1,
#map-home .user-profile > .profile h2,
#map-home .user-profile > .profile h3 {
  margin: .3em 0;
  line-height: 1.25em;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}
#map-home .user-profile .score p {
  margin: -1em 0 0;
  color: #fff;
}
#map-home .user-profile .score p strong {
  font-weight: 800;
}
#map-home .user-profile h1 + .score {
  margin-top: 40px !important;
}
#map-home .user-profile [data-star] {
  text-align: left;
  font-style: normal;
  display: inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}
#map-home .user-profile [data-star]:before {
  display: block;
  content: '★★★★★';
  color: #eee;
}
#map-home .user-profile [data-star]:after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  width: 0;
  color: #ff8c00;
  overflow: hidden;
  height: 100%;
  width: var(--value);
}
#map-home .user-profile .trustpilot img {
  display: block;
  height: 24px;
  width: auto;
  margin: 0 auto;
}
#map-home .user-profile .cta {
  margin: 20px 0;
}
#map-home .user-profile .cta a.animated-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 10px 0;
}
#map-home .user-profile .cta a.animated-btn.secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#map-home .user-profile .cta a.animated-btn.secondary:before {
  background: #fff;
}
#map-home .user-profile .cta a.animated-btn.secondary:hover span {
  color: #b05447;
}
#map-home .user-profile .lodger h1,
#map-home .user-profile .owners h2 {
  font-size: 2em;
  line-height: 1.1em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#map-home .user-profile .lodger h2,
#map-home .user-profile .owners h3 {
  font-size: 1.4em;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #map-home .user-profile .profile.lodger {
    border-bottom: 3px solid #fff;
  }
  #map-home .user-profile > .profile .content-wrapper {
    padding: 20px;
  }
}
@media screen and (min-width: 602px) {
  #map-home .user-profile {
    display: flex;
  }
  #map-home .user-profile > .profile {
    width: 50%;
  }
  #map-home .user-profile > .profile img.bg-image {
    width: 110%;
  }
  #map-home .user-profile > .profile.lodger img.bg-image {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
  #map-home .user-profile > .profile.owners img.bg-image {
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
#map-home {
  padding: 0;
}
#map-home .group-title {
  font-size: 1.6em;
  font-weight: 400;
  margin: 30px auto 0;
}
#map-home .available-apartments {
  clear: both;
  position: relative;
  padding: 50px 0;
  background: #fff;
}
#map-home .available-apartments .soft-link {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: -24px;
}
#map-home .available-apartments .soft-link .arrow-down-icon {
  background: #fff;
  color: #cec2b2;
}
#map-home .available-apartments .apartment-card {
  position: relative;
}
#map-home .available-apartments .btn {
  margin: 0;
  position: relative;
  padding: 12px 24px;
  border-radius: 60px;
}
#map-home .parallax-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
#map-home .parallax-container:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #e2dbd1;
  opacity: .75;
}
#map-home .about-map {
  position: relative;
  padding: 60px 0;
}
#map-home .about-map .soft-link {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: -24px;
  z-index: 2;
}
#map-home .about-map .soft-link .arrow-down-icon {
  background: #faf8f7;
  color: #cec2b2;
}
#map-home .about-map .argument {
  margin: 0 40px 30px;
}
#map-home .about-map .argument .icon img {
  display: block;
  margin: 0 auto;
  border: 8px solid #fff;
  width: 220px;
}
#map-home .about-map .argument h4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  color: #b05447;
  max-width: 360px;
}
#map-home .about-us .btn:hover,
#map-home .partners .btn:hover,
#map-home .postcodes-container .btn:hover {
  background: #fff;
  color: #16242e;
}
#map-home .apartment-type {
  background: #fff;
  padding: 80px 0;
  position: relative;
}
#map-home .apartment-type .soft-link {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: -24px;
  z-index: 2;
}
#map-home .apartment-type .soft-link .arrow-down-icon {
  background: #fff;
  color: #cec2b2;
}
#map-home .apartment-type .group-title {
  color: #16242e;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#map-home .apartment-type .group-title small {
  display: block;
  text-transform: none;
  font-weight: 400;
}
#map-home .apartment-type img {
  display: block;
  border-radius: 16px;
  margin: 40px 0 20px;
}
#map-home .apartment-type .type-wrapper {
  padding: 0 20px;
}
#map-home .apartment-type .type-wrapper h4 {
  margin: 0;
  font-size: 1.4em;
  font-family: 'Quicksand', sans-serif;
}
#map-home .apartment-type .type-wrapper h4 a {
  color: inherit;
}
#map-home .apartment-type .type-wrapper h4:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #b05447;
  margin: 10px auto;
  margin: 15px 0 0;
}
#map-home .apartment-type .type-wrapper .cta a {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  margin-top: 15px;
  border: 1px solid #b05447;
  color: #b05447;
  border-radius: 20px;
  transition: all 0.6s ease-in-out;
}
#map-home .apartment-type .type-wrapper .cta a:hover {
  background: #b05447;
  border-color: #b05447;
  color: #fff;
}
#map-home .testimonials {
  position: relative;
  padding: 80px 0;
  background: #cec2b2;
  background: linear-gradient(#f6f3f0, #ece7e1);
}
#map-home .testimonials .soft-link {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: -24px;
  z-index: 2;
}
#map-home .testimonials .soft-link .arrow-down-icon {
  background: #fff;
  color: #cec2b2;
}
#map-home .testimonials .group-title {
  font-size: 2em;
  margin: 30px auto 20px;
  line-height: 1.6em;
}
#map-home .testimonials h4 {
  color: #b05447;
  font-size: 1.4em;
}
#map-home .testimonials .testimonial-group {
  background: #fff;
  margin: 0 30px;
}
#map-home .testimonials .testimonial-card {
  width: auto;
  max-width: 100%;
}
#map-home .partners {
  padding: 80px 0;
  background: #fff;
}
#map-home .partners .group-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
}
#map-home .partners .group-title:after {
  margin-left: 0;
}
#map-home .partners .partner-logo {
  display: block;
  width: auto;
  height: 140px;
  margin: 0 20px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#map-home .partners .slick-dots {
  position: relative;
  bottom: auto;
}
#map-home .partners .slick-arrow {
  background: #fff !important;
  border: 1px solid #b05447;
}
#map-home .partners .slick-arrow:before {
  color: #b05447;
}
#map-home .partners .slick-arrow.slick-prev {
  left: 50%;
}
#map-home .partners .slick-arrow.slick-next {
  right: 50%;
}
#map-home .about-us {
  padding: 80px 0;
}
#map-home .about-us h2 {
  margin: 0;
  font-size: 2.4em;
  font-weight: 300;
  color: #b05447;
}
#map-home .about-us h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}
#map-home .about-us p {
  font-weight: 300;
}
#map-home .about-us img {
  display: block;
  margin: 1em 0;
}
#map-home .apartments-categories {
  padding: 50px 0;
}
#map-home .apartments-categories .apartment-type-wrapper {
  margin-bottom: 30px;
}
#map-home .apartments-categories .apartment-type-wrapper .image {
  display: block;
  height: 0;
  padding-bottom: 115%;
  background-color: #cec2b2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}
#map-home .apartments-categories .apartment-type-wrapper .title {
  color: #16242e;
}
#map-home .apartments-categories .apartment-type-wrapper .title .label {
  font-family: 'Hahmlet', serif;
  font-size: 1.4em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1360px) and (min-width: 992px) {
  #map-home .available-apartments .row .col.s12.m6.l3 {
    width: 33.3333333333%;
  }
  #map-home .available-apartments .row .col.s12.m6.l3:last-child {
    display: none;
  }
  #map-home .postcodes-wrapper .district-wrapper .valign-wrapper .term-title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 992px) {
  body.sticky-bar #apartment-search-form .form-wrapper:before,
  body.sticky-bar #apartment-search-form .form-wrapper:after {
    display: none;
  }
  body.sticky-bar #apartment-search-form button {
    background: #b05447;
    border: 1px solid #b05447;
  }
  body.sticky-bar #apartment-search-form #reset-search {
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
  }
  body.sticky-bar #apartment-search-form .row {
    background: #16242e !important;
  }
  body.sticky-bar #apartment-search-form .form-wrapper .row {
    padding-top: 10px;
  }
  body.sticky-bar #apartment-search-form .row.view-type {
    display: none;
  }
  body.sticky-bar.apartment-list #search-bar {
    padding: 30px 0 0;
  }
  body.sticky-bar.apartment-list #search-bar .available {
    display: none;
  }
  body.sticky-bar.apartment-list #search-bar .row {
    margin-bottom: 0;
  }
  body.sticky-bar #search-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #16242e;
    color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    animation: 1s slidein;
  }
  body.sticky-bar #search-bar.add-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.sticky-bar #search-bar .container > .row {
    margin-bottom: 0;
  }
  body.sticky-bar #search-bar .form-wrapper {
    padding: 0;
  }
  body.sticky-bar #search-bar .reset-row,
  body.sticky-bar #search-bar .counter-row,
  body.sticky-bar #search-bar .more-criteria-row {
    display: none;
  }
  body.sticky-bar #search-bar #apartment-search-form.short-term-search .form-wrapper .row {
    padding-top: 0;
  }
  body.sticky-bar #search-bar #apartment-search-form.short-term-search .form-wrapper .row .reset-row {
    display: block;
  }
  body.sticky-bar #search-bar #apartment-search-form.short-term-search .form-wrapper .row #travelers .dropdown-label {
    font-size: .85em;
  }
  body.sticky-bar #search-bar.short-term-search-bar {
    background: #fff;
  }
  body.sticky-bar #search-bar.short-term-search-bar #apartment-search-form .row {
    background: #fff !important;
    color: #16242e;
  }
  body.sticky-bar #search-bar.short-term-search-bar #apartment-search-form .row #reset-search {
    border: none;
    background: #f6f3f0;
    color: #baa993;
  }
  #map-home .available-apartments:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #16242e;
  }
  #map-home .available-apartments .btn {
    background: #b05447;
  }
  #map-home .available-apartments .btn:hover {
    background: #97483d;
  }
  #map-home .partners-slider {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0;
  }
  #map-home .partners-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    background: #b05447;
    z-index: 9;
  }
  #map-home .partners-slider .slick-arrow.slick-prev {
    left: 0;
    margin-left: 0;
  }
  #map-home .partners-slider .slick-arrow.slick-next {
    right: 0;
    margin-right: 0;
  }
  .apartment-mini-card .apartment-title {
    font-size: 1.2em;
  }
  .apartment-mini-card .price-and-availability {
    font-size: .9em;
  }
  .single-apartment .apartment-description {
    clear: both;
  }
  #map-faq .map-contact-us {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1440px) {
  #map-home .group-title {
    font-size: 2.2em;
  }
  #map-home .apartment-type .type-wrapper {
    padding: 0 40px;
  }
  #map-home .apartment-type .type-wrapper h4 {
    font-size: 1.8em;
  }
  #map-home .apartment-type .type-wrapper p {
    font-size: 1.2em;
    font-weight: 300;
  }
}
@media only screen and (max-width: 990px) {
  #map-home {
    padding-top: 0;
  }
  #map-home .about-map .argument {
    margin-left: 5px;
    margin-right: 5px;
  }
  #map-home .about-map .argument h4 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 600px) {
  #map-home .about-us,
  #map-home .about-map,
  #map-home .partners,
  #map-home .testimonials,
  #map-home .apartment-type,
  #map-home .postcodes-container {
    padding: 40px 0;
  }
  #map-home .postcodes-wrapper .btn {
    margin: 0;
  }
  #map-home .partners-slider {
    margin-top: 30px;
  }
  #map-home .group-title {
    font-size: 1.4em;
    margin: 0;
  }
  #map-home .about-map .argument {
    margin: 0;
  }
  #map-home .about-map .argument .icon {
    width: 110px;
    margin: 0 auto;
  }
  #map-home .about-us h2 {
    font-size: 1.8em;
  }
  #map-home .partners .group-title {
    font-size: 1.2em;
  }
  #map-home .testimonials .group-title {
    margin-top: 0;
  }
  #map-home .testimonials .testimonial-group {
    margin: 0;
  }
  #map-home .testimonials .testimonial-group .testimonial-card .title {
    margin: 10px 70px;
  }
  #map-home .testimonials .testimonial-group .testimonial-card .wrapper {
    padding: 0 0 60px;
  }
  #map-home .testimonials .testimonial-group .testimonial-card .wrapper:before,
  #map-home .testimonials .testimonial-group .testimonial-card .wrapper:after {
    top: 0;
  }
  #map-home .testimonials .testimonial-group .testimonial-card .text {
    font-size: .85em;
  }
  #map-home #all-apartments-map {
    height: 120vw;
  }
}
