@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

h1, h2, h3, h4 {
  color: #000;
}

.color-white {
  color: #fff !important;
}

.color-white #pmpro_form {
  color: #fff;
}

.color-white #pmpro_form label, .color-white #pmpro_form span, .color-white #pmpro_form a {
  color: #fff;
}

.pmpro_checkout-h3-name {
  display: none !important;
}

body {
  font-family: 'Lato', sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  color: #020202;
}

.property-page-container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media (max-width: 1000px) {
  .property-page-container {
    width: 100%;
    padding: 0 5%;
  }
}

.property-details-columns {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    gap: 20px;
	margin-bottom: 2rem;
	box-sizing: border-box;
}

.property-details-columns p {
	font-family: Lato, Arial, sans-serif;
	line-height: 1.6rem;
}

.property-details-columns > .left-column,
.property-details-columns > .right-column {
  box-sizing: border-box;
}

.left-column {
  flex: 0 0 68%;
  max-width: 68%;
  border-right: 1px solid #000;
  box-sizing: border-box;
}

.right-column {
  flex: 0 0 30%;
  max-width: 30%;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
    .left-column {
		flex: 0 0 66%;
		max-width: 66%;
		border-right: 1px solid #000;
	}
	.right-column {
        flex: 0 0 30%;
        max-width: 30%;
		border: none;
    }
}

@media (max-width: 768px) {
    .left-column, .right-column {
        flex: 0 0 100%;
        max-width: 100%;
		border: none;
    }
}


.property-navigation .property-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
  z-index: 1000;
  padding: 15px 0;
}

.property-navigation .property-nav .logo {
  padding-left: 1.5em;
}

.property-navigation .property-nav .logo img {
  width: 100%;
  max-width: 180px;
}

.property-navigation .property-nav .nav {
  padding-right: 1.5em;
}

@media (max-width: 768px) {
  .property-navigation .property-nav .nav {
    padding-right: inherit;
  }
}

/*
@media (max-width: 500px) {
  .property-navigation .property-nav .nav {
    display: none;
  }
}
*/
.property-navigation .property-nav #nav {
  list-style: none;
  font-weight: 300;
}

.property-navigation .property-nav #nav li {
  display: inline;
  margin: 0 30px 0 0;
  font-size: 20px;
}

.property-navigation .property-nav #nav li a {
  color: #fff;
  text-decoration: none;
}

.property-navigation .property-nav #nav li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.property-intro {
  width: 80%;
  margin: 30px auto 50px;
  text-align: center;
}

.property-intro .title {
  margin-bottom: 18px;
  line-height: 1.4;
}

.property-intro .title h1 {
  color: #127898;
  margin: 0 0 6px;
  padding: 0;
  font-size: 2em;
  font-weight: lighter;
}

.property-intro .title h2 {
  font-weight: lighter;
  color: #d85a22;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}

.property-intro .address {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
}

.property-intro .mls {
  font-size: 14px;
}

.property-intro .button {
  text-align: center;
  margin: 20px auto;
}

.property-intro .button .bt-make-offer {
  display: inline-block;
  background: #d66a2b;
  color: #fff;
  font-size: 1.1em;
  border: none;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
}

.property-gallery {
	margin-top: 8px;
	margin-bottom: -180px;
}

.property-gallery .row {
	margin: 0 !important;
}

.property-gallery .owl-carousel .owl-nav .owl-prev, 
.property-gallery .owl-carousel .owl-nav .owl-next {
  font-size: 50px !important;
  position: absolute;
  top: 14%;
  display: block;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5) !important;
  height: 80px;
  width: 30px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .property-gallery .owl-carousel .owl-nav .owl-prev, .property-gallery .owl-carousel .owl-nav .owl-next {
    top: 15%;
  }
}

.property-gallery .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
  padding: 0 0 10px 0 !important;
}

.property-gallery .owl-carousel .owl-nav button.owl-next {
  right: 10px;
  padding: 0 0 10px 0 !important;
}

.owl-carousel .owl-item {
	margin: 0 5px !important;
}

.property-map {
	margin: 0 auto 20px;
	width: 85%;
}

.property-documents ul {
  display: flex;
  justify-content: center;
}

.property-documents ul li {
  list-style: none;
  margin: 0 5px;
}

.property-documents ul li a {
  display: block;
  background: #d66a2b;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
}

.features-show-more {
  padding: 0 25px;
}

.property-features {
  text-align: center;
  padding: 30px 0 0 0;
  margin: 0;
  font-size: 16px;
  background: #fff;
  color: #696969;
}

.property-features .show-more-button {
  text-align-last: left;
  font-weight: bolder;
  cursor: pointer;
  margin: 12px 0 12px 70px;
}

.property-features .hidden-content {
  height: 400px;
  overflow: hidden;
}

.property-features h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.property-features .title {
  margin: 0 0 0px 0;
  font-weight: 300;
  color: #696969;
}

.property-features .price {
  font-size: 35px;
  font-weight: 400;
  color: #333333;
  margin: 15px 0 30px 0;
  padding: 0;
}

.property-features .price sup {
  font-family: Lato, Arial, sans-serif;
  font-size: 0.5em;
  vertical-align: middle;
  margin-left: 3px;
}

@media (max-width: 420px) {
  .property-features .price {
    font-size: 2em;
    line-height: 1.5em;
  }
}

.property-features .feature-description {
  margin: 20px auto;
  text-align: left;
  width: 85%;
}

@media (max-width: 768px) {
  .property-features .feature-description {
    width: 90%;
  }
}

.feature-specs {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 80px 5px;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .feature-specs {
    padding: 30px;
  }
}

.feature-specs div {
  font-size: 22px;
  text-transform: uppercase;
}

.feature-specs div span {
  display: block;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.feature-features {
  width: 85%;
  margin: 40px auto;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .feature-features {
    width: 90%;
  }
}

.feature-features .section-title {
  width: 100%;
  padding: 0 0 18px 0;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #666;
}

.feature-features .block {
  width: 45%;
}

@media (max-width: 500px) {
  .feature-features .block {
    width: 100%;
  }
}

.feature-features ul li {
  margin-bottom: 1em;
}

.feature-features ul li a {
  color: #d66a2b;
  text-decoration: none;
}

.feature-features ul li a:hover {
  opacity: .5;
}

.feature-features ul li i {
  font-size: 1.2em;
  color: #d66a2b;
}

.feature-reports {
  width: 85%;
  margin: 40px auto;
  text-align: left;
}

@media (max-width: 500px) {
  .feature-reports {
    width: 90%;
  }
}

.feature-reports .section-title {
  padding: 0 0 18px 0;
  text-align: left;
  font-weight: bold;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #666;
}

.feature-reports ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.feature-reports ul li {
  list-style: none;
  margin: 5px;
}

.feature-reports ul li a {
  display: block;
  background: #d3d3d3;
  padding: 10px 30px;
  color: #020202;
  text-decoration: none;
}

.feature-reports ul li a:hover {
  color: #fff;
  background: #d66a2b;
}

.property-page .market-value {
  background: #112645;
  color: #fff;
  text-align: center;
  padding: 30px 0 25px 0;
  margin: 0px;
  font-size: 16px;
}

.property-page .market-value .title {
  margin: 0 0 18px 0;
}

.property-page .market-value a {
  color: #fff;
  text-decoration: none;
}

.property-page .market-value a:hover {
  color: #d66a2b;
}

.property-page .market-value p {
  margin: 0;
  padding: 0;
}

.property-page .market-value h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.property-page .market-value .value {
  font-size: 36px;
  line-height: 1.3em;
}

.property-page .market-value .btn {
  background: #d1682e;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 15px;
  margin: 25px 0 0 0;
  display: inline-block;
  clear: both;
}

.property-page .market-value .btn:hover {
  color: #fff;
}

#market-value-form {
  text-align: center;
}

#market-value-form input[type=text], #market-value-form input[type=email] {
  padding: 10px 15px;
  border: 1px solid #ccc;
}

#market-value-form .btn {
  display: block;
  position: relative;
  z-index: 2;
  background: #d66a2b;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
}

.bt-get-offer-token {
  width: 100%;
  max-width: 180px;
  text-align: center;
  font-size: 24px;
  padding: 10px 0 !important;
}

.property-page-broker-info {
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  margin: 80px auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 755px;
}

@media (max-width: 760px) {
  .property-page-broker-info {
    justify-content: center;
  }
}

#buttonContact {
	border: 1px solid #000;
	color:#000;
	padding: 10px 30px;
	margin: 30px;
}
#buttonContact:hover,
#buttonContact:active,
#buttonContact:focus,
#buttonContact:visited {
	background-color: #efefef;
}

.property-details-columns .img-user-photo {
	width: 100%;
	max-width: 240px;
	margin-top: 20px;
	border-radius: 50%;
	object-fit: cover;	
}

.property-page-broker-info-2 .img-user-photo {
	width: 100%;
	max-width: 150px;
	margin-top: 10px;
	border-radius: 50%;
	object-fit: cover;	
}

.property-page-broker-info-2 .bio {
  color: #768082;
  margin: 0 0 0 0;
}

.property-page-broker-info-2 .bio p {
  margin: 5px 0;
  padding: 0;
}

.property-page-broker-info-2 .bio .name {
  color: #333;
  font-size: 1.3em;
}

.property-page-broker-info-2 .bio .description {
  font-size: .9em;
  color: #9aa3b4;
}

.property-page-broker-info-2 .bio .contact-info {
  margin: 20px 0;
}

.property-page-broker-info-2 .bio .contact-icon {
  width: 30px;
  text-align: center;
}

.property-page-broker-info-2 .bio .social ul {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.property-page-broker-info-2 .bio .social ul li {
  list-style: none;
  margin: 0 6px 0 0;
}

.property-page-broker-info-2 .bio .social ul li a {
  color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 9px 0;
  font-size: 1.0em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.property-page-broker-info-2 .bio .social ul li a.facebook {
  background: #304684;
}

.property-page-broker-info-2 .bio .social ul li a.linkedin {
  background: #1766a7;
}

.property-page-broker-info-2 .bio .social ul li a.twitter {
  background: #2b91e9;
}

.property-page-broker-info-2 .contact-form {
  color: #454954;
  font-weight: normal;
  margin-left: auto;
  width: 320px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .property-page-broker-info-2 .contact-form {
    margin: 0 0 0 10px;
  }
}

.property-page-broker-info-2 .contact-form h4 {
  font-size: 1.2em;
  margin: 10px 0;
  padding: 0;
  color: #000;
}

.property-page-broker-info-2 .contact-form form {
  padding: 0 0 0 0;
}

.property-page-broker-info-2 .contact-form input[type=text], 
.property-page-broker-info-2 .contact-form input[type=email] {
  width: 320px;
  box-shadow: 1px 1px 4px #c4c4c4;
  border: none;
  padding: 10px 15px !important;
}

.property-page-broker-info-2 .contact-form select {
  width: 350px;
  box-shadow: 1px 1px 4px #c4c4c4;
  border: none;
  padding: 10px 15px !important;
}

@media (max-width: 400px) {
  .property-page-broker-info .contact-form input[type=text], 
  .property-page-broker-info .contact-form input[type=email],
  .property-page-broker-info .contact-form select {
    width: 90%;
  }
}

.property-page-broker-info-2 .contact-form .submit,
.property-page-broker-info-2 .contact-form .gform_button {
  border: none;
  background: #3c90be;
  color: #fff;
  padding: 10px 30px;
}

.property-page-broker-info-2 .contact-form .gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.property-page .make-an-offer {
  background: #000;
  color: #fff;
  padding: 30px 20px 25px;
  margin: 20px;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
	.property-page .make-an-offer {
		padding: 20px 10px 15px;
		margin: 5px;
	}
}

/*
.property-page .make-an-offer::after {
  width: 580px;
  position: relative;
  height: 156px;
  display: block;
  margin: 0 auto;
  padding-bottom: 35px;
  margin-top: -200px;
  z-index: 1;
  content: '';
  background: url("../img/green-arrow.png") no-repeat top right;
}
*/
.property-page .make-an-offer p {
  margin: 0;
  padding: 0;
}

.property-page .make-an-offer .offer-info-icon {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.property-page .make-an-offer h2.title {
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
}

.property-page .make-an-offer .btn {
  display: block;
  position: relative;
  z-index: 2;
  background: #1276BE;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border:1px solid #fff;
}

.property-page .make-an-offer .btn:hover {
  background: #0F639E;
  font-weight: normal;
}


.property-page .make-an-offer .notice {
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  margin: 0 0 20px 0;
  padding: 0;
}

.agent-info-container {
	margin: 20px 10px;
}

.shortcode-create-property {
  color: #000;
}

.shortcode-create-property label {
  color: #000;
}

.shortcode-my-properties a {
  color: #F29407;
}

.shortcode-my-properties .property-list .property {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.shortcode-my-properties .property-list .property a {
  display: inline-block;
  color: #007392;
  padding: 10px 25px 0 25px;
}

.shortcode-my-properties .property-list .property .btn {
  background: #73ba44;
  color: #fff;
  padding: 10px 20px;
  margin-right: 10px;
}

.shortcode-my-properties .property-list .property .see-page {
  margin: 0 10px 0 auto;
}

/**
* Field upload
*/
.field-upload .attachment_list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.field-upload .attachment_list a {
  color: #000;
}

.field-upload .attachment_list .attachment {
  margin: 0 15px;
  padding: 10px;
  background-color:#dfdfdf;
}

.field-upload .upload-wrapper {
  background: none;
  color: #000;
}

.property-form select {
  width: 100%;
}

.make-an-offer-step .number {
  font-size: 50px;
  background: #9dc12d;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.field .preview-map {
  height: 300px;
}

.modal, .jquery-modal.blocker.current {
  z-index: 100 !important;
}

#bgvideo {
  position: relative;
  top: 0;
  width: 100%;
  max-height: 800px;
  display: block;
  overflow: hidden;
}

#bgvideo .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

#bgvideo .video-wrapper iframe, #bgvideo .video-wrapper object, #bgvideo .video-wrapper embed {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bgvideo .property-address-overlay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  text-shadow: 1px 1px 3px #111;
  font-weight: 300;
  z-index: 100;
}

#bgvideo .property-address-overlay .content {
	margin-top: 100px;
}

#bgvideo .property-address-overlay .line-1 {
  font-family: lato, sans-serif;
  font-size: 4.2em;
  letter-spacing: 2px;
}

#bgvideo .property-address-overlay .line-2 {
  font-size: 25px;
}

#bgvideo .property-address-overlay .player-controls {
  opacity: 0;
  transition: .3s all;
  width: 100%;
  align-self: flex-start;
  margin: 20px 0 0 0;
}

#bgvideo .property-address-overlay .player-controls button {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

#bgvideo .property-address-overlay .player-controls button:focus {
  outline: none;
}

@media (max-width: 420px) {
  #bgvideo .property-address-overlay .player-controls {
    align-self: flex-start;
    margin: -50px;
  }
}

#bgvideo .property-address-overlay:hover .player-controls {
  opacity: 1;
  transition: .3s all;
}

#bgvideo .property-address-overlay .virtual-tour-container {
	font-size: 24px; 
	font-family: 'Lato'; 
	font-weight: 400; 
	letter-spacing: 1px;
	margin: -125px auto 0;
	text-align: center;
}

#bgvideo .property-address-overlay .virtual-tour-container .rounded-circle {
	background-color: rgba(0,0,0,.4);
	height: 100px; 
	width: 100px; 
	padding-top: 22px; 
	margin: 0 auto;
}

#bgvideo .property-address-overlay .property-status .property-status-tag {
	margin-bottom: 50px; 
	background-color: #000; 
	font-size: 28px; 
	font-weight: 400; 
	padding: 7px 0; 
	width: 300px; 
	font-family: 'Lato';
}

@media (max-width: 460px) {
  #bgvideo {
	height:370px;
  }	  
	
  #bgvideo .property-address-overlay {
    align-items:baseline;
    padding:125px 0 0 0;
  }
  
	#bgvideo .property-address-overlay .content {
		margin-top: 0;
	}
  
  #bgvideo .property-address-overlay .line-1 {
    font-size: 2em;
    margin: 50px 0 0 0;
  }
  #bgvideo .property-address-overlay .line-2 {
    font-size: 1em;
  }
  
	#bgvideo .property-address-overlay .virtual-tour-container {
		margin: 0 auto;
	}

	#bgvideo .property-address-overlay .virtual-tour-container p {
		font-size: 18px;
		padding: 7px 0;
	}
	
	#bgvideo .property-address-overlay .property-status .property-status-tag {
		margin-bottom: 0!important; 
		width: 100%; 
		font-size: 18px; 
		font-weight: 300; 
		padding: 4px 0; 
	}
	
	.property-page .make-an-offer {
		padding: 30px 50px 70px;
	}
	
	.property-page .make-an-offer::after {
		background: none;
	}

	.property-page .make-an-offer h2.title {
		margin: 0 0 5px 0;	
	}
}
	
@media (max-width: 500px) {
  #bgvideo {
	height:630px;
  }	  
	
  #bgvideo .property-address-overlay {
    align-items:baseline;
    padding:125px 0 0 0;
  }
  
	#bgvideo .property-address-overlay .content {
		margin-top: 0;
	}

	#bgvideo .property-address-overlay .property-status .property-status-tag {
		margin-bottom: 0!important; 
		width: 100%; 
		font-size: 18px; 
		font-weight: 300; 
		padding: 4px 0; 
	}
	
	.property-page .make-an-offer {
		padding: 30px 50px 70px;
	}
	
	.property-page .make-an-offer::after {
		background: none;
	}

	.property-page .make-an-offer h2.title {
		margin: 0 0 5px 0;	
	}
}	
	
@media (max-width: 768px) {
	#bgvideo {
		height: 600px;
	}

	.fallback-image {
		padding-bottom: 0;
		height: 100%; /* or a fixed value like 300px */
	}
  
	#bgvideo .property-address-overlay .line-1 {
		font-size: 3em;
		margin: 0;
	}

	#bgvideo .property-address-overlay .virtual-tour-container .rounded-circle {
		margin: 10px auto 0;
	}

	#bgvideo .property-address-overlay .property-status .property-status-tag {
		font-size: 22px; 
		margin-bottom: 20px; 
	}

	.property-page .make-an-offer {
		padding: 30px 50px;
	}
}	

@media (max-width: 1420px) {
/*	#bgvideo {
		height: 675px; 
	}

	#bgvideo .fallback-image img {
		width: unset;
		height: 100%;
	}
*/
}
	
.fallback-image {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*	
#bgvideo .fallback-image {
  max-height: 820px;
  overflow: hidden;
}
*/

#bgvideo .no-video-no-image {
  height: 100px;
  background: #ccc;
}

#bgvideo p {
  margin: 0;
  padding: 0;
}

#bgvideo img {
  width: 100%;
}

#bgvideo iframe {
  width: 100% !important;
  height: 820px;
}

/** METER **/
.meter.active {
  background: #fcfcfc !important;
  width: 100%;
  display: block;
  min-height: 40px;
  border-radius: 30px !important;
  border: 5px solid #1c8cf1 !important;
}

.meter.active span#progress {
  min-width: 6%;
  max-width: 100%;
  background: #7bb95a;
  height: 38px !important;
  display: block;
  border-radius: 30px;
  border: 1px solid #fff;
  transition: .5s linear;
}

.meter.active span#progress-label {
  position: absolute;
  top: 0;
  min-width: 5%;
  text-align: right;
  line-height: 48px;
  color: #fff;
  transition: .5s linear;
}

.edit-profile-form {
  color: #fff;
}

.edit-profile-form .input-file, .edit-profile-form h1, .edit-profile-form label {
  color: #fff;
}

.edit-profile-form .user-avatar-preview {
  max-width: 250px;
}



ul#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

ul#nav > li {
  margin-right: 20px;
}

.hamburger {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
}

.hamburger-icon {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
}

@media screen and (max-width: 767px) {
  ul#nav {
    display: none;

    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
	color:#000;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  
	.property-navigation .property-nav #nav li {
		display: block;
		margin: 0;
		font-size: 20px;
		border-bottom: 1px solid #ddd;
	}
	.property-navigation .property-nav #nav li:hover {
		background-color: #ccc; 
	}
	.property-navigation .property-nav #nav li a {
		color:#000;
		display:block;
		padding: 20px;
	}
  
  .hamburger {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
	background-color: transparent !important;
  }
  
  button:focus { outline: none!important; }
  
}

.modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #000 !important;
  border:3px solid #000;
  padding: 40px;
  max-width: 800px;
  width: 90%;
  position: relative;
  overflow-y: auto;
  max-height: 90vh;
}

.modal-content .photo {
	color: #fff !important;
}
.modal-content .photo a {
	color: #fff !important;
	text-decoration: none;
}

.modal-content .contact-form h4 {
	color: #fff !important;
	text-align: left;
}

.modal-content .contact-form input,
.modal-content .contact-form select {
	width: 100% !important;
}

.modal-content .contact-form .submit {
	width: 120px !important;
	float: left !important;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:active,
.modal-close:focus,
.modal-close:visited {
	background-color: #efefef;
	color: #000;
}


.footer-title{
	font-family: "Playfair Display", Sans-serif;
    font-size: 28px !important;
    font-weight: 300;
    line-height: 34px;
    color: #FFFAFA;
	text-align: center;
	margin-bottom: 12px !important;
}
.footer-desc {
	font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #FFFFFF;
	text-align: center;
}
.footer-logo {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer-logo img {
	width: 180px;
}
.copyright {
	text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

.no-btm-margin {
	margin-bottom: 0 !important;
}