/*------------------------------------------------------------------------
# Foundry Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Menu
    3.   Custom blocks
    4.   Blog, Testimonials, Gallery, Portfolio & other blocks
    5.   Contact forms & Simplenews
    6.   Login & Register
--------------------------------------------------------------------------------*/

/* 01. Custom CSS
 --------------------------------------------------------------------------------*/

/* Font */
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://use.typekit.net/pja6xii.css");
.f_lato {
  font-family: "Lato", sans-serif;
}

/* Element Style */
body {
  margin-top: 0;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
}
.overlay::before {
  display: block;
}
h1.page-header {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
}
p:last-child {
  margin-bottom: auto !important;
}
.label a {
  color: #fff;
}
#edit-actions input[type="submit"],
#edit-actions button[type="submit"] {
  width: auto;
}
.icon.glyphicon {
  font-size: 12px;
}
.form-control {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
ul ul {
  /* margin-left: 40px; */
}

/* Zones & Regions */
#main-container {
  overflow: hidden;
  padding: 96px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  #main-container {
    padding: 80px 0;
  }
}
.page-node-type-full-page #main-container {
  padding: 0;
}

/* Search form */
#search-form input.form-search {
  height: 50px;
  background: #f8f8f8;
}
#search-form a#edit-help-link {
  display: none;
}
.path-search h2,
.path-search h3 {
  padding-top: 40px;
}
.path-search ol li {
  padding-bottom: 40px;
}

/* Search block sidebar */
#search-block-form .input-group {
  width: 100%;
}
#search-block-form input[type="search"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500; /*margin-bottom: 24px;*/
  border-radius: 0;
}
.builder-row {
  margin-left: -15px;
  margin-right: -15px;
}

/* Comment form */
form#comment-form textarea {
  padding: 16px 20px;
  background: #f5f5f5 none repeat scroll 0 0;
}
form#comment-form select#edit-comment-body-0-format--2 {
  background: #f5f5f5 none repeat scroll 0 0;
}
form#comment-form button#edit-submit {
  float: right;
  max-width: 25%;
  margin-right: 0;
}
.region-content ul.links {
  padding-top: 24px;
  text-transform: uppercase;
}

/* Sidebars */
aside h2.block-title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
aside .block {
  margin-bottom: 48px;
  padding: 0;
}

/* Footer Style */
footer {
  border: none !important;
  margin: 0 !important;
}
footer section {
  padding: 0;
  margin: 0;
}
.footer-1 h2.block-title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #555;
}

/* Margins & Padding */
p.mb24 {
  margin-bottom: 24px !important;
}
p.mb48 {
  margin-bottom: 48px !important;
}
p.mb64 {
  margin-bottom: 64px !important;
}
p.mb80 {
  margin-bottom: 80px !important;
}

/*--------------------------------------------------------------------------------*/

/* 02. Menu
 --------------------------------------------------------------------------------*/

/* Logo */
.site-branding .logo {
  margin: 0;
}
.site-branding .logo img {
  max-height: 60%;
}
.site-branding .name {
  display: none;
}

/* Main menu */
.menu > li {
  margin-right: 12px;
}
nav.fixed,
nav.absolute {
  z-index: 9999;
}
.navbar-toggle {
  margin: 0;
  padding: 0;
  border: none;
}
nav.transparent.fixed .menu > li > span,
.menu li span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #292929;
  padding: 10px 15px;
  line-height: 30px;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}
.menu li span:hover {
  opacity: 1 !important;
}
nav.transparent .navbar-toggle,
nav.bg-dark .navbar-toggle {
  color: #fff;
}
nav.transparent .mobile-toggle.active .navbar-toggle {
  color: #000;
}
.menu > li > ul li span {
  color: #fff;
  height: auto;
  padding: 6px 24px;
}
.has-dropdown::after {
  right: 15px !important;
  top: -2px !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.nav li a:hover,
.nav li a:focus {
  background: none;
}
#block-mainnavigation .navbar-nav > li > a {
  margin-top: 2px;
}
.menu > li ul {
  display: block;
  height: auto;
}
.menu > li ul li {
  margin-right: 0;
}
@media all and (min-width: 990px) {
  .menu > li.mega-menu-li ul {
    width: 400px;
  }
  .menu > li.mega-menu-li ul li {
    width: 50%;
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
    float: left;
  }
  nav.transparent .menu > li > span,
  nav.bg-dark .menu > li > span {
    color: #fff;
  }
}
.menu li a.is-active {
  /* opacity: 1 !important; */
}
a.search-menu-item {
  position: relative;
  text-indent: -100px;
  width: 50px;
  overflow: hidden;
}
a.search-menu-item:before,
nav.transparent.fixed a.search-menu-item::before {
  position: absolute;
  content: "\e610";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #000;
  text-indent: 0;
  left: 0;
  top: 0;
  border-left: 1px solid #ccc;
  height: 100%;
  padding: 15px 0 0 20px;
}
nav.transparent a.search-menu-item::before {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 990px) {
  .navbar-toggle {
    display: block;
  }
}

/* Menu for Logged in users */
.user-logged-in nav.absolute {
  top: 80px;
}

/* Pager */
nav.pager-nav {
}
nav.pager-nav .pagination li a {
  width: auto;
  padding: 6px 12px;
}

/* Breadcrumbs */
.breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb li a,
.breadcrumb li {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  padding: 0 16px;
  color: #bbb;
}
@media all and (max-width: 767px) {
  .breadcrumb > li + li:before {
    padding: 0 4px;
  }
}

/* Nav tabs */
nav.tabs {
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------*/

/* 03. Custom Blocks
 --------------------------------------------------------------------------------*/

/* Block Style */
.image-edge .container div[class*="col-"] div[class*="col-"] {
  position: relative;
}
.background-image-holder {
  position: absolute !important;
}
.masonry-layout .masonry-item {
  background: none;
  border: none;
}
.postscript {
  margin-bottom: 48px;
}
.postscript h2.block-title {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #555;
}

/* Masonry Loader */
.block-block-content9d9675fb-6125-4680-aa51-69faf55603ed {
  height: 0;
}

/*--------------------------------------------------------------------------------*/

/* 04. Blog, Testimonials, Gallery, Portfolio & other blocks
 --------------------------------------------------------------------------------*/

/* View - Blog */
.view-blog .post-title,
.view-blog .views-field-view-node {
  margin-top: 24px;
}

/* Blog detail */
.node--type-article .field--name-field-video {
  margin-bottom: 24px;
}
.post-meta .field--name-field-blog-category {
  display: inline;
}
.node--type-article .content section h2 {
  letter-spacing: 2px;
  margin-right: -2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
.node--type-article .content section article.comment {
  padding-bottom: 40px;
}

/* Blog Masonry */
.path-blog-masonry-2-col .main-container,
.path-blog-masonry-3-col .main-container,
.path-blog-masonry-sidebar-left .main-container,
.path-blog-masonry-sidebar-right .main-container {
  background: #f8f8f8;
}

/* Block - Recent posts */
.recent-posts .views-field.views-field-created {
  display: block;
  letter-spacing: 0;
  opacity: 0.8;
  margin-top: 5px;
}
.recent-posts .link-list {
  line-height: normal;
}

/* Block - Twitter Feed */
.block-twitter-feed h3,
.block-twitter-feed hr {
  display: none;
}
.block-twitter-feed ul li {
  margin-bottom: 24px;
}
.block-twitter-feed .block-inner ul li {
  position: relative;
  padding-left: 22px;
}
.block-twitter-feed .block-inner ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  float: left;
  display: inline-block;
  color: #292929;
  content: "\e74b";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}
.postscript .block-twitter-feed .block-inner ul li:before {
  color: #fff;
}
.block-twitter-feed .block-inner ul li hr {
  margin: 12px 0;
}

/* Block Testimonial style1 */
.block-testimonial {
  text-align: center;
}
.block-testimonial-style1 .attachment .item-list li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.block-testimonial .flexslider .slides .quote-author img,
.views-field-field-testimonial-image img {
  width: 60px;
  height: 60px;
  display: inline;
}
@media all and (min-width: 767px) {
  .block-testimonial .flex-direction-nav a.flex-prev,
  .block-testimonial .flexslider:hover .flex-direction-nav a.flex-prev {
    left: -50px;
  }
  .block-testimonial .flex-direction-nav a.flex-next,
  .block-testimonial .flexslider:hover .flex-direction-nav a.flex-next {
    right: -50px;
  }
}

/* Block gallery grid */
.block-gallery-grid-3 .views-field-field-images ul {
  float: left;
  width: 100%;
  margin: 0;
}
.block-gallery-grid-3 .views-field-field-images ul li {
  float: left;
  padding: 0px 5px 5px 0;
  width: 33.333%;
  list-style: none;
  margin: 0;
}
.block-gallery-grid-3 .views-field-field-images ul li:nth-child(3n + 1) {
  clear: left;
}
@media all and (max-width: 767px) {
  .block-gallery-grid-3 .views-field-field-images ul li {
    width: 100%;
    padding: 10px 0;
    clear: left;
  }
}

/* FlexSlide */
.flexslider {
  background: none;
  border: none;
  text-align: center;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
  display: block !important;
}

/* Slider */
.image-slider .slides li img {
  width: 100%;
}

/* Project Style */
.projects-2-col .masonry-layout .masonry-item {
  width: 50%;
  margin: 0 0 30px;
}
.projects-3-col .masonry-layout .masonry-item {
  width: 33.333%;
  margin: 0 0 30px;
}
.projects-4-col .masonry-layout .masonry-item {
  width: 25%;
  margin: 0 0 30px;
}
.projects-wide .masonry-layout .masonry-item {
  margin: 0 !important;
  padding: 0 !important;
}
.project a {
  color: #fff;
}
.row-gapless div[class*="col-"] {
  padding: 0;
}
.view-portfolio-parallax .parallax > .background-image-holder {
  height: 100vh !important;
  top: -50vh !important;
}
.view-portfolio-parallax .pager-nav {
  padding: 40px 0;
}

/*--------------------------------------------------------------------------------*/

/* 05. Contact forms & Simplenews
 --------------------------------------------------------------------------------*/

/* Contact form */
button#edit-preview {
  display: none;
}
form#contact-message-feedback-form span.form-required {
  display: none;
}
form#contact-message-feedback-form label[for="edit-subject-0-value"],
form#contact-message-feedback-form label[for="edit-message-0-value"],
form#contact-message-feedback-form label[for="edit-name"],
form#contact-message-feedback-form label[for="edit-mail"] {
  display: none;
}
form#contact-message-feedback-form button#edit-submit {
  width: 100%;
}
input[type="email"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
form#contact-message-feedback-form textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}

/* Book a Table */
form#contact-message-contact-form-2-form #edit-field-booking-guests-wrapper {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 0;
}
form#contact-message-contact-form-2-form #edit-field-booking-time-wrapper {
  width: 48%;
  float: left;
  margin-bottom: 0;
}
form#contact-message-contact-form-2-form button#edit-submit {
  width: 100%;
}

/* Planner */
form#contact-message-contact-form-3-form textarea {
  padding: 16px 20px;
}
form#contact-message-contact-form-3-form legend {
  border-bottom: none;
  text-align: center;
}
form#contact-message-contact-form-3-form .fieldset-legend,
form#contact-message-contact-form-3-form .field-group-html-element h6,
form#contact-message-contact-form-3-form
  label[for="edit-field-planner-source"] {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
form#contact-message-contact-form-3-form #edit-field-planner-typeofwork-wrapper,
form#contact-message-contact-form-3-form #edit-field-planner-budget-wrapper,
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper,
form#contact-message-contact-form-3-form .field-group-html-element {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper {
  text-align: center;
}
form#contact-message-contact-form-3-form
  #edit-field-planner-source-wrapper
  label {
  color: #292929;
  margin-bottom: 24px;
}
form#contact-message-contact-form-3-form #edit-actions {
  text-align: center;
}
@media all and (min-width: 767px) {
  #edit-field-planner-typeofwork .form-item,
  #edit-field-planner-budget .form-item {
    width: 25%;
    padding-left: 5%;
    margin-top: 10px;
    float: left;
  }
}

/* Block Simple News */
.block-simplenews .field--name-mail,
.block-simplenews .form-actions {
  float: left;
  width: 48%;
}
body.user-logged-in .block-simplenews .form-actions {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.block-simplenews .field--name-mail {
  margin-right: 4%;
}
.block-simplenews .field--name-mail .form-email {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.bg-secondary .block-simplenews .field--name-mail .form-email {
  background-color: #fff;
}
.block-simplenews .field--name-mail label[for="edit-mail-0-value"] {
  display: none;
}
.block-simplenews #edit-actions .form-submit {
  width: 100%;
}

/*--------------------------------------------------------------------------------*/

/* 06. Login & Register
 --------------------------------------------------------------------------------*/

/* Login/Register Page */
body.path-user .main-container {
  background: url(../img/login-bg.jpg) center center no-repeat;
  height: 100vh;
}
body.user-logged-in.path-user .main-container {
  background: none;
}
body.path-user .main-container .container {
  position: relative;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  z-index: 2;
}
body.path-user .main-container .tabs {
  margin-bottom: 30px;
}
body.path-user .main-container button#edit-submit {
  width: 100%;
}
body.path-user .main-container p {
  color: #fff;
}
body.path-user ul.nav-tabs {
  background: #111;
}
body.path-user ul.nav-tabs li a {
  border: none;
  padding: 20px 25px;
}
@media all and (min-width: 767px) {
  body.path-user .main-container .container {
    width: 50%;
  }
  body.path-user .main-container .container .region-content {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 30px 10px;
  }
  body.user-logged-in.path-user .main-container .container .region-content {
    padding: 0;
  }
}

/* User page when loggin */
body.user-logged-in.path-user .main-container {
  background: none;
  height: auto;
}
body.user-logged-in.path-user .main-container .container {
  transform: none;
}
body.user-logged-in.path-user ul.nav-tabs {
  background: none;
}
body.user-logged-in.path-user ul.nav-tabs li a.is-active {
  border-color: #ddd #ddd transparent;
  border-style: solid;
  border-width: 1px;
}
.fgold {
  color: #9e8468;
}
.fblue {
  color: #2e4e5e;
}

/*
*  New css for site
*/
.container {
  position: relative;
  max-width: 1400px;
  width: 100% !important;
}
.container-c {
  margin: 0 auto;
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.container-c:before,
.container-c:after {
  content: none;
}
.container-sm {
  margin: 0 auto;
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.overlay:before {
  background: #314f5e;
}
.cptoverlay.overlay:before {
  background: #314f5e !important;
  opacity: 0.7 !important;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.1em;
}
form input[type="tel"],
form input[type="text"],
form input[type="password"] {
  background: #fff;
  border: 1px solid #ccc;
  height: 35px;
  padding: 0 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
form textarea {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px 15px;
}
form textarea.form-control {
  border: 1px solid #ccc;
}
form .row {
  margin: 0 -7px;
}
form .webform-section-wrapper .form-tel {
  width: 100%;
}
form section {
  padding: 0;
}
form .row div[class^="col"] {
  padding: 0 7px;
}
form button.btn {
  background: #9e8468;
  color: #fff;
  border: none;
  height: 35px;
  border-radius: 3px;
  font-weight: normal;
}
.gray-bg {
  background: #fafafa;
}
.margin-20 {
  margin: 20px auto;
}
.margin-30 {
  margin: 30px auto;
}
.margin-50 {
  margin: 50px auto;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-bottom-30 {
  margin-bottom: 30px;
}
.mg-bottom-50 {
  margin-bottom: 50px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-50 {
  padding: 50px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-bottom-30 {
  padding-bottom: 30px;
}
.pd-bottom-50 {
  padding-bottom: 50px;
}
#edit-actions input[type="submit"],
#edit-actions button[type="submit"],
.sbtn {
  font-family: inherit;
  border: 2px solid #2e4e5e;
  padding: 0 26px;
  height: 35px;
  min-width: 150px;
  line-height: 31px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #2e4e5e;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin: 5px;
  display: inline-block;
}
button#edit-preview {
  display: none !important;
}
#edit-actions input[type="submit"],
#edit-actions button[type="submit"] {
  border: none;
  color: #fff;
  border-radius: 5px;
}
#edit-actions input[type="submit"]:focus,
#edit-actions button[type="submit"]:focus,
#edit-actions input[type="submit"]:hover,
#edit-actions button[type="submit"]:hover {
  background: #2e4e5e;
  color: #fff;
}
.sbtn:hover {
  background: #2e4e5e;
  color: #fff;
}
.sbtn.btn-fullbg {
  background: #2e4e5e;
  color: #fff;
}
.sbtn.btn-fullbg:hover {
  background: #fff;
  color: #2e4e5e;
}
.sbtn.btn-border {
}
.d-flex,
.row {
  display: flex;
  flex-wrap: wrap;
}
.row:before,
.row:after {
  display: none !important;
}
.d-flex-center {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.d-flex-end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.d-block {
  display: block !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.page-node-type-subdivision .title-wrapper,
.page-node-type-plan .title-wrapper {
  display: none !important;
}
.page-node-type-subdivision #main-container,
.page-node-type-plan #main-container {
  padding: 0;
}
.plan_banner .banner_image:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.08) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#bf000000', GradientType=0);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.plan_banner,
.plan_banner .banner_image {
  position: relative;
}
.plan_banner .banner_image img {
  width: 100%;
}
.plan_banner .banner_overlay {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  z-index: 99;
}
.plan_banner .banner_overlay h1 {
  color: #fff;
  margin-bottom: 0;
}
.plan_banner .banner_overlay a {
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.plan_banner .banner_overlay a:hover {
  color: #2e4e5e;
}
.plan_banner .banner_overlay .plan_marketingheadline {
  margin: 15px auto;
}
.plan_qickviews {
  letter-spacing: 1px;
  padding: 30px 0;
  background: #fafafa;
  color: #2e4e5e;
  font-weight: bold;
  text-transform: uppercase;
}
.plan_qickviews .view_home a {
  display: inline-block;
  padding: 5px 30px;
  text-align: center;
  border: solid 1px #2e4e5e;
  color: #2e4e5e;
  background: #fff;
}
.plan_qickviews .spec_item {
  margin: 10px auto;
  min-height: 35px;
  align-items: center;
}
.plan_qickviews .spec_item .spec_icon img {
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}
.node_plan .plan_details {
  margin: 40px auto;
  color: #2e4e5e;
}
.title-span {
  color: #2e4e5e;
  font-weight: normal;
  margin-bottom: 0;
}
.title-span span {
  font-weight: normal;
  color: #9e8468;
}
.box_share {
  list-style: none;
  margin: 15px auto;
  display: inline-block;
  padding: 30px 20px;
  border: solid 1px #eee;
  width: 100%;
}
.box_share li {
  display: block;
  margin: 8px auto;
}
.box_share li a {
  text-transform: uppercase;
}
.box_share li a span,
.box_share li a i {
  color: #9e8468;
  display: inline-block;
  margin-right: 5px;
}
.amenities_living .field--type-list-string .field--item {
  display: inline-block;
  border: solid 1px #eee;
  color: #2e4e5e;
  text-transform: capitalize;
  text-align: center;
  padding: 8px 20px;
  font-weight: normal;
  border-radius: 20px;
  margin: 5px;
  line-height: 1.2;
  white-space: nowrap;
}
.pgbtn_tour .btn {
  width: 100%;
  line-height: 40px;
}
.pgbtn_tour .psbtn_tour {
  background: #2e4e5e;
  color: #fff !important;
}
.pgbtn_tour .psbtn_tour:hover {
  background: #fff;
  color: #2e4e5e !important;
}
.plantype svg {
  color: #9e8468;
  width: 14px;
  display: inline-block;
  margin-right: 10px;
  height: 24px;
}
.title-small {
  text-transform: uppercase;
  font-size: 14px;
  color: #2e4e5e;
  line-height: inherit;
  margin-bottom: 0;
  font-weight: bold;
  font-family: inherit;
}
.amenities_fls .title-small {
  margin-bottom: 10px;
}
.amenities_fls .fls_item {
  text-transform: uppercase;
  display: block;
}
.amenities_fls .fls_item .fls_image {
  position: relative;
  overflow: hidden;
}
.amenities_fls .fls_item .fls_image:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.amenities_fls .fls_item .fls_image .fls_icon {
  position: absolute;
  color: #fff;
  z-index: 999;
  font-size: 30px;
  transform: rotate(40deg);
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
.plancommunity_details {
  padding: 60px 0;
  background: #fafafa;
}
.plancommunity_details .cmn_desc {
  padding: 0;
  margin: 30px auto;
}
.amenity_list {
}
.amenity_list .amenity_item {
  background: #fff;
  display: inline-block;
  border: solid 1px #eee;
  color: #2e4e5e;
  text-transform: capitalize;
  text-align: center;
  padding: 8px 20px;
  font-weight: normal;
  border-radius: 20px;
  margin: 5px;
  line-height: 1.2;
  white-space: nowrap;
}
.community_office {
  padding: 50px 0;
}
.block_agent,
.cmf_block {
  margin-bottom: 15px;
}
.block_agent .agent_title,
.cmf_block .cmfb_title {
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #2e4e5e;
  font-family: inherit;
  font-size: 15px;
}
.block_agent a {
  color: #666;
  font-weight: normal;
}
.block_agent .agent_name {
  color: #2e4e5e;
  font-weight: bold;
  text-transform: uppercase;
}
.block_agent .sbtn {
  margin-left: 0;
  color: #2e4e5e;
  font-weight: bold;
  margin-top: 20px;
}
.block_agent .sbtn:hover {
  color: #fff;
}
.community_details {
  color: #2e4e5e;
}
.amn_block {
  margin-bottom: 15px;
  color: #2e4e5e;
}
.amn_block .amn_title {
  text-transform: uppercase;
  font-size: 16px;
  color: #2e4e5e;
  line-height: inherit;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: inherit;
}
.amn_block .amenityList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amn_block .amenityList .field--item,
.amn_block .amenityList li {
  display: block;
  margin: 8px auto;
}
.amn_block .amenityList li a {
  font-weight: normal;
}
.plan_item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.plan-ribbon {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(194, 89, 89, 0.8);
  border-radius: 7px 7px 0px 0px;
  color: #fff;
  padding: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.plan-ribbon i {
  margin-right: 10px;
}
.plan_item .title_wrapper {
  padding: 20px 15px;
}
.plan_item .title_wrapper .plan-title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: inherit; /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis */
}
.plan_item .title_wrapper .title-sub {
  text-transform: uppercase;
  font-size: 12px;
  color: #2e4e5e;
  line-height: inherit;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: inherit;
  min-height: 24px;
}
.plan_item .title_wrapper .sqft {
  color: #2e4e5e;
  font-size: 18px;
  text-align: right;
  line-height: inherit;
  text-transform: none;
}
.plan_item .title_wrapper .plan_headline {
  line-height: 1.2;
  margin-top: 10px;
}
.plan_item .plan_line {
  padding: 8px 15px;
  border-top: 1px solid #eee;
  font-weight: bold;
  text-transform: uppercase;
  color: #2e4e5e;
}
.plan_item .plan_line .listing-location {
  text-transform: none;
}
.plan_item .plan_line .view_home_link {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}
.plan_item .plan_line .view_link_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: solid 1px;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
}
.same_plan .node--type-plan {
  margin: 0;
  padding: 0;
  width: 100%;
}
.same_plan_crwp .owl-theme .owl-nav [class*="owl-"] {
  left: -50px;
}
.same_plan_crwp .owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -50px;
}
.contact-message-contact-us-form {
  margin-top: 15px;
}
.gfrm_contact .text_befor_form {
  margin: 35px auto;
}
.gfrm_contact .title-span span {
  color: #9e8468 !important;
}
.gfrm_contact > .builder-element-inner {
  max-width: 450px;
  margin: 0 auto;
}
.contact-message-contact-us-form label {
  display: none !important;
}
.contact-message-contact-us-form .group_cpt_field {
}
.contact-message-contact-us-form .group_cpt_field > div {
  padding: 0 5px;
  width: 50%;
  margin-bottom: 0;
}
.contact-message-contact-us-form .form-textarea {
  border: 1px solid #ccc;
  padding: 12px;
}
.contact-message-contact-us-form .form-group {
  margin-bottom: 0;
}
.contact-message-contact-us-form .form-actions {
  text-align: right;
  margin-top: 15px !important;
}
.webform-submission-contact-us-form .form-actions .form-submit,
.contact-message-contact-us-form .form-actions .form-submit {
  margin: 0 !important;
}
#footer {
  background: #f9f9f9;
}
.address_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.address_footer ul li {
  display: block;
}
.address_footer ul li span {
  display: inline-block;
  margin-right: 5px;
  min-width: 20px;
}
.view-id-plan_home .title-span {
  margin-bottom: 40px;
}
.view-id-plan_home {
  padding: 50px 30px 30px;
}
.view-id-plan_home .owl-theme .owl-nav,
.community-carousel.owl-theme .owl-nav,
.community_block .owl-theme .owl-nav {
  text-align: left;
  padding-top: 20px;
  padding-left: 40px;
}
.view-id-plan_home .owl-theme .owl-nav [class*="owl-"],
.community-carousel.owl-theme .owl-nav [class*="owl-"],
.community_block .owl-theme .owl-nav [class*="owl-"] {
  position: static;
  margin: 5px;
  background: transparent;
  color: #ccc;
  width: 30px;
  text-align: center;
}
.view-id-plan_home .owl-theme .owl-nav [class*="owl-"]:hover,
.community-carousel.owl-theme .owl-nav [class*="owl-"]:hover,
.community_block .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000;
  background: transparent;
}
.plan_fthome {
  position: relative;
  overflow: hidden;
}
.plan_fthome a {
  display: block;
}
.custom-form-v2 .title-span {
  color: #fff;
}
.custom-form-v2 .text_befor_form {
  max-width: 450px;
}
.custom-form-v2:before {
  background: #314f5e !important;
  opacity: 0.7 !important;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.custom-form-v2 > div {
  position: relative;
}
.custom-form-v2 form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

/*.plan_fthome a:before { background: -moz-linear-gradient(top, rgba(49, 79, 94, 0) 0%, rgba(49, 79, 94, 0) 25%, rgba(49, 79, 94, 0.8) 100%); background: -webkit-linear-gradient(top, rgba(49, 79, 94, 0) 0%, rgba(49, 79, 94, 0) 25%, rgba(49, 79, 94, 0.8) 100%); background: linear-gradient(to bottom, rgba(49, 79, 94, 0) 0%, rgba(49, 79, 94, 0) 25%, rgba(49, 79, 94, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00314f5e', endColorstr='#cc314f5e', GradientType=0); content: ""; display: block; width: 100%; height: 100%; bottom: 0; left: 0; position: absolute }
*/
.plan_fthome .plan-title {
  position: absolute;
  white-space: nowrap;
  padding: 15px;
  color: #fff;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 25px;
  z-index: 9;
  overflow: hidden;
}
.plan_fthome .plan-title span {
  float: right;
  margin-top: 7px;
}
.home-testimonial {
  padding: 180px 60px 150px 60px;
}
.home-testimonial .testimonials {
  border: 0 !important;
}
.testimonials {
  border-left: solid 1px #eee;
  border-right: solid 1px transparent;
}
.testimonials .ttm-item {
  padding: 10px 40px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
  margin: 0px 5px;
  min-height: 400px;
}
.ttm-icon {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.07em;
  color: #9f856a;
}
.testimonials .ttm-item .ttm-icon img {
  width: auto;
  max-width: 60px;
  height: auto;
}
.testimonials .ttm-item .ttm-desc {
  line-height: 1.5;
  margin: 20px auto;
}
.testimonials .ttm-item .ttm-title {
  text-align: center;
  margin: 0;
  font-family: "Minion Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #2f4e5e;
  padding-bottom: 5px;
}
.owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
  padding-top: 30px;
}
.testimonials h2 {
  font-family: "Minion Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 113%;
  text-align: center;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #9f856a;
}
.testimonials .ttm-item .ttm-subtitle {
  color: #8e8e8e;
  text-align: center;
}
.home-community {
  padding: 50px 30px;
}
.community_block {
  position: relative;
}
.community_block .block_header {
  margin-bottom: 30px;
}
.community_block .field--name-field-link-custom a {
  font-family: inherit;
  border: 1px solid #2e4e5e;
  padding: 0 25px;
  height: 35px;
  min-width: 150px;
  line-height: 34px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #2e4e5e;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin: 0;
  display: inline-block;
}
.community_block .field--name-field-link-custom a:hover {
  background: #2e4e5e;
  color: #fff;
}
.cmnb-item {
  position: relative;
  overflow: hidden;
}
.cmnb-item .cmn-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cmnb-item .cmn-image .img-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    to right,
    rgba(46, 78, 94, 0.81) 0%,
    rgba(46, 78, 94, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf2e4e5e', endColorstr='#002e4e5e', GradientType=1);
}
.cmnb-item .cmn-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  -o-object-position: center;
  object-position: center;
}
.cmnb-item .cmn-overlay {
  position: relative;
  z-index: 99;
  padding: 150px 0;
  color: #fff;
  height: 650px;
}
.cmnb-item .cmn-city {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.cmnb-item .cmn-title {
  color: #fff;
  font-size: 35px;
}
.cmnb-item .cmn-desc {
  margin: 30px auto;
}
.cmnb-item .cmn-more a {
  font-family: inherit;
  border: 1px solid #fff;
  padding: 0 25px;
  height: 35px;
  min-width: 150px;
  line-height: 34px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin: 0;
  display: inline-block;
}
.cmnb-item .cmn-more a:hover {
  background: #fff;
  color: #2e4e5e;
}
.cmnb-item .cmn-utilities {
  margin-bottom: 30px;
}
.cmnb-item .cmn-utilities img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}
.cmnb-item .cmn-utilities .utility-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.community-about .title-span,
.about_block_text .title-span {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.community-about .title-span span,
.about_block_text .title-span span {
  display: block;
  clear: both;
}
.about_block_text .small-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #2e4e5e;
  line-height: inherit;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: inherit;
}
.about_block_text .block-more {
  margin-top: 30px;
}
.about_block_text .block-more .sbtn {
  margin: 0;
}
.about_block_text .block-abftext {
  max-width: 600px;
  padding: 0 80px;
}
.block-quality .block_quality_txt {
  padding: 80px 15px;
}
.fairfield-balance {
  padding: 50px 30px;
}
.community-about {
  padding: 50px 0;
}
.community-about .vheader-more {
  margin-top: 20px;
}
.community-about .view-content {
  padding: 30px;
}
.cmn-item {
  position: relative;
  overflow: hidden;
}
.cmn-item .cmn-image {
  display: block;
}
.cmn-item .cmn-image:before {
  background: linear-gradient(
    to bottom,
    rgba(49, 79, 94, 0) 0%,
    rgba(49, 79, 94, 0) 25%,
    rgba(49, 79, 94, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00314f5e', endColorstr='#cc314f5e', GradientType=0);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.cmn-item .cmn-overlay {
  position: absolute;
  padding: 20px;
  color: #fff;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 25px;
  z-index: 9;
  overflow: hidden;
}
.cmn-item .cmn-overlay .row {
  align-items: flex-end;
}
.cmn-item .cmn-overlay span {
  float: right;
}
.cmn-item .cmn-overlay .cmn-title {
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.2;
  font-weight: bold;
  white-space: normal;
}
.cmn-item .cmn-overlay .cmn-subcity {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.video_play a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
}
.video_play a:before {
  content: "\f01d";
  font-family: "FontAwesome";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  z-index: 9;
}
.video_play a img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}
.parallax_cpt {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#map,
#map_listing {
  height: 100%;
  min-height: 500px;
  width: 100%;
}
.about_hblock {
  text-align: left;
}
.about_hblock .ahb-col {
  text-align: left;
  padding: 30px;
  border: solid 1px #ccc;
  font-size: 16px;
  line-height: 1.3;
}
.about_hblock .ahb-col .ahb_image {
  margin-bottom: 10px;
}
.community_contact .form_contact_us .form-textarea {
  background: #fff;
  border: 1px solid#ccc;
  height: 100px;
  padding: 10px 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
#captcha {
  background: none;
  border: none;
}
#captcha .panel-heading {
  display: none;
}
.hero_balance {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
}
.ff_discover .row,
.hero_balance .row {
  align-items: center;
  justify-content: center;
}
.hero_giving .builder-element-type-text,
.hero_balance .builder-element-type-text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #0a1217;
}
.hero_giving {
  padding: 0;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.hero_giving .row {
  align-items: center;
  justify-content: center;
}
.hero_giving img {
  margin-left: auto;
  margin-right: auto;
}
.hero-giving p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #0a1217;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.pt-300 {
  padding-top: 300px;
}
.pb-300 {
  padding-bottom: 300px;
}
.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}
.mt-300 {
  margin-top: 300px;
}
.mb-300 {
  margin-bottom: 300px;
}
.my-300 {
  margin-top: 300px;
  margin-bottom: 300px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.btn-scroll {
  width: 28px;
  height: 45px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: bottom 0.25s ease-in-out;
  transition: bottom 0.25s ease-in-out;
}
.title {
  font-family: "Minion Pro", sans-serif;
  font-weight: 300;
  color: #2e4e5e;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 2.4px;
}
.font-size-60 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 2.4px;
}
.font-size-50 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 2px;
}
.title span {
  color: #9e8468;
}
.text-blue {
  color: #2e4e5e;
}
.text-gold {
  color: #9e8468;
}
.btn-scroll:hover,
.btn-scroll:active {
  bottom: 15px;
}
.btn-scroll img {
  width: 100%;
}
.clamped,
.w-570 {
  max-width: 570px;
  margin: 0 auto;
}
.section {
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section p {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
}
.intro_balance {
  background-image: url("../img/bg_main.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 50%;
}
.box_ffintro {
  margin: 80px 0 30px;
  max-width: 500px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.4;
}
.box_ffintro .bif-title {
  letter-spacing: 2px;
  color: #2e4e5e;
}
.box_ffintro .bif-title span {
  color: #9e8468;
}
.boxlist-icon {
  margin: 50px auto;
}
.boxlist-icon td,
.boxlist-icon {
  border-color: #a6a6a6;
  color: #333;
}
.boxlist-icon td {
  padding: 20px;
}
.boxlist-icon .boxi-icon img {
  height: 55px;
  width: auto;
  vertical-align: bottom;
}
.boxlist-icon .boxi-title {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #2e4e5e;
  margin: 15px auto;
  line-height: 1.2;
}
.balance_bgtext {
  padding: 120px 0;
  background-size: cover;
  background-position: bottom center;
}
.balance_bgtext .fftext_title {
  color: #e9d9be;
  margin-bottom: 40px;
}
.balance_bgtext .fftext_title span {
  color: #2e4e5e;
}
.balance_bgtext .fftext_content {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.balance_bgtext.light-color .fftext_title {
  color: #9e8468;
}
.balance_bgtext.light-color .fftext_content {
  color: #4d4d4d;
}
.ff_discover {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
.ff_discoverin {
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 40px;
}
.ff_discoverin .ffd-title {
  color: #9e8468;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.hero_balance p,
.intro_balance p,
.ff_discover p,
.balance_bgtext p {
  font-size: inherit;
}
.contact-banner .row > div {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row2 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.row2 > .container-fluid {
  padding: 0;
}
.row2 .form-actions {
  text-align: right;
  padding-right: 7px;
  max-width: 250px;
}
.row2 .form-actions .form-submit {
  padding: 10px;
  line-height: 11px;
}

/**/
.section-group {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_position_bottom {
  background-position: bottom;
}
.pt-500 {
  padding-top: 500px;
}
.pt-300 {
  padding-top: 300px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-300 {
  padding-bottom: 300px;
}
.mb-70 {
  margin-bottom: 70px;
}
.one-oak-form {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.lead {
  font-size: 20px;
  font-family: "Lato", sans-serif;
}
.text-white {
  color: #fff;
}
.bg-footer-color {
  background-color: #f9f9f9;
}
.mar-x-auto {
  margin-left: auto;
  margin-right: auto;
}
.img-center img {
  margin-left: auto;
  margin-right: auto;
}
.one-oak-slide .owl-nav .owl-prev,
.one-oak-slide .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #2b2b2b;
  opacity: 0.6;
  top: calc(50% - 25px);
}
.one-oak-slide .owl-nav .owl-prev span,
.one-oak-slide .owl-nav .owl-next span {
  color: #fff;
  top: 9px;
}
.virtual-box {
  position: relative;
}
.virtual-box .virtaul-play {
  position: absolute;
  bottom: 15.6px;
  left: 55px;
  color: #fff;
  display: flex;
  align-items: center;
}
.virtual-box .virtaul-play .play-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 3px solid;
  color: #fff;
}
.virtual-box .virtaul-play .play-icon i {
  font-size: 33px;
  padding-left: 10px;
}
.virtual-box .virtaul-play .play-title {
  font-size: 20px;
  font-family: "Minion Pro", sans-serif;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.architect-intro {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
.architect-name {
  font-size: 26px;
  font-family: "Reey", sans-serif;
  margin-bottom: 20px;
}
.architect-position {
  font-family: "Milo OT", sans-serif;
  color: #7b8795;
}
.architect-info,
.architect-award {
  margin-bottom: 20px;
}
.owl-one-slide .item img {
  width: unset;
}
.architect-profile > .row,
.architect-profile > .builder-element-inside > .row {
  flex-direction: row-reverse;
  align-items: center;
}
html {
  scroll-behavior: smooth;
}
.owl-one-slide .owl-dots {
  margin-top: -27px;
}
.owl-one-slide .owl-nav .owl-prev.disabled,
.owl-one-slide .owl-nav .owl-next.disabled {
  display: none;
}
.owl-one-slide .owl-nav .owl-prev,
.owl-one-slide .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #2b2b2b;
  opacity: 0.6;
  top: calc(50% - 25px);
}
.owl-one-slide .owl-nav .owl-prev span,
.owl-one-slide .owl-nav .owl-next span {
  color: #fff;
  top: 9px;
}
.col-md-12 {
  width: 100%;
  flex: 0 0 100%;
}

/**
 * New
 */
.banner {
  padding-top: 240px;
  padding-bottom: 260px;
  position: relative;
}
.banner.has_scroll_down {
  padding-bottom: 60px;
}
.banner.has_scroll_down .scroll_down_page {
  text-align: center;
  margin-top: 240px;
}
.viewsreference--view-title {
  display: none;
}
.golf_block_title,
.golf_blockfoot .golf_blockfoot_title {
  font-size: 50px;
  letter-spacing: 7px;
  line-height: 1.1;
}
.golf_block_title {
  letter-spacing: 8px;
}
.golf_blockfoot {
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.golf_blockfoot .golf_blockfoot_content {
  padding-left: 30px;
  padding-right: 30px;
}
.golf_blockfoot .golf_blockfoot_title {
  margin-bottom: 70px;
}
.golf_blockfoot .webform-submission-form {
  max-width: 537px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.golf_blockfoot .webform-submission-form .webform-actions {
  text-align: right;
  padding: 0 7px;
}
.golf_blockfoot .webform-submission-form .control-label.option {
  color: #2b2b2b;
}
.sc_content,
.banner_info {
  max-width: 590px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner_info {
  text-align: center;
}
.banner_info .golf_banner_content {
  padding-left: 15px;
  padding-right: 15px;
}
.banner_info .golf_block_title {
  color: #fff;
  margin-bottom: 80px;
}
.banner_info .golf_banner_content {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

/**
 * New - Slider Content
 */
.mw-900 {
  max-width: 720px;
  width: 100%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.fw_regular {
  font-weight: 500;
}
.sc_content .sc_content_title {
  font-size: 40px;
  color: #9e8468;
  letter-spacing: 4px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.sc_content .sc_content_info,
.sc_content .sc_content_info_add {
  margin-bottom: 55px;
}
.sc_content .sc_content_info_add {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #2e4e5e;
}
.sc_content .sc_content_button > a {
  margin: 0;
  width: 100%;
  display: block;
  max-width: 354px;
  margin-bottom: 10px;
}
.p_slider_content .owl-nav .owl-prev,
.p_slider_content .owl-nav .owl-next {
  position: static;
}
.p_slider_content .owl-nav .owl-next,
.p_slider_content .reverse .owl-nav .owl-prev {
  display: none;
}
.p_slider_content .reverse .owl-nav .owl-next {
  display: block;
}
.p_slider_content .owl-nav .owl-prev > span:before,
.p_slider_content .owl-nav .owl-next > span:before {
  font-size: 17px;
}
.p_slider_content .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  padding-right: 1px;
}
.p_slider_content .owl-carousel .owl-stage {
  right: -130px;
}
.p_slider_content .reverse .owl-carousel .owl-stage {
  right: 0;
  padding-left: 0 !important;
}
.row.reverse {
  flex-direction: row-reverse;
}
.p_slider_content .owl-nav {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.p_slider_content .owl-nav .owl-prev {
  margin-left: calc(calc(calc(calc(100% * 2) - 1400px) / 2) + 30px);
}
.p_slider_content .reverse .owl-nav {
  justify-content: flex-end;
}
.p_slider_content .reverse .owl-nav .owl-next {
  margin-right: calc(calc(calc(calc(100% * 2) - 1400px) / 2) + 30px);
}
.communities-block-slide .plan_item .title-sub {
  margin-top: 0;
  letter-spacing: 1.8px;
}
.communities-block-slide .plan_item .view_home_link {
  font-family: minion-pro-display, serif;
  font-size: 19px;
}
.container-child-fulll > .container {
  max-width: 100%;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-node-type-landing-page-fairfield #main-container {
  padding: 0;
}
.color-white .custom-block-title {
  color: #fff !important;
}
.btn-bronze {
  color: #fff !important;
  background-color: #9e8468 !important;
  border-color: #9e8468 !important;
}
.btn-bronze:hover {
  background-color: #7b8795 !important;
  border-color: #7b8795 !important;
}
.btn-default {
  color: white !important;
  background-color: #2e4e5e !important;
  border-color: #2e4e5e !important;
}
.btn-default:hover {
  background-color: #7b8795 !important;
  border-color: #7b8795 !important;
}
.container-lg-wrap > div {
  max-width: 900px;
}
.container-1010-wrap > div {
  max-width: 1010px;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.full-height {
  min-height: 95vh;
  min-height: calc(100vh - 55px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
.height-90vh {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-page-logo svg {
  max-width: 100%;
}
.landing-page-banner-title {
  text-transform: none;
  color: #2e4e5e;
  letter-spacing: unset;
}
.silver-color {
  color: #7b8795 !important;
}
.lading-page-banner-content {
  margin-top: 80px;
}
.lading-page-link {
  margin-top: 60px;
}
.landing-banner-text {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.mouse-down-wrap {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  left: 0;
}
.edge_block > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.edge_block > .row > div:first {
  align-self: flex-end;
}
.row-reverse {
  flex-direction: row-reverse;
}
.edge_block .edge-content-wrap {
  padding: 30px;
  padding-right: 6.8vw;
}
.edge_block > .row.row-reverse .edge-content-wrap {
  padding-left: 6.8vw;
}
.edge_block .edge-title {
  margin-bottom: 0;
}
.edge_block .edge-content {
  margin-top: 30px;
}
.edge_block .edge-link {
  margin-top: 70px;
}
.edge_block .edge-link a {
  display: flex;
  align-items: center;
}
.edge_block .edge-link a .icon-arrow {
  margin-left: 0;
  margin-right: 15px;
  transition: 0.5s;
  line-height: 1;
}
.edge_block .edge-link a .link-title {
  font-weight: bold;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.edge_block .edge-link a:hover {
  color: #2e4e5e;
}
.edge_block .edge-link a:hover .icon-arrow {
  margin-left: 5px;
  margin-right: 20px;
  transition: 0.5s;
}
.parallax {
  background-attachment: fixed;
}
.menu-phonenumber {
  font-size: 13px !important;
}
/**
 * Responsive
 */
@media (max-width: 1600px) {
  .sc_content {
    max-width: 588px;
  }
  .banner.has_scroll_down .scroll_down_page {
    margin-top: 180px;
  }
}
@media (max-width: 1400px) {
  .p_slider_content .owl-nav .owl-prev {
    margin-left: 15px;
  }
  .p_slider_content .reverse .owl-nav .owl-next {
    margin-right: 15px;
  }
  .p_slider_content .p_slider_content__content {
    padding-right: 15px;
  }
  .p_slider_content .reverse .p_slider_content__content {
    padding-right: 0;
    padding-left: 15px;
  }
  .sc_content .sc_content_info,
  .sc_content .sc_content_info_add {
    margin-bottom: 35px;
  }
  .mw-900 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .pt-500 {
    padding-top: 180px;
  }
  .pt-200 {
    padding-top: 120px;
  }
  .pb-200 {
    padding-bottom: 120px;
  }
  .pb-125 {
    padding-bottom: 75px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .py-50 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .pt-40 {
    padding-top: 25px;
  }
  .pb-40 {
    padding-bottom: 25px;
  }
  .py-150 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .one-oak-slide .owl-nav .owl-prev,
  .one-oak-slide .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .one-oak-slide .owl-nav .owl-prev span,
  .one-oak-slide .owl-nav .owl-next span {
    top: 0;
  }
  .p_slider_content .p_slider_content__content,
  .p_slider_content .reverse .p_slider_content__content {
    padding: 0;
    margin-top: 50px;
  }
  .sc_content .sc_content_title,
  .golf_block_title,
  .golf_blockfoot .golf_blockfoot_title {
    font-size: 36px;
  }
  .edge_block .edge-content-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 1400px) {
  .cmnb-item .cmn-image {
    position: static;
  }
  .cmnb-item .cmn-image img {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: unset;
    object-fit: unset;
  }
  .cmnb-item .cmn-overlay {
    position: absolute;
    z-index: 99;
    padding: 150px 0;
    color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .block-quality .block_quality_txt {
    padding: 30px;
  }
  .about_block_text .block-abftext {
    padding: 0;
  }
  .hero_balance,
  .intro_balance,
  .ff_discover,
  .balance_bgtext {
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro_balance {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .home-community {
    padding: 10px 0;
  }
  .contact-banner {
    background-attachment: unset !important;
  }
  .contact-banner .inner_banner {
    padding: 150px 0 150px 0 !important;
  }
  .contact-banner .inner_banner h2 {
    line-height: 40px;
    font-size: 32px !important;
  }
  .contact-banner .inner_banner p {
    font-size: 13px !important;
    line-height: 24px;
  }

  .plan_banner .banner_image img {
    max-width: 150%;
  }
  .pt-200 {
    padding-top: 90px;
  }
  .pb-200 {
    padding-bottom: 90px;
  }
  .pb-125 {
    padding-bottom: 55px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .py-50 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .py-300 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .font-size-50 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .font-size-50 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .clamped,
  .w-570 {
    max-width: 50%;
  }
  .banner {
    padding-top: 120px;
    padding-bottom: 140px;
  }
  .virtual-box .virtaul-play {
    left: 35px;
  }
  .p_slider_content .owl-carousel .owl-stage {
    right: -50px;
  }
  .p_slider_content .p_slider_content__content,
  .p_slider_content .reverse .p_slider_content__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .py-300 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .font-size-50 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .font-size-50 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .btn-scroll {
    width: 14px;
    height: 23px;
  }
  .section {
    padding: 2em 1em;
  }
  .section br {
    display: block;
  }
  .section p {
    font-size: 11px;
    line-height: 15px;
  }
  .plan_banner .banner_image img {
    width: 200%;
    max-width: unset;
  }
  .cmnb-item .cmn-title {
    font-size: 30px;
  }
  .cmnb-item .cmn-utilities .utility-title {
    font-size: 10px;
  }
  .boxlist-icon td {
    display: block;
    border: none;
    border-bottom: solid 1px #a6a6a6;
  }
}
.path-all-communities #main-container,
.path-listings #main-container {
  background: #fafafa;
  padding: 0;
  margin-bottom: 0;
  margin-top: 50px;
}
.all_communities {
  padding: 30px 0;
  border-bottom: solid 1px #eee;
}
.all_communities:last-child {
  border: none;
}
.all_communities .all_comm_title {
  color: #2e4e5e;
}
#maps {
  height: 100%;
  min-height: 100vh;
  width: 100%;
}
.mobile-toggle .navbar-toggle {
  position: absolute;
  right: 10px;
}

/* new rule */
.align_center {
  align-items: center;
}
.btn-blue {
  background-color: #2e4e5e;
  border: 2px solid #2e4e5e;
  color: #fff !important;
  min-width: 213px !important;
}
.btn-outline-blue {
  min-width: 213px !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: transparent !important;
  color: #2e4e5e !important;
}
.btn-outline-default {
  background-color: transparent !important;
  border: 1px solid #65656a !important;
  color: #65656a !important;
  font-size: 10px !important;
  padding: 0 12px !important;
}
.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active {
  background-color: #65656a !important;
  border: 1px solid #65656a !important;
  color: #fff !important;
}
.text-white {
  color: #fafafa;
}
.contact-banner {
  background-image: url("/sites/default/files/styles/plan_home/public/2019-12/banner502.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-transform: uppercase;
  color: #fafafa;
  text-align: center;
}
.contact-banner .inner_banner {
  background: rgba(0, 0, 0, 0.3);
  padding: 250px 0 250px 0;
}
.contact-banner .inner_banner h2 {
  letter-spacing: 12px;
  font-size: 50px;
  color: #fafafa;
}
.contact-banner .inner_banner p {
  font-size: 18px;
  letter-spacing: 4px;
}
.contact_text ul {
  padding-left: 20px;
}
.contact_text p,
.contact_text ul > li {
  font-size: 15px;
}
#edit-submit--2 {
  width: auto;
  font-family: inherit;
  border: 2px solid #2e4e5e;
  padding: 0 26px;
  height: 35px;
  min-width: 150px;
  line-height: 31px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #2e4e5e;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin: 5px;
  display: inline-block;
  background: #204d74;
  border: none;
  color: #fff;
}
#edit-submit--2:hover {
  background: #9e8468;
}
.path-contact #contact-message-contact-us-form {
  display: none;
}
.path-contact #main-container,
.path-contact section.contact {
  padding: 0;
}
.path-contact .container {
  max-width: inherit;
  width: 100% !important;
}
#edit-preview--3 {
  display: none;
}

/* Listing Page */
#views-exposed-form-listings-page-1 label {
  display: none;
}
#views-exposed-form-listings-page-1 .form-item select {
  border: solid 1px #2e4e5e;
  display: block;
  margin: 0;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
}
#views-exposed-form-all-community-filter-block-1 label {
  display: none;
}
#views-exposed-form-all-community-filter-block-1 .form--inline {
  position: relative;
  width: fit-content;
}
#views-exposed-form-all-community-filter-block-1
  .form-item-field-move-in-ready-value {
  position: absolute;
  top: 7px;
  z-index: 999;
  width: 200px;
  right: -310px;
}
#views-exposed-form-all-community-filter-block-1 .form-item {
  margin-right: 5px;
}
#views-exposed-form-all-community-filter-block-1 .form-actions {
  position: relative;
}
#views-exposed-form-all-community-filter-block-1 .form-actions #edit-reset {
  background: no-repeat;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  height: auto;
  min-width: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  text-transform: capitalize;
  color: #2f4e5e;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 55px;
  z-index: 999;
  left: 130px;
  background-image: url("/sites/default/files/reset.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#views-exposed-form-all-community-filter-block-1
  .form-item-field-move-in-ready-value
  label {
  display: block;
  position: absolute;
  z-index: 999;
  left: -88px;
  color: #2f4e5e;
  width: 200px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#views-exposed-form-all-community-filter-block-1
  .form-item-field-move-in-ready-value
  label
  .form-checkbox {
  margin-right: 10px;
}
#views-exposed-form-all-community-filter-block-1 select {
  border: 1px solid #2f4e5e;
  display: block;
  margin: 0;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #7b8795;
}
#views-exposed-form-all-community-filter-block-1
  .form-item
  .select-wrapper::after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #7b8795;
}
#views-exposed-form-all-community-filter-block-1
  .form-actions
  button[type="submit"]
  .icon {
  display: none;
}
#views-exposed-form-all-community-filter-block-1
  .form-actions
  button[type="submit"] {
  background-color: #455661;
  font-family: Lato;
  margin: 0px;
}
.Community-filter-section {
  padding-top: 80px;
}
.Community-filter-section .container {
  max-width: 100%;
}
@media all and (max-width: 1200px) {
  #views-exposed-form-all-community-filter-block-1
    .form-item-field-move-in-ready-value {
    position: absolute;
    top: 50px;
    z-index: 999;
    width: 200px;
    right: unset;
    left: 93px;
    display: block;
  }
}
@media all and (max-width: 991px) {
  #views-exposed-form-all-community-filter-block-1
    .form-item-field-move-in-ready-value
    label {
    position: relative;
    left: 0px;
  }
  #views-exposed-form-all-community-filter-block-1
    .form-item-field-move-in-ready-value {
    left: 0;
    position: absolute;
    bottom: -40px;
    width: 100%;
    top: unset;
  }
  #views-exposed-form-all-community-filter-block-1 .form-actions #edit-reset {
    position: relative;
    top: 10px;
    left: 0px;
  }
  #views-exposed-form-all-community-filter-block-1 .form-actions {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px !important;
  }
}
@media all and (max-width: 906px) {
  #views-exposed-form-all-community-filter-block-1 .form-actions {
    clear: both;
    margin-top: 18px;
  }
}
.listing_full {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #4d4d4d;
  font-weight: normal;
}
.listing_full .node_title {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #2e4e5e;
  font-weight: 400;
}

/* Listing Full Page Section Prop HighLights */
.listing_full .prop_highlights .prop_highlights_content {
  overflow: hidden;
}
.listing_full .prop_highlights .content_col .fw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #9d9d9d;
}
.listing_full .prop_highlights .content_col .fw:last-child {
  border-bottom: 1px solid #9d9d9d;
}
.listing_full .prop_highlights .content_col .fw .f_label {
  color: #adb7c4;
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
}
.listing_full .prop_highlights .content_col .fw .f_value {
  text-transform: capitalize;
  color: #2e4e5e;
  font-weight: bold;
}

/**/
.listing_full .details_group .details_content {
  padding: 0 15px;
}
.listing_full .details_group .details_content p {
  margin-bottom: 5px;
}

/*zcss*/

/*listing view*/
.listing .plan_item {
  border: 1px solid #eee;
}
.listing .listing-mls {
  color: #a6a6a6;
}
.listing .listing-location {
  color: #707070;
  font-weight: 400;
}
.listing .field--name-field-baseprice {
  color: #2e4e5e;
  font-weight: 700;
  font-size: 30px;
}
.view-listings .view-content {
  margin-top: 40px;
}
.view-listings .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.view-listings .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.view-listings .view-content .views-infinite-scroll-content-wrapper:before,
.view-listings .view-content .views-infinite-scroll-content-wrapper:after {
  display: none;
}
.view-listings ul.pager li a {
  border: 1px solid;
  border-radius: 0px;
  color: #2e4e5e;
  font-size: 14px;
  padding: 10px 60px;
  letter-spacing: 1.2px;
  font-family: "Lato";
  text-transform: uppercase;
}
.view-listings .more-link {
  text-align: center;
}
.view-listings .more-link a {
  color: #2e4e5e;
  border: 1px solid;
  font-size: 14px;
  font-weight: black;
  text-transform: uppercase;
  padding: 15px 66px;
  font-family: Lato;
}

/*.path-listings .inner_banner { padding: 300px 0 60px }*/
.path-listings .page-title {
  font-family: "Minion Pro";
  color: #fff;
  font-size: 50px;
  letter-spacing: 1.5px;
}
.path-listings .banner_breckc a {
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 900;
}
.path-listings .contact-form #edit-actions--2 button#edit-submit {
  max-width: 150px;
  line-height: 35px;
}
.same_listing .title-listing {
  font-family: "Minion Pro";
  color: #2e4e5e;
}

#edit-bottom-contact .webform-section-wrapper {
  width: 100%;
}
.page-node-type-listing #main-container {
  padding: 0;
}
.overview .overview-button-group {
  max-width: 440px;
}
.listings-banner #listing-banner-content {
  margin: 0 15px;
}
.view-filters {
  padding-bottom: 0;
  margin-top: 15px;
}
.view-filters .form-item .select-wrapper .form-control {
  height: 35px;
}
.view-filters .form-item .select-wrapper:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #7b8795;
}
.view-filters .views-exposed-form > div {
  display: flex;
  flex-wrap: wrap;
}
.view-filters .form-item .select-wrapper {
  width: 100%;
}
.view-filters .form-item .select-wrapper .form-select {
  border-color: #7b8795 !important;
  color: #7b8795;
}
.view-filters .form-actions button[type="submit"] {
  background-color: #455661;
  font-family: Lato;
}
.view-filters .form-actions .button {
  margin: 0 !important;
  line-height: 35px;
}
.view-filters .form-actions button[type="submit"] .icon {
  display: none;
}
.path-listings #main-container {
  background: #fff;
}

/*heading listing*/
.listing-full section.listing_overview {
  margin-bottom: 15px;
  padding: 25px 0 0 0;
  background-color: #fafafa;
}
.listing_overview .button-group-lst {
  display: flex;
  justify-content: flex-end;
}
.listing_overview .listing-info,
.listing_overview .listing-info .listing-title span {
  font-family: "Lato";
  color: #2e4e5e;
  text-transform: uppercase;
}
.listing_overview .listing-title {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.2;
}
.listing_overview .listing-stitle {
  font-size: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1.2;
}
.listing_overview .listing-base,
.listing_overview .listing-base span {
  font-size: 18px;
  font-weight: 900;
}
.listing_overview .listing-base .lsb-inner {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.listing_overview .button-listing {
  max-width: 440px;
  width: 100%;
}
.listing_overview .button-listing > div {
  justify-content: space-between;
}
.listing_overview .gbt-top,
.listing_overview .gbt-bottom {
  flex-wrap: nowrap;
}
.listing_overview .gbt-top .btn-item {
  width: 50%;
}
.listing_overview .gbt-top div:first-child,
.listing_overview .gbt-bottom div:first-child {
  margin-right: 10px;
}
.listing_overview .gbt-bottom .btn-item {
  width: calc(100% / 2);
}
.listing_overview .gbt-top .btn-item a {
  font-weight: 900;
  border: 1px solid;
}
.listing_overview .button-listing .gbt-bottom .btn-item a,
.listing_overview .button-listing .gbt-top .btn-item a {
  width: 100%;
  min-width: 0 !important;
  line-height: 40px;
}
.listing_overview .gbt-bottom .btn-item a i.fa {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

/*slide top*/
.listing-full .plancommunity_details,
.listing-full .community_office,
.listing-full .same_listing {
  padding-top: 60px;
}
.listing-full section {
  padding: 18px 0;
}
.listing-full .lblock-title {
  color: #707070;
  margin-bottom: 30px;
  font-size: 30px;
}
.listing-highlights .lblock-title {
  margin-bottom: 50px;
}
.listing-full p {
  font-family: "Lato";
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1.7;
}
.listing-intro .listing--galleries .galleries-thumbs .listing-gthumn img {
  width: 100%;
}

/*set img width 100%*/
.listing-intro .listing--galleries .swiper--extra .swiper-pagination {
  position: static;
  margin: 10px auto;
}
.listing-intro .listing--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.listing-intro .listing--text .lblock-title {
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.listing-intro .listing--text > div > p {
  line-height: 1.7;
}
.listing-highlights .lblock-title,
.listing-details .lblock-title,
.listing-maps .lblock-title {
  border-bottom: 1px solid #707070;
}
.listing-highlights .listingh__content .listing__hitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Lato";
  font-size: 18px;
  border-top: 1px solid #707070;
  padding: 15px 0;
}
.listing-highlights .listingh__content .listing__hitem .lth-label {
  color: #7b8795;
  font-style: italic;
}
.listing-highlights .listingh__content .listing__hitem .lth-value {
  color: #2e4e5e;
  font-weight: bold;
}
.listing-details .details_content p {
  line-height: 1.4;
  margin-bottom: 0;
  padding-left: 10px;
}

/*.plancommunity_details, .community_contact {  font-family: 'Lato' }
*/
.community_contact,
.community_maps {
  margin-top: 50px;
}
.listing-full .title-span {
  font-size: 40px;
  letter-spacing: 2.4px;
}
.plancommunity_details .title-small {
  font-size: 14px;
  letter-spacing: 1.1px;
  padding: 10px 0;
}
.plancommunity_details .title-small:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
}
.plancommunity_details .address--full {
  font-size: 15px;
}
.plancommunity_details .amenity_list .amenity_item {
  font-size: 15px;
}
.plancommunity_details .video-button-group .sbtn,
.community_contact .sbtn {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.1px;
  border: 1px solid;
}
.plancommunity_details .video-button-group .cmn_btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.community_contact .agent_title {
  font-size: 20px;
  letter-spacing: 1.3px;
}
.community_contact .agent_name {
  font-weight: 900;
}
.community_contact .block_agent {
  font-size: 16px;
}
.community_contact .block_agent > div {
  margin: 15px 0;
  font-size: 14px;
}
.community_contact .block_agent .sbtn {
  margin-top: 0;
}

/*NavTab*/
nav.tabs {
  margin-bottom: 0;
}
.path-user .tabs .tabs--primary {
  position: static;
}
.tabs .tabs--primary {
  background: transparent;
  position: fixed;
  bottom: 0;
  left: 30px;
  z-index: 999;
  font-size: 12px;
}
.tabs .tabs--primary li a {
  padding: 4px 15px;
  color: #333;
  background: #f1f1f1;
  border-radius: 0;
  border: none;
}
.tabs .tabs--primary li.active > a {
  background: #1f7edf;
  border: none;
  color: #fff;
}
.community-sub-view .view-content {
  display: flex;
  flex-wrap: wrap;
}
.community_sub {
  padding: 10px 0;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
}
.community_sub .communiti-sub-item {
  display: flex;
}
.community_sub .communiti-sub-image {
  max-width: 350px;
}
.community_sub .communiti-sub-header-wrap {
  margin-bottom: 20px;
}
.community_sub .communiti-sub-body {
  padding: 10px 20px 10px 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.community_sub .communiti-sub-content .communiti-sub-title {
  font-size: 26px;
  margin-bottom: 0;
}
.community_sub .communiti-sub-detail ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.community_sub .communiti-sub-detail ul li {
  margin-right: 20px;
}
.community_sub .communiti-sub-detail ul li > span {
  display: inline-block;
}
.community_sub .communiti-sub-price {
  font-size: 20px;
}
.community_sub .communiti-price-label {
  font-size: 16px;
  display: block;
}
.community_sub .low-price {
  display: inline-block;
}
.community_sub .from {
  font-size: 14px;
  display: block;
}
.community_sub .sqft {
  font-size: 12px;
}
.community_sub .dollar {
  font-size: 12px;
  vertical-align: top;
  line-height: 20px;
}
.com-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
.icon-square {
  background-image: url("../img/icons/sqft.png");
  vertical-align: unset;
}
.icon-bed {
  background-image: url("../img/icons/bed.png");
}
.icon-bath {
  background-image: url("../img/icons/bath.png");
}
.icon-garage {
  background-image: url("../img/icons/garage.png");
}
.community_sub .communiti-sub-compare {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.community-sub-view .view-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  margin-left: calc(calc(1400px - 100%) / 2 - 15px);
  border-top: 2px solid #ccc;
}
.community-sub-view .compare-popup {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  display: none;
  max-height: 50vh;
  overflow: auto;
}
.community-sub-view .compare-popup-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.community-sub-view .compare-popup-content li {
  width: calc(25% - 20px);
  margin-right: 20px;
  height: 150px;
  position: relative;
  display: none;
  min-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.community-sub-view .compare-popup-content li .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin-right: -10px;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 99px;
  border: none;
  font-size: 10px;
  line-height: 0;
  font-weight: 700;
}
.community-sub-view .compare-popup-content li .image-contain {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: right;
  position: relative;
}
.community-sub-view .compare-popup-content li .item-price {
  position: absolute;
  bottom: 0;
  left: 10px;
  background: #024776;
  color: #fff;
  padding: 5px;
}
.community-sub-view .compare-popup-content li .item-title {
  white-space: nowrap;
  overflow-x: hidden;
  max-height: 100%;
  display: block;
}
.community-sub-view .compare-popup-button {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 20px;
}
.community-sub-view .compare-popup-button .sbtn {
  margin-top: 0px;
  max-width: 150px;
}
.list-compare .view-content {
  display: flex;
  align-items: flex-start;
  overflow: auto;
  max-width: calc(100vw - 30px);
}
.list-compare .view-content .views-row {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 172.5px;
}
.list-compare
  .view-content
  .views-row:not(:first-child)
  .community_compare
  .community-value-title {
  opacity: 0;
}
.community_compare {
  color: #333;
  font-size: 16px;
}
.community_compare .community-compare-header-wrap {
  margin-right: 10px;
}
.community_compare .community-compare-title {
  font-size: 20px;
  height: 2.6em;
  margin-bottom: 0;
  white-space: break-spaces;
  overflow: hidden;
  line-height: 1.2;
}
.community_compare .community-compare-view .view-sbtn {
  display: block;
  margin: 10px 0;
}
.community_compare .community-value-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.community_compare .community-compare-image img {
  width: 100%;
}
.community_compare .community-price-label {
  font-size: 14px;
  display: block;
}
.community_compare .view-sbtn {
  padding: 0;
}
.community_compare .low-price {
  font-size: 20px;
  display: inline-block;
}
.community_compare .schoolList {
  margin-right: 10px;
}
.community_compare .schoolList li a {
  font-weight: 400;
  font-size: 14px;
}
.community_compare .community-value-content {
  border-top: 1px solid #d6d6d6;
  padding: 20px 0;
}
.community_compare .from {
  font-size: 14px;
  display: block;
}
.community_compare .sqft {
  font-size: 12px;
}
.community_compare .dollar {
  font-size: 12px;
  vertical-align: top;
  line-height: 20px;
}
.menu .has-dropdown > ul {
  background: #fff;
}
.fls_image_action .fls_ia-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 9;
  color: #fff;
}
.fls_image_action .fls_ia-inner a:hover {
  color: #2e4e5e;
}
.fls_image_action .fls_ia-inner a {
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
}
.fls_image_action {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-content: center;
  align-items: center;
}
.fls_item .fls_title a {
  font-weight: normal;
}
.amenities_fls .fls_item .fls_image {
  background: #fff;
  padding-bottom: 92%;
  display: flex;
  position: relative;
  height: 0;
}
.amenities_fls .fls_item .fls_image .fls_image_inner {
  display: flex;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.amenities_fls .fls_item .fls_image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.amenities_fls .fls_item:hover .fls_image:after {
  opacity: 0.7;
}
/*space between row*/
.plan_item > .plan_line > .row {
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .community-sub-view .view-footer {
    margin-left: -15px;
  }
}
@media all and (max-width: 991px) {
  .listing-intro .listing--text {
    text-align: center;
    margin-top: 15px;
  }
  .view-filters .form-item {
    margin-bottom: 15px;
  }
  .path-listings .page-title {
    font-size: 40px;
  }
  .community_sub {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 0 rgba(50, 50, 50, 0.1);
    padding: 0;
    height: calc(100% - 20px);
  }
  .community_sub .communiti-sub-item {
    flex-wrap: wrap;
  }
  .community_sub .communiti-sub-body {
    flex-direction: column;
  }
  .community_sub .communiti-sub-image {
    max-width: none;
    width: 100%;
  }
  .community_sub .communiti-sub-image img {
    width: 100%;
  }
  .community_compare .community-compare-title {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
}
.menu > li > ul li a,
.mega-menu .title {
  padding: 8px 16px;
}
@media all and (max-width: 767px) {
  .listing_overview .button-group-lst {
    justify-content: center;
    margin-top: 20px;
  }
  .listing_overview .listing-info {
    text-align: center;
  }
  .community_office {
    text-align: center;
  }
  .path-listings .page-title {
    font-size: 30px !important;
  }
  .path-listings .banner_breckc a {
    font-size: 10px;
  }
  .listing-full .title-span {
    font-size: 30px;
  }
  .listing-full .lblock-title {
    font-size: 26px;
  }
  .listing-details .row > div:not(:first-child) {
    margin-top: 15px;
  }
  .view-filters .form-item:first-child {
    width: 100%;
  }
  .view-filters .form-item:not(:first-child),
  .view-filters #edit-actions {
    width: 50%;
  }
  .view-filters #edit-actions button {
    width: 100%;
    min-width: 0;
  }
  .community_sub .communiti-sub-detail ul li {
    margin-right: 10px;
  }
  .community-sub-view .compare-popup {
    width: unset;
  }
  .community-sub-view .compare-popup {
    flex-wrap: wrap;
  }
  .community-sub-view .compare-popup-content {
    justify-content: center;
  }
  .community_compare .view-sbtn {
    font-size: 10px;
  }
  .community_compare .low-price {
    font-size: 18px;
  }
  .community_compare .from,
  .community_compare .community-price-label {
    font-size: 13px;
  }
  .community_compare {
    font-size: 14px;
  }
  .community_compare .community-compare-title {
    font-size: 16px;
  }
  .community-sub-view .compare-popup-button {
    width: 100%;
    text-align: center;
  }
  .community-sub-view .compare-popup-button .sbtn {
    margin-bottom: 60px;
  }
  .community-sub-view .compare-popup-button {
    flex-direction: row;
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }
}
#sharethis.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
#sharethis .modal-content {
  width: auto;
  padding: 20px;
}
#sharethis .modal-content .st-btn {
  display: inline-block !important;
}
.header-social-icons li {
  display: inline-block !important;
  margin-right: 10px !important;
}
.header-social-icons li span {
  display: none !important;
}
.header-social-icons li path {
  fill: #2e4e5e;
}
.crafted-homes .view-id-plan_home {
  padding: 0px 0px 0px 30px;
}
.crafted-homes .owl-carousel .owl-stage-outer {
  padding: 0px;
}
.crafted-heading {
  padding-top: 80px;
}
.crafted-homes {
  padding: 120px 0px;
}
.crafted-homes .container {
  max-width: 100%;
}
.crafted-homes .plan_fthome .plan-title {
  background: #2e4e5e;
  display: inline-block;
  width: auto;
  bottom: 50px;
  padding: 0px;
  padding: 24px;
  font-family: "minion-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 118.5%;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.crafted-homes .plan_fthome .plan-title a {
  color: #fff;
  background: #2e4e5e;
}
.crafted-homes .plan_fthome .plan-title a:hover {
  color: #fff;
  background: #2e4e5e;
}
.crafted-homes .plan_fthome:hover .plan-title a {
  color: #fff;
  background: #2e4e5e;
}
.crafted-heading .sub-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 112.8%;
  text-align: left;
  letter-spacing: 0.07em;
  color: #2f4e5e;
  padding-bottom: 40px;
  display: block;
}
.crafted-homes .view-id-plan_home .owl-theme .owl-nav {
  float: left;
  margin: 0px;
  left: -365px;
  position: absolute;
  bottom: 10px;
  text-align: left;
}
.path-frontpage .crafted-homes .view-id-plan_home {
  padding: 0 15px !important;
}
.path-frontpage .crafted-heading {
  padding: 80px 15px 0 15px;
}
.crafted-homes .view-id-plan_home .plan-hcarousel-crafted-home .owl-nav,
.crafted-homes .align-arrows-right .owl-nav {
  bottom: -80px !important;
  left: auto !important;
  right: 0px;
  float: right;
}
.d8-carousel .owl-stage-outer {
  padding-bottom: 90px;
}
.d8-carousel .owl-nav {
  margin: 0px;
  right: 10px;
  position: absolute;
  bottom: 20px;
  font-weight: 200;
  padding: 0px !important;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
  border-radius: 30.5px;
  float: right;
  display: block;
}
.d8-carousel .owl-nav [class*="owl-"],
.d8-carousel .owl-nav [class*="owl-"],
.d8-carousel .owl-nav [class*="owl-"] {
  position: static;
  margin: 5px;
  background: transparent;
  color: #000;
  width: 30px;
  text-align: center;
}
.d8-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #000;
}
.d8-carousel .glyphicon {
  top: 0;
  font-size: 20px;
  vertical-align: middle;
  color: #000;
  font-family: "themify" !important;
  font-weight: bolder;
}
.d8-carousel .glyphicon.glyphicon-menu-left:before {
  content: "\e64a" !important;
}
.d8-carousel .glyphicon.glyphicon-menu-right:before {
  content: "\e649" !important;
}
.hide-map-padding {
  padding-right: 0px;
  padding-left: 0px;
}
.bath-bed-sqft {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #2f4e5e;
  padding: 10px;
  background: linear-gradient(0deg, #f4f4f4, #f4f4f4),
    linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #ffffff, #ffffff), #ffffff;
}
.bath-bed-sqft .hme-sec {
}
.bath-bed-sqft .icon-bath {
  background-image: url("../img/icons/bath-2.png");
}
.bath-bed-sqft .icon-bed {
  background-image: url("../img/icons/bed1.png");
}
.bath-bed-sqft .icon-square {
  background-image: url("../img/icons/sqft-1.png");
  vertical-align: middle;
}
.bath-bed-sqft .com-icon {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center right;
  margin-right: 3px;
}
.inner-content-sec {
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #ffffff, #ffffff), #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.inner-content-sec img {
  width: 100%;
}
.title-price {
  padding: 20px;
}
.title-price a {
  font-family: "Minion Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 118.5%;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #2f4e5e;
}
.price-low-sec {
  /*font-family: 'Proxima Nova';*/
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-align: right;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #2f4e5e;
}
.custom-home-building {
  text-align: center;
  padding: 120px 0px;
  margin-bottom: 60px;
  width: 100%;
}
.custom-home-building .background-image-holder.fadeIn {
  z-index: initial;
}
.custom-home-building .custom-hm-building {
  font-family: "Minion Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 118.5%;

  /* or 47px */
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #ffffff;
}
.custom-home-building .custom-hm-desc {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
#block-views-exposed-filter-block-all-community-filter-block-1 {
  padding: 0px 30px;
}
.get-inspired-slider {
  padding: 0px;
  background: #fafafa;
}
.get-inspired-slider .owl-theme .owl-nav [class*="owl-"] {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
}
.get-inspired-slider .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -50px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
}
.get-inspired-slider .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -50px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
}
.get-inspired-slider .glyphicon-menu-left::before,
.get-inspired-slider .glyphicon-menu-right::before {
  color: #2f4e5e;
}
.let-chat {
  padding: 120px 30px;
}
.let-chat .desc {
  font-family: "Minion Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.075em;
  color: #ffffff;
  margin-bottom: 30px;
}
.let-chat .background-image-holder.fadeIn {
  z-index: initial;
}
.dove-mountain h2 {
  color: #2f4e5e;
}
.fairfield-dove-moutain {
  margin-bottom: 50px;
}
.fairfield-dove-moutain .container {
  max-width: 100%;
}
.fairfield-dove-moutain .dove-mountain-imgs {
  padding-left: 0px;
}
.view-id-all_community_filter .view-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-id-all_community_filter .views-row {
  flex-basis: 50%;
  box-sizing: border-box;
}
.view-id-all_community_filter .views-field {
  height: 100%;
}
.view-id-all_community_filter .col-md-6 {
  width: 100%;
  height: 100%;
}
.view-id-all_community_filter .inner-content-sec {
  height: calc(100% - 15px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(1,auto 1fr);
}
@media all and (max-width: 1400px) {
  .price-low-sec {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .fairfield-advantage h3.uppercase br {
    display: inline-block;
  }
  .fairfield-advantage h3.uppercase {
    margin: 0px;
    font-size: 20px;
  }
  .dream-homes .field--name-field-block-content {
    margin: 15px 10px;
    padding: 20px;
  }
  .view-id-all_community_filter .views-row {
    flex-basis: 100%;
  }
}

.crafted-homes .plan_fthome img {
  height: 450px;
  max-width: 100%;
  width: auto;
  object-fit: cover;
}
.crafted-homes .owl-nav {
  padding: 0px !important;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
  border-radius: 30.5px;
  float: right;
  display: block;
  margin: 40px;
  bottom: 55px !important;
  left: -38% !important;
}
.plan-hcarousel-crafted .owl-nav [class*="owl-"],
.plan-hcarousel-crafted-home .owl-nav [class*="owl-"],
.align-arrows-right .owl-nav [class*="owl-"],
.community-carousel .owl-nav [class*="owl-"] {
  font-size: 20px;
}
.plan-hcarousel-crafted [class^="ti-"],
.plan-hcarousel-crafted-home [class*=" ti-"],
.align-arrows-right [class*=" ti-"],
.community-carousel [class^="ti-"],
.community-carousel [class*=" ti-"] {
  font-weight: bolder;
}
.plan-hcarousel-crafted .ti-angle-right:before,
.plan-hcarousel-crafted .ti-angle-left:before,
.plan-hcarousel-crafted-home .ti-angle-right:before,
.plan-hcarousel-crafted-home .ti-angle-left:before,
.align-arrows-right .ti-angle-right:before,
.align-arrows-right .ti-angle-left:before,
.community-carousel .ti-angle-right:before,
.community-carousel .ti-angle-left:before {
  color: #000 !important;
}
.community-carousel.owl-theme .owl-nav {
  text-align: right;
  display: block;
  padding: 0px !important;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
  border-radius: 30.5px;
  float: right;
}
.view-plan-home .view-header .container {
  margin: 0;
  padding: 0;
}
.view-id-plan_home .owl-theme .owl-nav [class*="owl-"] {
  font-size: 20px;
}

.align-arrows-right {
  margin-top: 40px;
}
.solterra-lp-all-our-plans ..crafted-heading {
  padding-top: 0;
}
.greenvalley-carousel .container {
  max-width: 100%;
}
.greenvalley-carousel .owl-carousel .owl-item img {
  height: 372px;
  object-fit: cover;
}
.greenvalley-carousel .d8-carousel .owl-nav [class*="owl-"],
.greenvalley-carousel .d8-carousel .owl-nav [class*="owl-"],
.greenvalley-carousel .d8-carousel .owl-nav [class*="owl-"] {
  display: inline-block;
  line-height: 32px;
  font-size: 20px;
  height: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .crafted-homes .owl-nav {
    bottom: -70px !important;
    left: 0 !important;
  }
  .crafted-heading {
    padding: 20px;
  }
  .crafted-homes .view-id-plan_home {
    padding: 0px 0px 0px 20px;
  }
  .fairfield-dove-moutain .dove-mountain-imgs {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .featured-homes .col-md-9 {
    padding-right: 0px;
  }
}

.fairfield-advantage .adv-inner .feature {
  margin-bottom: 24px;
  border-right: 1px solid #d3d3d3;
  padding: 30px 0px;
}
.fairfield-advantage .adv-inner-last .feature {
  border-right: 0px solid #d3d3d3;
}
@media only screen and (max-width: 991px) {
  .fairfield-advantage .adv-inner {
    border: 0px !important;
    width: 50%;
  }
  .fairfield-advantage .adv-inner .feature {
    border: 0px !important;
  }
  .hide-map-padding {
    position: static !important;
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .fairfield-advantage .adv-inner {
    width: 100%;
    padding: 0 30px;
  }
  .abt-btn {
    margin: 0 auto;
  }
}
.fairfield-advantage {
  margin: 0 auto;
}

/**** Green Valley CSS ****/
.user-logged-in.transparent-header .nav-container,
.user-logged-in.transparent-header nav.fixed {
  top: 78px;
}
.transparent-header .nav-container {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
}
.transparent-header nav {
  background: transparent;
}
.transparent-header nav.scrolled {
  background: #1e323d;
  visibility: visible;
  opacity: 1;
}
.transparent-header nav.scrolled .nav-bar {
  border: 0;
}
.transparent-header .nav-bar {
  border-color: #fafafa;
  height: 68px;
  max-height: 68px;
  line-height: 65px;
}
.transparent-header .logo-light {
  display: block;
  margin-top: 20px;
  max-height: 30px;
}
.transparent-header .logo-dark,
.transparent-header .navbar-nav:not(.phone) {
  display: none;
}

.transparent-header nav.scrolled .menu li a {
  color: #fff;
}
.transparent-header .menu li a {
  color: #2f4e5e;
  line-height: 40px;
  opacity: 1;
}
.fgold {
  color: #9e8468 !important;
}
.home-lp-2-getintouch .container {
  max-width: 100%;
}
.home-lp-2-getintouch .webform-submission-contact-us-new-form .pull-right {
  padding: 0;
  width: 100%;
  text-align: right;
}
.home-hero-bg .hero-text {
  padding: 218px 60px 214px 60px;
  max-width: 658px;
}
.home-hero-bg .hero-breadcrumb {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: relative;
}
.home-hero-bg .hero-breadcrumb:after {
  color: #fff;
  content: "\e258";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  position: absolute;
  font-size: 11px;
}
.solterrra-lp-hero .hero-breadcrumb:after {
  display: none;
}
.home-hero-bg h2 {
  font-weight: 400;
  font-size: 65px;
  line-height: 73px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.home-hero-bg p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
.home-lp-2-getintouch .builder-element-type-column:last-child {
  padding: 150px 60px 50px 60px;
}
.home-lp-2-getintouch h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #2f4e5e !important;
  margin-top: 30px;
}
.webform-submission-contact-us-new-form .webform-section {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
.webform-submission-contact-us-new-form .webform-section input[type="text"],
.webform-submission-contact-us-new-form .webform-section input[type="tel"],
.webform-submission-contact-us-new-form .webform-section input[type="email"],
.webform-submission-contact-us-new-form .webform-section select,
.webform-submission-contact-us-new-form
  .webform-section
  ::-webkit-input-placeholder {
  border: 0;
  border-bottom: 1px solid #2f4e5e;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: #8b8b8b;
  font-style: italic;
  background: transparent;
  height: 40px;
  padding: 0;
  margin-bottom: 23px;
  text-transform: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
.webform-submission-contact-us-new-form .webform-section input:focus {
  background: transparent;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  border: 0;
}
.webform-submission-contact-us-new-form .select-wrapper:after {
  color: #2f4e5e;
  top: 30%;
  content: "\e259" !important;
}
.webform-submission-contact-us-new-form .form-item-form-bottom-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 35px;
  letter-spacing: 0.03em;
  color: #ff5858;
}
.webform-submission-contact-us-new-form .form-group {
  margin-bottom: 0px;
}
.webform-submission-contact-us-new-form button[type="submit"],
.webform-submission-contact-us-new-form #edit-actions button[type="submit"] {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #2e4e5e;
  background: transparent;
  padding: 0 26px;
  height: 50px;
  min-width: 170px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  border-radius: 0;
  color: #2e4e5e;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0;
}
.webform-submission-contact-us-new-form
  #edit-actions
  button[type="submit"]:hover {
  color: #fff;
  background: #2e4e5e;
}
.webform-submission-contact-us-new-form .pull-right {
  padding: 0;
}

.home-lp-2-the-fairfield-advantage {
  padding: 180px 0 150px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.ff_avd_block_row {
  align-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 80px;
}
.ff_avd_block {
  text-align: center;
  min-height: 254px;
  vertical-align: middle;
  align-content: center;
  align-items: center;
  padding: 60px 60px 30px 60px;
  border-right: 1px solid #c9c9c9;
}
.ff_avd_block:last-child {
  border: 0;
}
.ff_avd_block img {
  height: 55px;
  max-width: 100%;
  width: auto;
  margin: 0 auto 38px auto;
}

.ff_avd_block .fairfield-advantage {
  padding: 0;
}
.ff_avd_block .fairfield-advantage h3 {
  padding: 0;
  margin: 0;
}
.btn-green {
  background: #2f4e5e;
  color: #fff !important;
}
.btn-green:hover {
  color: #2f4e5e !important;
  background: #fff;
}
.home-lp-2-testimonials {
  padding: 180px 60px 150px 60px;
}
.home-lp-2-testimonials .testimonials {
  border: 0 !important;
}
.home-lp-2-our-communities .filters {
  display: none;
}
.home-lp-2-luxurious-communities {
  padding: 0;
}
.home-lp-2-luxurious-communities .container {
  padding: 0;
  max-width: 100%;
}

.home-lp-2-luxurious-communities .small-head {
  padding-bottom: 0px;
  margin-bottom: 23px;
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.home-lp-2-luxurious-communities .small-head:after {
  content: " ";
  width: 48px;
  height: 1px;
  background: #c9c9c9;
  margin-top: 28px;
  display: block;
}
.home-lp-2-luxurious-communities h2 {
  margin-bottom: 36px;
}
.home-lp-2-luxurious-communities p.lead {
  margin-bottom: 70px;
  line-height: 20px;
}
.home-lp-2-luxurious-communities .builder-element-type-column:first-child {
  padding-top: 196px;
  padding-bottom: 144px;
}
.home-lp-2-luxurious-communities .luxurious-communities-text {
  margin: 0 60px;
  max-width: 600px;
}
.home-lp-2-map-section {
  padding-top: 130px;
  padding-bottom: 135px;
}
.home-lp-2-map-section .container {
  z-index: 1;
  max-width: 1028px;
}
.home-lp-2-map-section #maps {
  min-height: 430px;
  margin-top: 30px;
}
.home-lp-2-map-section p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.home-lp-2-map-section h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  display: inline-block;
}
.home-lp-2-map-section .btn-right {
  float: right;
  display: inline-block;
}
.home-lp-2-map-section .btn {
  border-color: #fff;
  color: #fff !important;
  background: transparent;
}
.home-lp-2-map-section .btn:hover {
  background: #fff;
  color: #2f4e5e !important;
}
.home-lp-2-contact-section {
  padding: 170px 0 110px 0;
}
.home-lp-2-contact-section p,
.home-lp-2-contact-section h2 {
  color: #fff;
}
.home-lp-2-contact-section .container {
  z-index: 1;
}
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  .webform-section {
  padding-right: 60px;
}
.home-lp-2-contact-section .builder-element-type-column {
  display: flex;
  align-items: center;
}
.home-lp-2-contact-section .builder-element-type-column .builder-element-inner {
  width: 100%;
}
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  .webform-section
  input[type="text"],
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  .webform-section
  input[type="tel"],
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  .webform-section
  input[type="email"],
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  .webform-section
  select,
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  .webform-section
  ::-webkit-input-placeholder {
  color: #fff;
  border-color: #fff;
}
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  .webform-section
  select
  option {
  color: #8b8b8b;
}
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  button[type="submit"] {
  border-color: #fff;
  color: #fff;
}
.home-lp-2-contact-section
  .webform-submission-contact-us-new-form
  button[type="submit"]:hover {
  background: #fff;
  color: #2e4e5e;
}
.solterra-lp-property-details {
  padding: 75px 0 25px;
}
.solterra-lp-property-details .container {
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}
.solterra-lp-property-details .property-item .builder-element-children-wrapper {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.solterra-lp-property-details .property-item {
  padding-bottom: 50px;
}
.solterra-lp-property-details .property-item img {
  max-width: 30px;
  margin-right: 22px;
}
.solterra-lp-community-details {
  padding: 150px 0 90px;
}
.solterra-lp-community-details .block-inner {
  max-width: 990px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #8b8b8b;
  padding: 0 15px;
}
.solterra-lp-community-details .block-inner ul {
  margin-top: 30px;
  margin-bottom: 0;
}
.solterra-lp-community-details .block-inner ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #8b8b8b;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.solterra-lp-community-details .block-inner ul li:before {
  content: "\e258";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  position: absolute;
  font-size: 11px;
  color: #2c2c2c;
  left: 0;
}
.solterra-lp-community-details h2 {
  margin-bottom: 48px;
}
.solterra-lp-community-details h2:after {
  content: " ";
  width: 48px;
  height: 1px;
  background: #c4c4c4;
  margin: 15px auto 0 auto;
  display: block;
}
.solterra-lp-all-our-plans {
  background: #fafafa;
  padding: 180px 0px 190px 0;
}
.solterra-lp-all-our-plans .sub-heading {
  line-height: 18px;
}
.solterra-lp-all-our-plans .plan_fthome img {
  height: 450px;
  max-width: 100%;
  width: auto;
  object-fit: cover;
}
.solterra-lp-all-our-plans .owl-nav {
  padding: 0px !important;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
  border-radius: 30.5px;
  float: right;
  display: block;
  margin: 40px;
  bottom: 55px !important;
  left: -38% !important;
}
.solterra-lp-visit-solterra {
  background: #fafafa;
}
.solterra-lp-visit-solterra .btn {
  border-color: #2f4e5e;
  color: #fff;
  background: #2f4e5e;
}
.solterra-lp-visit-solterra .btn:hover {
  color: #2f4e5e;
  background: #fff;
}
.solterra-lp-visit-solterra .title-span {
  color: #2f4e5e;
}
.solterra-lp-visit-solterra #map {
  min-height: 370px;
  margin-top: 50px;
}

.solterra-lp-community-amenities {
  padding: 175px 0 170px 0;
}
.solterra-lp-community-amenities h2 {
  margin-bottom: 88px;
}
.solterra-lp-community-amenities .builder-row {
  max-width: 1200px;
  margin: 0 auto;
}

.solterra-lp-community-amenities
  .builder-element-type-column
  > .builder-element-inner {
  background: #fafafa;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 100%;
}
.solterra-lp-community-amenities
  .builder-element-type-column
  > .builder-element-inner
  > .builder-element-inside {
  padding: 50px 55px 50px 50px;
}
.solterra-lp-community-amenities .amenities_title p {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.07em;
  color: #a6907c;
  padding-bottom: 22px;
}
.solterra-lp-community-amenities .amenities_title img {
  margin: 20px 52px 20px 20px;
}

.solterra-lp-community-amenities ul {
  margin: 0;
  padding: 0;
}

.solterra-lp-community-amenities li {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #2f4e5e;
  margin-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
  padding-right: 80px;
  padding-bottom: 10px;
}
.solterra-lp-community-amenities li:after {
  content: "\e649";
  font-family: "themify";
  speak: none;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2f4e5e;
  font-size: 8px;
  position: absolute;
  right: 5px;
  top: 10px;
  padding-bottom: 10px;
}
.community-listings-section-title {
  padding-top: 140px;
}
.community-listings-section-title h2 {
  text-align: center;
  margin-bottom: 48px;
  color: #9e8468;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-weight: 400;
}
.community-listings-section-title h2.span {
  color: #2f4e5e;
}

.community-listings-section .view-footer {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 9px;
  margin-bottom: 20px;
  margin-top: 70px;
}

.community-listings-section .filters.floating {
  position: relative;
  z-index: 1;
  margin-bottom: 67px !important;
  border-radius: 0;
  box-shadow: unset;
  border-bottom: 1px solid #c6c6c6;
}
.community-listings-section .filters.floating li {
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #c4c4c4;
  border-radius: 0;
  margin: 0 50px;
  position: relative;
}
.community-listings-section .filters.floating li.active,
.community-listings-section .filters.floating li:hover {
  color: #2f4e5e;
}
.community-listings-section .filters.floating li.active:after {
  content: " ";
  width: 100%;
  height: 3px;
  background: #2f4e5e;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.community-listings-section .image-tile img {
  height: 212px;
}
.community-listings-section .title {
  top: 0;
  left: 0;
  text-align: left;
  padding: 35px 30px;
  background: rgba(47, 78, 94, 0.8);
  height: 100%;
}
.community-listings-section h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #ffffff;
}

.community-listings-section .list-location {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

.community-listings-section .list-price {
  font-weight: 600;
  font-size: 25px;
  line-height: 0%;
  text-align: right;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  right: 30px;
  bottom: 35px;
}
.community-listings-section .pagination {
  margin: 75px 85px 0px 30px;
  float: right;
}

.community-listings-section .pagination li a {
  color: #000;
  font-size: 22px;
  margin: 0;
  padding: 22px 25px !important;
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 30.5px 30.5px 0;
  width: 35px !important;
  height: 35px;
  line-height: 35px;
  border: 0 !important;
}
.community-listings-section .pagination li.pager__item--previous a {
  border-radius: 30.5px 0 0 30.5px;
}
.community-listings-section .pagination li a span {
  display: none;
}
.community-listings-section .pagination li a:before {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 13px;
  left: 15px;
  position: absolute;
}
.community-listings-section .pagination li.pager__item--next a:before {
  content: "\e649";
}
.community-listings-section .pagination li.pager__item--previous a:before {
  content: "\e64a";
}
.community-listings-section .pagination .pager__item--last,
.community-listings-section .pagination .pager__item--first {
  display: none;
}
.home-lp-2-our-communities .filters.floating li {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .home-lp-2-getintouch .col-md-7,
  .home-lp-2-getintouch .col-md-5 {
    width: 100%;
  }
  .home-lp-2-the-fairfield-advantage .ff_avd_block {
    border: 0px !important;
    width: 50%;
  }
  .home-lp-2-map-section .btn-right {
    float: left;
    display: block;
  }
  .home-lp-2-contact-section
    .webform-submission-contact-us-new-form
    .webform-section {
    padding-right: 0px;
  }
  .solterra-lp-property-details .property-item {
    width: 33.3333%;
  }
  .home-lp-2-contact-section .builder-element-type-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .solterra-lp-community-amenities .builder-element-type-column {
    width: 100%;
  }
  .home-lp-2-map-section h3 {
    display: block;
  }
  .community-listings-section .filters.floating li {
    margin: 0 10px;
  }
  .home-lp-2-our-communities.community-listings-section .filters.floating {
    border: 0;
    width: 100%;
  }
  .home-lp-2-our-communities.community-listings-section .filters.floating li {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px auto;
    float: unset;
  }
  .solterra-lp-all-our-plans .owl-nav {
    bottom: -70px !important;
    left: 0 !important;
  }
}
@media (max-width: 990px) {
  .transparent-header .mobile-toggle {
    display: none !important;
  }
  .transparent-header .nav-bar .module-group {
    width: auto !important;
    padding: 0 15px !important;
  }
  .transparent-header .nav-bar li a,
  .transparent-header .nav-bar li a:hover {
    color: #fff;
  }
  .transparent-header .outOfSight {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .home-lp-2-the-fairfield-advantage .ff_avd_block {
    width: 100%;
    padding: 0 30px;
  }
  .solterra-lp-property-details .property-item {
    width: 100%;
  }
  .solterra-lp-property-details
    .property-item
    .builder-element-children-wrapper {
    justify-content: center;
  }
  .community-listings-section .filters.floating {
    border: 0;
    width: 100%;
  }
  .community-listings-section .filters.floating li {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px auto;
    float: unset;
  }

  .transparent-header .nav-bar {
    height: auto;
    max-height: unset;
  }
  .transparent-header .nav-bar .module-group {
    width: 100% !important;
    padding: 0px !important;
  }
  .transparent-header .navbar-collapse {
    display: block !important;
    border: 0 !important;
    box-shadow: unset;
  }

  .home-hero-bg .hero-text {
    padding: 218px 30px 214px 30px;
  }

  .solterra-lp-community-amenities .amenities_title img {
    margin: 20px 10px 20px 0;
  }
  .solterra-lp-community-amenities .amenities_title p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  .solterra-lp-community-amenities li {
    font-size: 12px;
    line-height: 20px;
  }
}
/**** End Green Valley CSS ****/

/*** Community full page ***/
.community_sitemap h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
}
.community_sitemap .sub-title {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.community_sitemap .btn-right {
  float: right;
  display: inline-block;
}
.btn-alt {
  border-color: #2f4e5e !important;
  color: #fff !important;
  background: #2f4e5e !important;
}
.btn-alt:hover {
  color: #2f4e5e !important;
  background: #fff !important;
}
@media (max-width: 991px) {
  .community_sitemap h3 {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .community_sitemap .btn-right {
    display: block;
    float: right;
    width: 100%;
    text-align: center;
  }
}
/*** End Community full page ***/
/*** Mild S4 Sections ***/
.mild-seasons-section .container {
  z-index: 1;
}
.mild-seasons-section {
  color: #fff;
  text-align: center;
}
.mild-seasons-section .background-image-holder {
  background-attachment: fixed !important;
}
.mild-seasons-section h2 {
  margin-bottom: 20px;
}
.mild-seasons-section p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.mild-seasons-section svg {
  margin: 0 10px;
}
/*** End Mild S4 Sections ***/


.view-all-community-filter .inner-content-sec {

}
.view-all-community-filter .inner-content-sec .title-price {
    grid-row-start: 1;
}