@import "cards.css";


html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

img{
  max-width: 100%;
  height: auto;
}

a.logo,
a.logo:hover {
  color: #141414;
  text-decoration: none;
  display: block;
}

.navbar-logo{
  width: 184px;
  height: 100px;
}

.thumb-link{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.icon-panel-image{
  max-height: 85px;
}

.bg-grey{
  background-color: #F7F7F7;
}

.bg-yellow{
  background-color: #fff9ed;
}

.bg-orange{
  background-color: #FFF9F1;
}

.bg-orange-medium{
  background-color: #e8541a;
}

.bg-lightBrown{
  background-color: #F2E8DC;
}

.bg-brownPattern{
  background-color: #3c1705;
}

.anchor-link{
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #262626;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #262626;
  margin: 10px 10px 0 0;
  display: inline-block;
}

.anchor-link:hover,
.anchor-link:focus{
  color: #d68203;
  border-bottom: 1px solid #d68203;
  cursor: pointer;
}

.bg-brownPattern{
  background: url('../img/pattern_leaves.gif') repeat;
  background-size: 39%;
}
.bg-greyPattern{
  background: url('../img/pattern_leaves_grey.gif') repeat;
  background-size: 79%;
}

.bg-orangePattern{
  background: url('../img/pattern_leaves_orange.gif') repeat;
  background-size: 39%;
  position: relative;
}

.bg-orangePattern:before{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(238, 106, 32, 0.4);
}

.background-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-orangePattern{
  background-color: rgba(238, 106, 32, 0.4);
}

.overlay-greyPattern{
  background-color: rgba(153, 157, 160, 0.7);
}

.overlay-brownPattern{
  background-color: rgba(60, 23, 5, 0.5);
}

.text-yellow,
.text-yellow:hover{
  color: #feef35;
}

.text-brown{
  color: #B67E39;
}

.text-orange,
.text-orange:hover{
  color:#FCB03C;
}

.text-burnt-orange,
.text-burnt-orange:hover{
  color:#ee651e;
}

.list-group-item{
  background-color: transparent;
}

.main-content:not([data-page="__home__"]):not([data-has]){
  padding-top: 120px;
}

.main-nav-row a.contact-link:hover{
  text-decoration: none;
}

.main-nav-row a.contact-link span{
  vertical-align: inherit;
}
.main-nav-row a.contact-link:hover span{
  text-decoration: underline;
}

.menu-tooltip{
  position: relative;
}

.menu-tooltip::before{
  content: "";
  height: 20px;
  border-left: 2px solid #fff;
  width: 1px;
  position: absolute;
  left: -14px;
  top: 2px;
}

/* HERO BANNER */

.content-wrap.land .hero-banner{
  height: 35vh;
}

.hero-banner{
  height: 45vh;
}

.hero-banner-home{
  height: 65vh;
}

/* HERO BLOCK w/ text & buttons */
.hero-block {
  height: 65vh;
  min-height: 480px;
}

.hero-block .promo-badge{
  position: absolute;
  right: 0;
  top: 160px;
}

.hero-block .promo-badge a{
  display: block;
  z-index: 3;
  position: relative;
  height: 100%;
  width: 100%;
}

.hero-block  .hero-text-container h1{
  font-size: 48px;
}

.hero-block .hero-text-container h1,
.hero-block .hero-text-container h2,
.hero-block .hero-text-container h3,
.hero-block .hero-text-container h4,
.hero-block .hero-text-container h5,
.hero-banner .hero-text-container h1{
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.50);
}

.hero-block  .hero-text-container p{
  color: #fff;
}

.hero-gradient{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.15) 25%, transparent 41%);
}

#main-content-chevron{
  min-width: 56px;
  height: 56px;
  color: #FFF;
  position: absolute;
  left: 50%;
  bottom: 1%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 3;
  font-size: 26px;
}

/* GALLERY IMAGES */
.gallery-item{
  height: 400px;
}

/* ======  [ HOUSELAND ] ======= */

.houseland-filter{
  background-color: #FDF8F1;
}

/* ---- [ forms ] --- */
input[type=text],
input[type=email],
input[type=tel]{
  padding: 0.75rem;
  -moz-border-radius:  0;
  -webkit-border-radius:  0;
  border-radius:  0;
  border-color:  #B67E39;
  font-size: 0.95rem;
  border-style:  solid;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B67E39; /* 818b98 */
}
::-moz-placeholder { /* Firefox 19+ */
  color: #B67E39;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #B67E39;
}
:-moz-placeholder { /* Firefox 18- */
  color: #B67E39;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:before {
  position: absolute;
  content: '';
  display: inline-block;
  right: 0;
  top: 0;
  pointer-events: none;
  width: 30px;
  height: 100%;
  background-color: #transparent;
  background-repeat:  no-repeat;
  background-image: url(../img/icon_arrow.svg);
  -moz-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: right 10px center;
}

select:required:invalid {
  color: #B67E39;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #B67E39;
}

select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 30px 0.5rem 0.5rem;
  background-color: #FFF;
  color: #B67E39;
  border-color: #B67E39;
  font-size: 0.95rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	-moz-border-radius: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-overflow: '';
  border-width: 2px;
}

select.filter-bath{
  padding: 0.5rem 35px;
  background-position: left 8px center;
  background-repeat:  no-repeat;
  background-image: url(../img/icon_bath.svg);
  -moz-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

select.filter-bed{
  padding: 0.5rem 35px;
  background-position: left 8px center;
  background-repeat:  no-repeat;
  background-image: url(../img/icon_bed.svg);
  -moz-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

select.filter-car{
  padding: 0.5rem 35px;
  background-position:  left 8px center;
  background-repeat:  no-repeat;
  background-image: url(../img/icon_car.svg);
  -moz-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

select::-ms-expand{
  display: none;
}

label,
.slider-title,
.filter-label{
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  color: #B67E39;
  margin: 0;
}

.noUi-connect {
   background: #B67E39;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    top: -6px;
  right: -10px;
  width: 15px;
  height: 15px;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #B67E39;
}

.noUi-horizontal {
  height: 8px;
}

.noUi-target {
  margin: 16px 0;
}

.noUi-connects {
  background: #41311B;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle{
  width: 20px;
  height: 20px;
}

.noUi-handle:after,
.noUi-handle:before{
  display: none;
}


.table th,
.table td{
  border: none;
}

.table tr{
  position: relative;
}

.table :not(thead) tr:hover{
  background-color: #eee;
}
.table thead{
  border-bottom: 2px solid #d47500;
}

.table thead th,
.table thead th{
  font-size: 16px;
  font-weight: 700;
  padding: 15px 5px 5px 5px;
  border: none;
  text-transform: uppercase;
}

.table .center-desktop {
  text-align:center;
}

.table tbody td{
  padding: 5px;
  font-weight: 300;
}



/* TWO COLUMN CONTENT BLOCK */
.two-column-images-wrap{

}

.two-column-image:first-child{
  margin-right: 10px;
}

.two-column-image{
  max-height: 80px;
  max-width: 47%;
}

/* STAGE */
.stage-card{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.stage-card .img-top{
  position: relative;
}

.stage-card .card-body{
  background:#343A41;
}

.stage-card .stage-card-title{
  color: #fff;
  font-weight: 300;
}

.stage-card .stage-coming-soon{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(3,3,3,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-card .stage-coming-soon h2{
  font-weight: 400;
  text-transform: uppercase;
  user-select: none;
}

/* PORTFOLIO TABLE */
.portfolio-logo,
.portfolio-title,
.portfolio-description{
  display: inline-block;
}

.portfolio-logo{
  width: 40px;
  height: 40px;
}

.portfolio-title{
  width: 30%;
  min-width: 200px;
  font-size: 20px;
  font-weight: 500;
}


/* ICON PANEL */
.icon-image-wrap{
  margin-bottom: 10px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* TEXT PANEL  */
.text-panel-sections{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.text-panel-sections .text-section{
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.text-panel-sections .text-section:after {
  content: '';
  display: block;
  height: 1px;
}

.text-panel-sections .text-section:before {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.text-section .thumb-link{
  width: 100%;
  height: 28px;
  left: 0;
  top: 0;
}

.text-panel-sections .text-section h5[data-icon]{
  display: inline;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 34px;
}

.text-panel-sections .text-section .thumb-link[aria-expanded="true"] ~ h5 .fa-plus::before{
  content: "\f068";
}


/* FILE LISTING */
.document-list-item{
  border-bottom: 1px solid #DDE2F7;
  background: url("../img/download_icon.svg") no-repeat;
  background-position: 98% 50%;
  background-size: 23px;
}
.document-list-item:first-child{
  border-top: 1px solid #DDE2F7;
}

.document-list-title{
  text-decoration: underline;
  width: 100%;
  max-width: 95%;
  overflow-wrap: break-word;
}

.document-list-type{
  text-transform: uppercase;
  color: #666F76;
  width: 100%;
  max-width: 95%;
}

/* QUOTE BLOCK */
.quote-container::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #ccc;
}

.quote-container.quote-bar-lightBrown::before,
.quote-container.quote-bar-orange::before{
  background-color: #936a49;
}

/* SLIDER */
.slider-panel h2{
  position: relative;
}
.slider-panel h2:before{
  content: '';
  position: absolute;
  top: -10px;
  width: 40px;
  height: 1px;
  border-top: 1px solid #E7C59B;
}

.slider-panel .slider-image{
  min-height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* CALL TO ACTION BAR */
.call-to-action-bar a{
  text-decoration: none;
}

/* FOOTER */
.footer-bar .contact-text{
  font-size: 1.4rem;
}

.footer-bar .copyright{
  font-size: 0.9rem;
  border-top: 1px solid #a88b7f;
}

.footer-bar .footer-icon{
  max-width: 20px;
}
.vignette-left,
.vignette-right
{
  display:block;
  width:100%;
  pointer-events:none;
  height:400px;
  position:absolute;
  left:0;
  top:0;
  z-index:1;
  background-repeat:no-repeat;
}
.vignette-left
{
  background-image:url('../img/vignette-left.png');
}
.vignette-right
{
  background-image:url('../img/vignette-right.png');
  background-position:top right;
}
.lot-image img
{
  transform: scale(2.0);
  cursor: pointer;
}

.houseLand-item .builder-logo img{
  max-height: 70px;
}

.download-icon{
  width: 33px;
}

/* irefox shows grey borders around these image tags on zoom */
.interactive-map-container img[src="1"] {
  visibility: hidden;
}
