/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Blue */
/* Dark Grey */
/* Dark Blue */
/* Maroon */
/* many colors in comp */
/*
*  _mixins
*  Author: P11 Interactive Team
*  -------------------------------------------------------------------------------------------
*  Notes: Define patterns of property value pairs, which can then be reused in other rule sets
*/
/*@include mq-md {
   width: 100%;
 }*/
h2.subheadline {
  font-family: "MrEavesModOT-Book", serif;
}

h3 {
  font-size: 2rem;
}

.hero-left {
  width: 37%;
  padding: 90px 0px;
  min-height: 550px;
}
@media (max-width: 1024px) {
  .hero-left {
    padding: 2rem 0;
    min-height: 0;
  }
}

.hero-left-content {
  font-size: 24px;
}

#slider.hero-right {
  width: 63%;
  position: absolute;
  margin-left: 37%;
}
@media (max-width: 1024px) {
  #slider.hero-right {
    padding-bottom: 50%;
  }
}

@media (max-width: 1024px) {
  .hero-left,
  #slider.hero-right {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
#slider.hero-right,
.slide-interior .slide {
  top: 0;
  bottom: 0;
  max-height: none;
  height: auto;
}

.neighborhood-title,
.price, .sqft, .sales-centers {
  font-family: "MrEavesModOT-Reg", serif;
  padding: 1rem 3rem;
  line-height: 150%;
}
.neighborhood-title p,
.price p, .sqft p, .sales-centers p {
  margin-bottom: 1rem;
}
.neighborhood-title p:last-child,
.price p:last-child, .sqft p:last-child, .sales-centers p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .neighborhood-title,
  .price, .sqft, .sales-centers {
    padding: 1rem;
  }
}

.price span {
  display: block;
  font-size: 1.5rem;
  font-family: "MrEavesModOT-Bold", serif;
}

.sqft p, .sales-centers p {
  line-height: normal;
}
.sqft span, .sales-centers span {
  font-family: "MrEavesModOT-Book", serif;
  display: block;
}

.sales-centers {
  padding: 0 3rem 1rem;
}
@media (max-width: 640px) {
  .sales-centers {
    padding: 1rem;
  }
}

.sales-center-link {
  display: inline-block;
  clear: right;
}

.neighborhood-title h1,
.neighborhood-title h2 {
  margin-bottom: 1rem;
  font-size: 46px;
  color: #751C27;
  font-family: "MrsEavesOT-Roman", serif;
}
@media (max-width: 640px) {
  .neighborhood-title h1,
  .neighborhood-title h2 {
    font-size: 35px;
    margin-bottom: 0.5rem;
  }
}

#content .builder-intro.text-section h3 {
  font-size: 2rem;
  color: #1075a9;
  font-family: "MrEavesModOT-Reg", serif;
}
#content .builder-intro.text-section strong {
  color: #751C27;
}

#videos iframe {
  margin: 0.5rem;
}

.feature-link {
  display: inline-block;
  width: 33.3333333333%;
  min-width: 350px;
  text-align: center;
}
@media (max-width: 640px) {
  .feature-link {
    width: 100%;
    min-width: 0;
  }
  .feature-link h3 {
    font-size: 1.5rem;
  }
}

#content img.site-plan-image {
  width: 100%;
  height: auto;
  max-width: 1000px;
  height: auto;
}

.map-marker {
  padding-left: 2rem;
  background-image: url("/wp-content/themes/client-theme/images/communities/map-pin.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.contact-form-intro {
  font-size: 2rem;
  padding: 3rem;
  margin-bottom: 3rem;
  background-color: #FFFFFF;
}

/* Form Date Picker */
.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.collapse.show {
  max-height: 500px;
}

#ui-datepicker-div.ui-datepicker.ui-widget {
  font-size: 1rem;
}
#ui-datepicker-div.ui-datepicker.ui-widget .ui-datepicker-calendar table {
  font-size: 14px;
}
#ui-datepicker-div.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-datepicker-header {
  background-color: #1075a9;
  color: #FFFFFF;
}
#ui-datepicker-div.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-datepicker-title {
  font-size: 18px;
}

#content .text-section h2.amenities-title {
  font-size: 2rem;
}

.f-button.is-arrow {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 3;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 5rem;
  height: 5rem;
  background: none;
}
.f-button.is-arrow.disabled {
  opacity: 0.5;
}

.f-button.is-arrow.is-prev {
  left: 0.2em;
}
@media (max-width: 768px) {
  .f-button.is-arrow.is-prev {
    left: -15px;
  }
}

.f-button.is-arrow.is-next {
  right: 0.2em;
}
@media (max-width: 768px) {
  .f-button.is-arrow.is-next {
    right: -15px;
  }
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 50px;
  height: 100px;
  background: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right-carousel-arrow {
  background-image: url("/wp-content/themes/client-theme/images/global/arrow-carousel-right.png");
  right: 15px;
}
.right-carousel-arrow:hover {
  right: 10px;
}

.left-carousel-arrow {
  background-image: url("/wp-content/themes/client-theme/images/global/arrow-carousel-left.png");
  left: 15px;
}
.left-carousel-arrow:hover {
  left: 10px;
}

.f-carousel__slide.community-amenities-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 60%;
  height: 0;
}

.map-iframe {
  width: 100%;
  height: 85vh;
  padding: 1em 0;
  border: 0;
  background-color: #FFFFFF;
}

/*# sourceMappingURL=neighborhoods-taxonomy.css.map */
