@charset "UTF-8";
/* Define standard variables and values for website */
/* Font-weights */
.fw-bold, bold, b {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 500 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
/* 5 column grid */
.col-xs-5-cols, .col-sm-5-cols, .col-md-5-cols, .col-lg-5-cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5-cols {
  width: 20%;
  float: left;
}
/*background*/
.bg-white {
  background-color: #FFF;
}
.bg-black {
  background-color: #202020;
}
.bg-yellow {
  background-color: #D6BA6C;
}
.bg-primary {
  background-color: #DDC88C;
}
.bg-secondary {
  background-color: #202020;
}
.bg-tertiary {
  background-color: #F7F7F7;
}
/* text color */
.tc-white {
  color: #FFF;
}
.tc-black {
  color: #202020;
}
.tc-yellow {
  color: #D6BA6C;
}
.tc-primary {
  color: #DDC88C;
}
.tc-secondary {
  color: #202020;
}
.tc-tertiary {
  color: #F7F7F7;
}
.tc-primary-forecolor {
  color: #202020;
}
.tc-secondary-forecolor {
  color: #FFF;
}
.tc-tertiary-forecolor {
  color: #202020;
}
.btn {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: 'Oswald', sans-serif;
}
.btn.btn-style1 {
  background: #DDC88C !important;
  color: #202020 !important;
  border: 0;
  border-radius: 0;
}
.btn.btn-style1:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .col-sm-5-cols {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5-cols {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-cols {
    width: 20%;
    float: left;
  }
}
body {
  font-family: "DM Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 10px;
}
p {
  font-size: 14px;
  line-height: 1.7;
}
a, a:hover {
  text-decoration: none !important;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
input::placeholder {
  color: transparent !important;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent !important;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
textarea::placeholder {
  color: transparent !important;
}
.btn-link {
  margin-top: 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  display: block;
  color: #DDC88C;
  text-transform: uppercase;
}
.view-more-property-details {
  width: 100%;
  margin-top: 40px;
  display: block;
}
.view-more-property-details a {
  font-family: 'Oswald', sans-serif;
  color: #DDC88C;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.view-more-property-details a span {
  font-size: 16px;
  vertical-align: middle;
}
.view-more-property-details .row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.for-rent-cont {
  width: 100%;
  text-align: center;
}
.for-rent-cont h4 {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.for-rent-cont h4 span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
#main {
  position: relative;
  z-index: 2;
}
#main .infobox {
  width: 100%;
  padding: 50px 0;
}
#main .infobox.mobile {
  display: none;
}
#main .infobox span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
  font-family: 'Oswald', sans-serif;
}
#main .infobox p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
#main .infobox .content-fixed {
  max-width: 1080px;
}
#main .infobox .content-fixed .row {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#main .infobox .infobox-data {
  /*width: calc(100% / 7);*/
  padding: 0;
}
#main .infobox .infobox-data:nth-child(1) {
  width: 110px;
}
#main .infobox .infobox-data:nth-child(2) {
  width: 45px;
}
#main .infobox .infobox-data:nth-child(3) {
  width: 60px;
}
#main .infobox .infobox-data:nth-child(4) {
  width: 50px;
}
#main .infobox .infobox-data:nth-child(5) {
  width: 115px;
}
#main .infobox .infobox-data:nth-child(6) {
  width: 130px;
}
#main .infobox .infobox-data:nth-child(7) {
  width: 175px;
}
#main .section {
  padding: 80px 0;
}
#main .section#overview {
  text-align: center;
  background-color: #FFF;
  background-image: url('/themes/lux/img/masked-pattern-light.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30%;
}
#main .section#overview h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 20px;
  padding-bottom: 10px;
  opacity: 0.25;
  text-transform: uppercase;
}
#main .section#overview h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 60px;
  padding-bottom: 50px;
  font-size: 50px;
  text-transform: uppercase;
}
#main .section#overview h4 > span {
  display: block;
}
#main .section#overview p {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  color: #676767;
  font-size: 14px;
}
#main .section#overview .infoBox {
  margin: 0 auto;
  margin-top: 70px;
  max-width: 760px;
}
#main .section#overview .infoBox > .row {
  display: flex;
  justify-content: center;
}
#main .section#overview .infoBox > .row .infobox-data {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
#main .section#overview .infoBox > .row .infobox-data.taxes {
  width: 30%;
}
#main .section#overview .infoBox > .row .infobox-data span {
  font-size: 13px;
  letter-spacing: 5px;
  color: rgba(22, 22, 22, 0.6);
  text-transform: uppercase;
}
#main .section#overview .infoBox > .row .infobox-data p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #202020;
  text-transform: uppercase;
  margin-top: 5px;
}
#main .section #videos .title-sec {
  display: flex;
  align-items: center;
  padding-left: 40px;
  justify-content: flex-start;
}
#main .section #videos .title-sec h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 20px;
  font-weight: 500;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 70px;
  margin-bottom: 50px;
  position: relative;
}
#main .section #videos .title-sec h2:before {
  content: 'videos';
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 54%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  line-height: 40px;
}
#main .section #videos .title-sec {
  width: 25%;
}
#main .section #videos .slider-sec {
  width: 75%;
}
#main .section #videos .slider-arrow-holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .section #videos .slider-arrow-holder.bottom {
  display: none;
  text-align: center;
  padding-left: 0;
}
#main .section #videos .slider-arrow-holder.bottom .slick-arrow {
  display: inline-block;
  transform: translate(0, 0);
  margin-top: 40px;
}
#main .section #videos .slider-arrow-holder .slick-arrow {
  width: 25px;
  height: 25px;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(0, 0) !important;
  display: inline-block;
  cursor: pointer;
}
#main .section #videos .slider-arrow-holder .slick-arrow:before {
  color: #fff;
  font-family: "pu-themes" !important;
  font-size: 25px;
  content: '';
}
#main .section #videos .slider-arrow-holder .slick-arrow.slick-prev {
  margin-right: 40px;
}
#main .section #videos .slider-arrow-holder .slick-arrow.slick-prev:before {
  content: "";
}
#main .section #videos .slider-arrow-holder .slick-arrow.slick-next:before {
  content: "";
}
#main .section #videos .lux-video-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#main .section #videos .lux-video-slider .item {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-bottom: 16.25%;*/
  height: 0;
  background: #202020;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
#main .section #videos .lux-video-slider .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .section #videos .lux-video-slider .slick-slide {
  margin-left: 50px;
}
#main .section #videos .lux-video-slider .slick-slide:first-child {
  margin-left: 0;
}
#main .section #videos .lux-video-slider .slick-list {
  padding: 0 20% 0 0;
}
#main .section #videos .lux-video-slider .slick-arrow {
  display: none;
}
#main .section#features {
  background-color: #202020;
  background-image: url('/themes/lux/img/masked-pattern-dark.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 225px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#main .section#features .feature-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 820px;
  margin: 0 auto;
}
#main .section#features .feature-list .col-1, #main .section#features .feature-list .col-2, #main .section#features .feature-list .col-3 {
  width: 100%;
  max-width: 235px;
  display: block;
}
#main .section#features .feature-list .col-1 > div, #main .section#features .feature-list .col-2 > div, #main .section#features .feature-list .col-3 > div {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  /* &:after {
                            content: '';
                            width: 18px;
                            height: 18px;
                            border-radius: 100px;
                            background: url('/themes/lux/img/ico-bullet.svg') no-repeat center center;
                            background-size: 18px;
                            position: absolute;
                            top: 1.5px;
                            left: -20px;
                            z-index: 1;
                        } */
}
#main .section#features .feature-list .col-1 > div:after, #main .section#features .feature-list .col-2 > div:after, #main .section#features .feature-list .col-3 > div:after {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pu-themes' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  top: 1.5px;
  left: -20px;
  z-index: 1;
  color: #DDC88C;
}
#main .section#features .feature-list .col-2 {
  margin-left: 55px;
  margin-right: 55px;
}
#main .section#features .view-more {
  text-align: center;
}
#main .section#features .view-more a {
  font-weight: bold;
  font-size: 14px;
  color: #DDC88C !important;
  position: relative;
  padding-right: 15px;
  margin-top: 50px;
  display: inline-block;
  letter-spacing: 3px;
}
#main .section#features .view-more a:hover {
  opacity: 0.8;
}
#main .section#tour, #main .section#floorplan {
  background: #202020;
  /* background: -moz-linear-gradient(128deg, rgba(214,186,108,1) 0%, rgba(183,156,81,1) 100%);
            background: -webkit-linear-gradient(128deg, rgba(214,186,108,1) 0%, rgba(183,156,81,1) 100%);
            background: linear-gradient(128deg, rgba(214,186,108,1) 0%, rgba(183,156,81,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6ba6c",endColorstr="#b79c51",GradientType=1); */
}
#main .section#tour h2, #main .section#floorplan h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 25px;
  font-weight: 500;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 70px;
  margin-bottom: 80px;
  position: relative;
}
#main .section#tour h2:before, #main .section#floorplan h2:before {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  line-height: 40px;
}
#main .section#tour h2.vt:before, #main .section#floorplan h2.vt:before {
  content: '3D tours';
}
#main .section#tour h2.fp:before, #main .section#floorplan h2.fp:before {
  content: 'floor plans';
}
#main .section#tour .content-sec, #main .section#floorplan .content-sec {
  position: relative;
  padding-bottom: 36.25%;
  /* 16:9 */
  height: 0;
}
#main .section#tour .content-sec iframe, #main .section#floorplan .content-sec iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .section#tour .content-sec.floorplan, #main .section#floorplan .content-sec.floorplan {
  padding: 0;
  height: auto;
  /*.slick-dots { 
                        li {
                            opacity: 0.3;
                            &.slick-active { opacity: 1; }
                        }
                    }*/
  /*.flex-control-thumbs {
                        left: 0 !important;
                    }*/
}
#main .section#tour .content-sec.floorplan .folio-slider, #main .section#floorplan .content-sec.floorplan .folio-slider {
  background: transparent;
}
#main .section#tour .content-sec.floorplan .folio-slider .slides, #main .section#floorplan .content-sec.floorplan .folio-slider .slides {
  background: transparent !important;
}
#main .section#tour .content-sec.floorplan .mySlides a + div, #main .section#floorplan .content-sec.floorplan .mySlides a + div {
  background-size: contain !important;
}
#main .section#tour .content-sec .folio-slider, #main .section#tour .content-sec .slides, #main .section#floorplan .content-sec .folio-slider, #main .section#floorplan .content-sec .slides {
  background: transparent !important;
}
#main .section#tour .slider-video, #main .section#floorplan .slider-video {
  width: 100%;
}
#main .section#tour .slider-video .mySlides, #main .section#floorplan .slider-video .mySlides {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#main .section#tour .slider-video .folio-slider, #main .section#floorplan .slider-video .folio-slider {
  padding-bottom: 0;
}
#main .section#tour .slider-video .folio-slider .slides, #main .section#floorplan .slider-video .folio-slider .slides {
  height: auto;
}
#main .section#tour .slider-video .flex-control-thumbs, #main .section#tour .slider-video .folio-slider-thumbs, #main .section#floorplan .slider-video .flex-control-thumbs, #main .section#floorplan .slider-video .folio-slider-thumbs {
  display: none;
}
#main .section#tour .mobile-btn-holder, #main .section#floorplan .mobile-btn-holder {
  text-align: center;
  display: none;
}
#main .section#tour .mobile-btn-holder .slick-arrow, #main .section#floorplan .mobile-btn-holder .slick-arrow {
  width: 25px;
  height: 25px;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(0, 0) !important;
  display: inline-block;
  cursor: pointer;
}
#main .section#tour .mobile-btn-holder .slick-arrow:before, #main .section#floorplan .mobile-btn-holder .slick-arrow:before {
  color: #fff;
  font-family: "pu-themes" !important;
  font-size: 25px;
  content: '';
}
#main .section#tour .mobile-btn-holder .slick-arrow.slick-prev, #main .section#floorplan .mobile-btn-holder .slick-arrow.slick-prev {
  margin-right: 30px;
}
#main .section#tour .mobile-btn-holder .slick-arrow.slick-prev:before, #main .section#floorplan .mobile-btn-holder .slick-arrow.slick-prev:before {
  content: "";
}
#main .section#tour .mobile-btn-holder .slick-arrow.slick-next:before, #main .section#floorplan .mobile-btn-holder .slick-arrow.slick-next:before {
  content: "";
}
#main .section#floorplan h2 {
  margin-bottom: 40px;
}
#main .section#gallery {
  background-color: #202020;
  background-image: url('/themes/lux/img/masked-pattern-light.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30%;
}
#main .section#gallery h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 25px;
  font-weight: 500;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 70px;
  margin-bottom: 80px;
  position: relative;
}
#main .section#gallery h2:before {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  line-height: 40px;
}
#main .section#gallery h2:before {
  content: 'Photos';
}
#main .section#gallery .load-more-button {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #FFF;
}
#main .section#gallery .load-more-button.loading {
  pointer-events: none;
  opacity: 0.5;
}
#main .section#gallery .load-more-button:hover {
  background: #DDC88C !important;
  color: #202020;
}
#main .section#gallery-secondary {
  background: #202020 !important;
}
#main .section#gallery-secondary h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 25px;
  font-weight: 500;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 70px;
  margin-bottom: 80px;
  position: relative;
}
#main .section#gallery-secondary h2:before {
  content: 'more photos';
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  line-height: 40px;
}
#main .section#contact {
  position: relative;
  background-color: #FFF;
  background-image: url('/themes/lux/img/gray-bg-vector-left.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30%;
  padding-bottom: 0;
  min-height: 960px;
}
#main .section#contact .map-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
  max-width: 520px;
}
#main .section#contact .map-wrap #map {
  height: 650px !important;
}
#main .section#contact.small-map #map {
  height: 620px !important;
}
#main .section#contact .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 370px;
  padding-bottom: 50px;
}
#main .section#contact .info .avatar {
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  min-height: 100px;
  height: 100px;
  overflow: hidden;
  border: 6px solid #F4F4F4;
  border-radius: 50%;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .section#contact .info .info-details {
  text-align: left;
}
#main .section#contact .info .info-details .name {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 25px;
  color: #202020;
  letter-spacing: normal;
}
#main .section#contact .info .info-details .separator {
  color: rgba(32, 32, 32, 0.5);
  margin: 0 5px;
}
#main .section#contact .info .info-details .email, #main .section#contact .info .info-details .contact, #main .section#contact .info .info-details .website {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  font-family: "DM Sans", sans-serif;
  color: #676767;
}
#main .section#contact .info .info-details .website a {
  font-weight: bold;
  color: #DDC88C;
  word-break: break-word;
  /* img {
                                width: 12px;
                                height: auto;
                                vertical-align: middle;
                                margin-left: 3px;
                            } */
}
#main .section#contact .info .info-details .website a .icon {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
}
#main .section#contact .info .info-details .website a:hover {
  color: #DDC88C;
}
#main .section#contact h2 {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  color: #202020;
  font-size: 50px;
  margin-bottom: 50px;
  line-height: 70px;
}
#main .section#contact h2 span {
  display: block;
  font-size: 25px;
  opacity: 0.35;
  letter-spacing: 5px;
  line-height: 40px;
}
#main .section#contact .contact-form {
  width: 370px;
  padding-bottom: 100px;
}
#main .section#contact .contact-form label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
#main .section#contact .contact-form label .required {
  color: #FF4B4B;
}
#main .section#contact .contact-form .form-control {
  border-bottom: 1px solid #707070;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
#main .section#contact .contact-form .btn-submit {
  color: #FFF !important;
  background: #202020 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 30px;
  letter-spacing: 3px;
  margin-top: 30px;
}
#main .section#contact .contact-form .btn-submit:hover {
  background: #DDC88C !important;
  color: primaryForeColor !important;
}
#main .section#contact .contact-form .form-group {
  margin-bottom: 40px;
}
#main .section#contact .contact-form .g-recaptcha {
  margin-top: 40px !important;
  margin-bottom: 20px;
}
#main .section#nearby-schools {
  font-family: 'Oswald', sans-serif;
  position: relative;
  background-color: #202020;
}
#main .section#nearby-schools:before {
  content: '';
  background-image: url('/themes/lux/img/gray-bg-vector-right.svg');
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.075;
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 540px;
}
#main .section#nearby-schools .school-header h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 25px;
  font-weight: 500;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 70px;
  position: relative;
}
#main .section#nearby-schools .school-header h2:before {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 54%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  line-height: 40px;
}
#main .section#nearby-schools .school-header h2:before {
  content: 'nearby schools';
}
#main .section#nearby-schools .school-header p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
  margin-bottom: 40px;
}
#main .section#nearby-schools .schools {
  margin-top: 70px;
}
#main .section#nearby-schools .school-list {
  max-width: 90%;
  margin: 0 auto;
}
#main .section#nearby-schools .school-list > div {
  margin-bottom: 40px;
}
#main .section#nearby-schools .school-list .rating-cont {
  padding-top: 5px;
}
#main .section#nearby-schools .school-list .rating-cont sup {
  font-size: 25px;
  font-weight: 500;
  color: white;
}
#main .section#nearby-schools .school-list .rating-cont span {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
}
#main .section#nearby-schools .school-list .school-info {
  color: #FFF;
}
#main .section#nearby-schools .school-list .school-info h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#main .section#nearby-schools .school-list .school-info p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
}
#main .section#nearby-schools .about-greatSchools {
  margin-top: 85px;
  color: rgba(255, 255, 255, 0.6);
}
#main .section#nearby-schools .about-greatSchools h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 10px;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#main .section#nearby-schools .about-greatSchools p {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: normal;
}
#main .section#nearby-schools .load-more-schools {
  display: flex;
  justify-content: center;
}
#main .section#nearby-schools .load-more-schools button {
  text-transform: uppercase;
  padding: 22px 55px;
  letter-spacing: 4px;
}
#main .section#mortgageCalc {
  position: relative;
}
#main .section#mortgageCalc:before {
  content: '';
  background-image: url('/themes/lux/img/mortgage.svg');
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 540px;
}
#main .section#mortgageCalc .content-fixed {
  width: 70%;
}
#main .section#mortgageCalc .mort-form {
  max-width: 320px;
  margin: auto;
}
#main .section#mortgageCalc .calc-header h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 10px;
  line-height: 40px;
  color: #202020;
}
#main .section#mortgageCalc .calc-header .btn-link {
  margin-top: 20px;
  display: block;
  line-height: 20px;
}
#main .section#mortgageCalc .calc-cont .input-container {
  margin-bottom: 40px;
}
#main .section#mortgageCalc .calc-cont .input-container label {
  font-size: 15px;
  margin-bottom: 5px;
  color: #202020;
}
#main .section#mortgageCalc .calc-cont .input-container label .subtitle {
  color: #202020;
}
#main .section#mortgageCalc .calc-cont .input-container .with-symbol:before {
  color: rgba(32, 32, 32, 0.5);
}
#main .section#mortgageCalc .calc-cont .input-container input, #main .section#mortgageCalc .calc-cont .input-container select {
  font-size: 15px;
  line-height: 20px;
  color: #202020;
}
#main .section#mortgageCalc .calc-cont .input-container .custom-select-input {
  border-bottom: 1px solid #202020;
}
#main .section#mortgageCalc .calc-cont .adjustments-btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #DDC88C;
}
#main .section#mortgageCalc .est-cont .est-box {
  border: 4px solid #DDC88C;
  padding: 20px;
  background-color: #F7F7F7;
}
#main .section#mortgageCalc .est-cont .est-box::before {
  display: none;
}
#main .section#mortgageCalc .est-cont .est-box h6 {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.35);
}
#main .section#mortgageCalc .est-cont .est-box h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  color: #202020;
}
#main .section#mortgageCalc .est-cont .est-box h4 + p {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: rgba(32, 32, 32, 0.8);
}
#main .section#multi-agent {
  font-family: 'Oswald', sans-serif;
  position: relative;
  background-color: #202020;
}
#main .section#multi-agent h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 25px;
  font-weight: 500;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.05);
  line-height: 70px;
  position: relative;
}
#main .section#multi-agent h2:before {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 54%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  line-height: 40px;
}
#main .section#multi-agent h2:before {
  content: 'contacts';
}
#main .section#multi-agent .multiagent-container {
  margin: 70px 0 0;
}
#main .section#multi-agent .agent-container {
  font-family: 'Oswald', sans-serif;
  color: #FFF;
}
#main .section#multi-agent .agent-container .agent-img {
  background-color: #FFF;
  width: 150px;
  height: 150px;
  box-shadow: 0px 3px 25px rgba(32, 32, 32, 0.2);
  margin-bottom: 37px;
}
#main .section#multi-agent .agent-container .agent-img h5 {
  color: rgba(32, 32, 32, 0.35);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 5px;
}
#main .section#multi-agent .agent-container .agent-img:before {
  background-color: #DDC88C;
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-top: 10px;
}
#main .section#multi-agent .agent-container h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#main .section#multi-agent .agent-container p {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  line-height: 28px;
  font-weight: normal;
}
#main .section#multi-agent .agent-container span {
  opacity: 0.5;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
}
#main .section#multi-agent .agent-container a {
  color: #DDC88C;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}
#main .section#multi-agent .agent-container a .chevron-right {
  opacity: 0.5;
  margin-left: 10px;
}
#main .section#multi-agent .agent-container a .chevron-right:after {
  border-right-color: #DDC88C;
  border-bottom-color: #DDC88C;
}
#main .section#tour .section-layout, #main .section#floorplan .section-layout {
  max-width: 680px;
}
#main .section#tour .section-layout .slick-arrow, #main .section#floorplan .section-layout .slick-arrow {
  width: 25px;
  height: 25px;
}
#main .section#tour .section-layout .slick-arrow:before, #main .section#floorplan .section-layout .slick-arrow:before {
  font-size: 24px;
}
#main .section#tour .section-layout .slick-prev, #main .section#floorplan .section-layout .slick-prev {
  left: -100px;
}
#main .section#tour .section-layout .slick-next, #main .section#floorplan .section-layout .slick-next {
  right: -100px;
}
body.unbranded-theme #main .section#contact > .content-fixed {
  display: none;
}
body.unbranded-theme #main .section#contact.no-map {
  display: none;
}
body.unbranded-theme #main .section#contact:not(.no-map) {
  padding-top: 0;
  min-height: 400px;
}
body.unbranded-theme #main .section#contact:not(.no-map) .map-wrap {
  position: static;
  width: 100%;
  min-height: 400px;
  max-width: unset;
}
body.unbranded-theme #main .section#contact:not(.no-map) .map-wrap #map {
  height: 400px !important;
}
body .parking-cont {
  justify-content: center;
  margin-top: 12px;
}
body .parking-cont p {
  margin-top: 0 !important;
  max-width: unset !important;
  width: auto !important;
  margin: 0 !important;
}
body .parking-cont .info-tooltip {
  opacity: 0.4;
  margin: 0 !important;
  margin-left: 7px !important;
}
body .parking-cont .info-tooltip:hover {
  opacity: 1;
}
body .parking-cont .info-tooltip:hover + .parking-tooltip {
  display: block !important;
}
body .parking-cont .parking-tooltip {
  display: none !important;
  background-color: #202020;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 16px !important;
  right: -85%;
  bottom: -50px;
  letter-spacing: 1px !important;
}
body .parking-cont .parking-tooltip:before {
  border-color: transparent transparent #202020 transparent;
}
.contact-form {
  width: 90%;
}
.contact-form .form-control {
  background: #FFF;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  color: #202020;
  padding: 10px 30px;
  height: 40px;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form textarea {
  resize: none;
  height: 100px !important;
}
.contact-form label {
  display: none;
}
.contact-form .intl-tel-input {
  width: 100%;
}
.contact-form .intl-tel-input.separate-dial-code .selected-flag {
  background: #FFF;
}
.contact-form .intl-tel-input input {
  padding-left: 85px !important;
}
.contact-form .btn-submit {
  margin-top: 15px;
}
.contact-form .selected-flag {
  height: 38px !important;
}
.contact-form-success {
  width: 100%;
  max-width: 370px;
}
.fancybox-slide--html .agent-popup .agent-img {
  background-color: #FFF;
  box-shadow: 0px 3px 25px rgba(32, 32, 32, 0.2);
}
.fancybox-slide--html .agent-popup .agent-img h5 {
  color: rgba(32, 32, 32, 0.35);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 5px;
}
.fancybox-slide--html .agent-popup .agent-img + div {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.fancybox-slide--html .agent-popup .agent-img + div h4 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fancybox-slide--html .agent-popup .agent-img + div h6 {
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  letter-spacing: 5px;
  opacity: 0.6;
}
.fancybox-slide--html .agent-popup .agent-img + div a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #DDC88C;
}
.fancybox-slide--html .agent-popup .agent-details {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.fancybox-slide--html .agent-popup .agent-details label {
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  letter-spacing: 5px;
  margin-bottom: 5px;
  opacity: 0.6;
}
.fancybox-slide--html .agent-popup .agent-details label + p {
  color: #202020;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
}
.fancybox-slide--html .agent-popup .agent-details label ~ a {
  color: #DDC88C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.fancybox-slide--html .agent-popup .agent-details .social-link li a {
  color: #DDC88C;
  opacity: 1;
}
/* responsive */
@media (max-width: 1097px) {
  #main .section#nearby-schools .school-list .school-cont {
    margin: 20px;
  }
}
@media (max-width: 991px) {
  #main .section {
    padding: 60px 0;
  }
  #main .section#overview .content-fixed {
    text-align: left;
  }
  #main .section#overview .content-fixed p {
    text-align: left;
  }
  #main .section#overview .infoBox > .row .infobox-data {
    text-align: left;
    width: 33.33333333% !important;
  }
  #main .section#overview .infoBox > .row .infobox-data .parking-cont {
    justify-content: flex-start;
  }
  #main .section#features {
    padding-bottom: 70px;
  }
  #main .section#features .content-fixed {
    width: 100%;
  }
  #main .section#features .content-fixed > div.clearfix {
    display: block;
  }
  #main .section#features .content-fixed > div.clearfix > div {
    float: none;
  }
  #main .section#features .content-fixed > div.clearfix > div:first-child {
    width: 80%;
    margin: 0 auto;
    padding-right: 15px !important;
  }
  #main .section#features .img {
    transform: scale(1);
  }
  #main .section#features .feature-list {
    max-width: 540px;
  }
  #main .section#features .feature-list .col-2 {
    margin-left: 55px !important;
    margin-right: 0 !important;
  }
  #main .section#features .feature-list .col-3 {
    display: none;
  }
  #main .section#contact {
    padding-bottom: 0;
    /*.info {
                    display: block;
                    .avatar {
                        margin-left: auto;
                        margin-right: auto;
                    }
                    .info-details {
                        width: 100%;
                        max-width: 320px;
                        margin-left: auto;
                        margin-right: auto;
                        text-align: center;
                    }
                }*/
  }
  #main .section#contact > .content-fixed > .clearfix {
    display: block;
  }
  #main .section#contact > .content-fixed > .clearfix > div {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  #main .section#contact .map-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    min-height: 100%;
    max-width: none;
  }
  #main .section#contact .map-wrap #map {
    height: 400px !important;
  }
  #main .section#contact .info {
    max-width: 285px;
    margin: auto;
    justify-content: center;
    text-align: center;
  }
  #main .section#contact h2 {
    text-align: center;
    padding-top: 60px;
  }
  #main .section#contact .info {
    flex-direction: column;
  }
  #main .section#contact .info .avatar {
    margin-right: 0;
  }
  #main .section#contact .info .info-details {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #main .section#contact .info .info-details .separator {
    display: none;
  }
  #main .section#contact .info .info-details .email, #main .section#contact .info .info-details .contact {
    display: block;
    text-align: center;
  }
  #main .section#videos > .row {
    display: block;
    width: 85%;
    padding-left: 0;
    margin: 0 auto;
  }
  #main .section#videos .title-sec {
    padding: 0;
    width: 100%;
  }
  #main .section#videos .title-sec > div {
    margin: 0 auto;
  }
  #main .section#videos .slider-sec {
    width: 100%;
  }
  #main .section#videos .slider-arrow-holder.top {
    display: none;
  }
  #main .section#videos .slider-arrow-holder.bottom {
    display: block;
  }
  #main .section#videos .lux-video-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #main .section#videos .lux-video-slider .slick-slide {
    margin-left: 0;
  }
  #main .section#videos .lux-video-slider .slick-list {
    padding: 0 0 0 0;
    margin-left: 0;
  }
  #main .section#tour h2, #main .section#floorplan h2 {
    margin-bottom: 20px;
  }
  #main .section#tour .section-layout, #main .section#floorplan .section-layout {
    max-width: 550px;
  }
  #main .section#tour .section-layout .slick-prev, #main .section#floorplan .section-layout .slick-prev {
    left: -60px;
  }
  #main .section#tour .section-layout .slick-next, #main .section#floorplan .section-layout .slick-next {
    right: -60px;
  }
  #main .section#tour .content-sec, #main .section#floorplan .content-sec {
    padding-bottom: 46.25%;
  }
  #main .section#nearby-schools .school-list {
    max-width: 375px;
  }
  #main .section#nearby-schools .school-list .school-cont {
    margin: 20px;
  }
  #main .section#floorplan .content-sec {
    padding: 0;
  }
  #main .section#floorplan .layout-featured.layout-featured_2 .slick-list {
    height: 440px;
  }
  .contact-form-success {
    margin: 0 auto;
  }
  .contact-form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .contact-form .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form .btn-holder {
    text-align: center;
  }
  #footerSec .pw-property-info .info-details a.contact, #footerSec .pw-property-info .info-details a.email {
    color: #F7F7F7;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 15px;
  }
  #main .infobox.mobile {
    padding: 60px 0 0 0;
    background: #FFF;
    display: block;
  }
  #main .infobox.mobile .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #main .infobox.mobile .infobox-data {
    width: calc(100% / 2) !important;
    padding: 20px 0;
    text-align: center;
  }
  #main .infobox.mobile .infobox-data:last-child {
    width: 100% !important;
  }
  #main .infobox.mobile .infobox-data span {
    color: #202020;
    opacity: 0.4;
  }
  #main .infobox.mobile .infobox-data p {
    color: #202020 !important;
    margin-top: 0;
  }
  #main .infobox.mobile .content-fixed {
    max-width: 320px;
  }
  #main .section#overview h2 {
    font-size: 15px;
  }
  #main .section#overview h4 {
    font-size: 35px;
    line-height: 50px;
  }
  #main .section#overview p {
    font-size: 12px;
  }
  #main .section#overview .content-fixed {
    text-align: center;
  }
  #main .section#overview .content-fixed p {
    text-align: center;
  }
  #main .section#overview .infoBox > .row .infobox-data {
    text-align: center;
    width: 50% !important;
  }
  #main .section#overview .infoBox > .row .infobox-data .parking-cont {
    justify-content: center;
  }
  #main .section#features .content-fixed > div.clearfix > div:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main .section#features .feature-list {
    max-width: 235px;
    transition: 0.4s height linear;
  }
  #main .section#features .feature-list .col-1 {
    width: 100%;
  }
  #main .section#features .feature-list .col-2, #main .section#features .feature-list .col-3 {
    display: none;
  }
  #main .section#tour .clearfix.d-flex, #main .section#floorplan .clearfix.d-flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #main .section#tour h2, #main .section#floorplan h2 {
    text-align: center;
    margin-bottom: 25px;
    color: transparent;
  }
  #main .section#tour h2.fp, #main .section#floorplan h2.fp {
    margin-top: 20%;
  }
  #main .section#tour .nav-tabs, #main .section#floorplan .nav-tabs {
    max-width: 320px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  #main .section#tour .nav-tabs li, #main .section#floorplan .nav-tabs li {
    display: block;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
  #main .section#tour .nav-tabs li a, #main .section#floorplan .nav-tabs li a {
    display: inline-block;
  }
  #main .section#tour .floorplan .layout-featured, #main .section#floorplan .floorplan .layout-featured {
    width: 100%;
  }
  #main .section#tour .floorplan .folio-slider .slides, #main .section#floorplan .floorplan .folio-slider .slides {
    /* height: auto;*/
  }
  #main .section#tour .floorplan .folio-slider .slick-arrow, #main .section#floorplan .floorplan .folio-slider .slick-arrow {
    display: none !important;
  }
  #main .section#tour .floorplan .mobile-btn-holder, #main .section#floorplan .floorplan .mobile-btn-holder {
    display: block;
    margin-top: 30px;
  }
  #main .section#tour #virtualTour, #main .section#floorplan #virtualTour {
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
  }
  #main .section#tour #virtualTour .folio-slider .slick-arrow, #main .section#floorplan #virtualTour .folio-slider .slick-arrow {
    display: none !important;
  }
  #main .section#tour #virtualTour .mobile-btn-holder, #main .section#floorplan #virtualTour .mobile-btn-holder {
    display: block;
  }
  #main .section#floorplan h2.fp {
    margin-top: 0;
  }
  #main .section#floorplan .layout-featured.layout-featured_2 .slick-list {
    height: 250px;
  }
  #main .section#videos {
    padding-top: 70px;
  }
  #main .section#videos .title-sec h2 {
    color: transparent;
  }
  #main .section#videos .slider-sec {
    padding-left: 0;
    padding-right: 0;
  }
  #main .section#gallery-secondary h2 {
    color: transparent;
  }
  #main .section#contact {
    /*.info {
                    display: block;
                    .avatar {
                        margin-left: auto;
                        margin-right: auto;
                    }
                    .info-details {
                        width: 100%;
                        max-width: 320px;
                        margin-left: auto;
                        margin-right: auto;
                        text-align: center;
                    }
                }*/
  }
  #main .section#contact .info {
    width: 100%;
  }
  #main .section#contact .contact-form-success {
    width: 100%;
    max-width: unset;
  }
  #main .section#contact .contact-form {
    width: 100%;
  }
  #main .section#nearby-schools:before {
    background-size: 55%;
  }
  #main .section#nearby-schools .school-list {
    max-width: 100%;
  }
  #main .section#nearby-schools .school-list .school-cont {
    margin: 20px;
  }
}
@media (max-width: 620px) {
  #main .section#tour .content-sec {
    padding-bottom: 0;
    min-height: 500px;
  }
  #main .section#tour .slider-video .mySlides {
    padding-bottom: 0;
    min-height: 500px;
  }
}
@media (max-width: 479px) {
  #main .section#tour #virtualTour .folio-slider .slick-arrow, #main .section#tour .floorplan .folio-slider .slick-arrow, #main .section.floorplan #virtualTour .folio-slider .slick-arrow, #main .section.floorplan .floorplan .folio-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  #main .section#tour #virtualTour .folio-slider .slick-arrow:before, #main .section#tour .floorplan .folio-slider .slick-arrow:before, #main .section.floorplan #virtualTour .folio-slider .slick-arrow:before, #main .section.floorplan .floorplan .folio-slider .slick-arrow:before {
    font-size: 30px;
  }
  #main .section#tour #virtualTour .folio-slider .slick-arrow.slick-prev, #main .section#tour .floorplan .folio-slider .slick-arrow.slick-prev, #main .section.floorplan #virtualTour .folio-slider .slick-arrow.slick-prev, #main .section.floorplan .floorplan .folio-slider .slick-arrow.slick-prev {
    left: -45px;
  }
  #main .section#tour #virtualTour .folio-slider .slick-arrow.slick-next, #main .section#tour .floorplan .folio-slider .slick-arrow.slick-next, #main .section.floorplan #virtualTour .folio-slider .slick-arrow.slick-next, #main .section.floorplan .floorplan .folio-slider .slick-arrow.slick-next {
    right: -45px;
  }
}
@media (max-width: 375px) {
  #main .section#overview .infoBox > .row .infobox-data {
    width: 100% !important;
  }
  #main .section#overview .infoBox .infobox-data {
    width: 100% !important;
  }
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid {
  margin: 0.5% 1% !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-sizer, .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  width: calc(97% / 4) !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-gutter {
  width: 1% !important;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
  margin: 0;
  background: #202020;
  display: inline-block;
  float: left;
  height: auto;
  margin: 0.5% 0;
  overflow: hidden;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item img {
  transition: 0.4s opacity ease-in-out;
}
.section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item:hover img {
  opacity: 0.4;
}
@media (max-width: 991px) {
  /*    .section-grid {
        .layout-photogrid {
            &.layout-photogrid_3 {
                .photo-grid {
                    .grid-sizer,
                    .photo-item { width: calc(98% / 4) !important; }
                }
            }
        }
    }*/
}
@media (max-width: 767px) {
  .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .grid-sizer, .section-grid .layout-photogrid.layout-photogrid_3 .photo-grid .photo-item {
    width: 100% !important;
  }
}
#headerSec {
  height: 100vh;
  min-height: 768px;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 150px;
}
#headerSec.prop-data-count-0 {
  padding-bottom: 0;
  min-height: 745px;
}
#headerSec.prop-data-count-0 .infobox {
  display: none;
}
#headerSec.prop-data-count-0 .siteTitle h1 {
  margin-top: 80px;
}
#headerSec .banner {
  height: 100vh;
  width: 100%;
  background: #202020 url('/themes/lux/img/banner-bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 830px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#headerSec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  opacity: 0.4;
  z-index: 2;
}
#headerSec:after {
  content: '';
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #161616;
  background: -moz-linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161616",endColorstr="#000000",GradientType=1);
}
#headerSec header {
  position: fixed;
  min-height: 80px;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  font-family: 'Oswald', sans-serif;
  transition: all 0.2s ease-in-out;
}
#headerSec header .logo {
  justify-content: center;
  align-items: center;
  width: 100%;
}
#headerSec header .logo img {
  width: 100%;
  height: auto;
}
#headerSec header h5 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
}
#headerSec header.scrolled {
  opacity: 1;
}
#headerSec .siteTitle {
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
}
#headerSec .siteTitle h1 {
  position: relative;
  margin-top: 200px;
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
  min-height: 40px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  text-shadow: 0px 10px 15px rgba(32, 32, 32, 0.5);
}
#headerSec .siteTitle h1 span {
  display: block;
  z-index: 3;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  font-size: 25px;
  letter-spacing: 2.5px;
  font-weight: 500;
}
#headerSec .siteTitle h1:before, #headerSec .siteTitle h1:after {
  content: '';
  width: 295px;
  height: 150px;
  position: absolute;
  border: 8px solid #DDC88C;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
#headerSec .siteTitle h1:before {
  border-bottom-width: 0;
  top: -135px;
  height: 105px;
}
#headerSec .siteTitle h1:after {
  border-top-width: 0;
  bottom: -210px;
  height: 180px;
}
#headerSec .siteTitle a {
  color: #FFF !important;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  background: none !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 3px;
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
#headerSec .siteTitle a:hover {
  color: #DDC88C;
}
#headerSec .siteTitle .price {
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  line-height: 40px;
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#headerSec .siteTitle .sell-type-pill {
  border: 0;
  background-color: #DDC88C;
  color: #202020;
  letter-spacing: 5px;
  border-radius: 0;
  padding: 0 12px;
  height: 30px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 0px;
}
#headerSec .siteTitle.for-rent h1 {
  margin-top: 0;
}
#headerSec .siteTitle.for-rent h1:after {
  height: 180px;
  bottom: -200px;
}
#headerSec .siteTitle.for-rent h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 135px;
}
#headerSec .infobox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 3;
}
#headerSec .infobox span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  opacity: 0.5;
}
#headerSec .infobox p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
#headerSec .infobox .content-fixed {
  max-width: 1080px;
}
#headerSec .infobox .content-fixed .row {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#headerSec .infobox .infobox-data {
  /*width: calc(100% / 7);*/
  padding: 0;
  text-align: center;
}
#headerSec .infobox .infobox-data span {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 5px;
}
#headerSec .infobox .infobox-data p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  text-transform: uppercase;
  color: #FFF;
}
body:not(.unbranded-theme) #headerSec header {
  padding: 30px 0;
}
body:not(.unbranded-theme) #headerSec header .logo-col {
  margin: auto;
  text-align: center;
}
body:not(.unbranded-theme) #headerSec header .logo-col .logo {
  display: block;
}
body:not(.unbranded-theme) #headerSec header .logo-col .logo img {
  margin: 0 auto;
  max-height: 50px;
}
body:not(.unbranded-theme) #headerSec header .logo-col .logo h5 {
  display: none;
}
body:not(.unbranded-theme) #headerSec header.scrolled .logo-col .logo h5 {
  display: block;
}
body:not(.unbranded-theme) #headerSec header:not(.scrolled) .nav-col {
  display: none;
}
body #headerSec header.scrolled {
  padding: 20px 0;
  box-shadow: 0px 10px 15px rgba(32, 32, 32, 0.25);
  background-color: rgba(32, 32, 32, 0.97);
}
/* responsive */
@media (max-width: 1625px) {
  #headerSec .infobox {
    padding: 50px 0 20px 0;
  }
  #headerSec .infobox .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #headerSec .infobox .infobox-data {
    width: calc(100% / 4);
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #headerSec .infobox .content-fixed .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #headerSec {
    height: calc(100vh + 110px);
    padding-bottom: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-attachment: scroll !important; */
  }
  #headerSec .banner {
    min-height: calc(100vh + 110px);
    position: absolute;
  }
  #headerSec .siteTitle {
    text-align: center;
    margin: 0;
  }
  #headerSec .siteTitle .content-fixed {
    width: 100%;
  }
  #headerSec .siteTitle h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
  }
  #headerSec .siteTitle h1 span {
    font-size: 15px;
    top: -40px;
    line-height: 20px;
  }
  #headerSec .siteTitle h1:before {
    height: 130px;
    top: -160px;
  }
  #headerSec .siteTitle.for-rent h1:before {
    height: 180px;
    top: -200px;
  }
  #headerSec .infobox {
    padding: 0;
    bottom: -10px;
    padding: 20px 0;
  }
  #headerSec .infobox .infobox-data {
    width: 50%;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  #headerSec {
    height: calc(100vh + 200px);
    padding-bottom: 200px;
  }
  #headerSec .banner {
    min-height: calc(100vh + 200px);
  }
  #headerSec .siteTitle.for-rent h1:before {
    height: 140px;
    top: -170px;
  }
}
@media (max-width: 320px) {
  #headerSec {
    height: calc(100vh + 350px);
    padding-bottom: 350px;
  }
  #headerSec .banner {
    min-height: calc(100vh + 350px);
  }
  #headerSec .siteTitle {
    margin-top: 200px;
  }
  #headerSec .siteTitle.for-rent h1:before {
    height: 140px;
    top: -170px;
  }
}
header .menu-element .menu-items {
  position: relative;
  margin-right: 35px;
}
header .menu-element .menu-items:first-child span.ovr {
  display: none;
}
header .menu-element .menu-items a {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
header .menu-element .menu-items a:hover {
  color: white;
}
header .menu-element .menu-items a .menu-icon {
  font-size: 24px;
}
header .menu-element .menu-items a.btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 14px 15px;
}
header .menu-element .menu-items.menu-dropdown > p > .chevron-down {
  position: relative;
  height: 10px;
  width: 10px;
  display: inline-block;
  cursor: pointer;
}
header .menu-element .menu-items.menu-dropdown > p > .chevron-down:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-44deg);
  position: relative;
  top: -1.5px;
  opacity: 0.7;
}
header .menu-element .menu-items.menu-dropdown > ul {
  position: absolute;
  right: 0;
  top: 25px;
  background: #202020;
  width: max-content;
  padding: 10px 0;
  display: none;
}
header .menu-element .menu-items.menu-dropdown > ul li {
  display: block;
  width: 100%;
}
header .menu-element .menu-items.menu-dropdown > ul li a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header .menu-element .menu-items.menu-dropdown > ul li a:hover {
  color: #FFF;
}
header .menu-element .menu-items.menu-dropdown > ul:before {
  content: '';
  display: none;
}
header .menu-element .menu-items.menu-dropdown:hover:after {
  display: block;
}
header .menu-element .menu-items.menu-dropdown:hover > p > .chevron-down:before {
  border-left-color: #FFF !important;
  border-bottom-color: #FFF !important;
  opacity: 1;
}
header .menu-element .menu-items.menu-dropdown:hover > ul {
  display: block;
}
header .menu-element .close {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 50px;
}
header .menu-element .close:after {
  content: '';
  height: 40px;
  border-left: 2px solid #202020;
  position: absolute;
  transform: rotate(45deg);
  left: 18px;
}
header .menu-element .close:before {
  content: '';
  height: 40px;
  border-left: 2px solid #202020;
  position: absolute;
  transform: rotate(-45deg);
  left: 18px;
}
.mobile-nav {
  display: none;
}
.mobile-nav .hamburger {
  width: 38px;
  height: 26px;
  position: relative;
  cursor: pointer;
}
.mobile-nav .hamburger span {
  height: 1px;
  width: 100%;
  border-radius: 1px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
}
.mobile-nav .hamburger span:first-child {
  top: 0;
}
.mobile-nav .hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav .hamburger span:last-child {
  bottom: 0;
}
@media (hover: none) {
  .menu-element .menu-items.menu-dropdown:hover:after {
    display: block;
  }
  .menu-element .menu-items.menu-dropdown:hover > p > a {
    color: #FFF !important;
  }
  .menu-element .menu-items.menu-dropdown:hover > p > .chevron-down:before {
    border-left-color: #FFF !important;
    border-bottom-color: #FFF !important;
    opacity: 1;
  }
  .menu-element .menu-items.menu-dropdown:hover > ul {
    display: none;
  }
  .mobile-menu-on .menu-element .menu-items.menu-dropdown:hover:after {
    display: block;
  }
  .mobile-menu-on .menu-element .menu-items.menu-dropdown:hover > p > a {
    color: #202020 !important;
  }
  .mobile-menu-on .menu-element .menu-items.menu-dropdown:hover > p > .chevron-down:before {
    border-left-color: #202020 !important;
    border-bottom-color: #202020 !important;
    opacity: 1;
  }
  .mobile-menu-on .menu-element .menu-items.menu-dropdown:hover > ul {
    display: none;
  }
}
@media (max-width: 1097px) {
  .menu-element {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .nav-col > div {
    justify-content: flex-end;
  }
  header .nav-col .mobile-nav {
    width: 100%;
  }
  #header-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(32, 32, 32, 0.95);
  }
  #header-menu-wrap .close {
    display: block;
    color: #FFF;
    width: 38px;
    height: 26px;
    top: 26px;
    right: 26px;
  }
  #header-menu-wrap .close:before, #header-menu-wrap .close:after {
    border-left-color: #FFF;
    height: 26px;
  }
  #header-menu-wrap > ul {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    max-width: 300px;
  }
  #header-menu-wrap > ul li {
    padding: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  #header-menu-wrap > ul li a {
    color: #FFF;
  }
  #header-menu-wrap > ul li a:hover {
    color: #DDC88C;
  }
  #header-menu-wrap > ul li.menu-dropdown ul {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 0;
    display: none;
  }
  #header-menu-wrap > ul li.menu-dropdown ul:before, #header-menu-wrap > ul li.menu-dropdown ul:after {
    display: none;
  }
  #header-menu-wrap > ul li.menu-dropdown ul li {
    text-align: center;
    padding: 15px 0;
  }
  #header-menu-wrap > ul li.menu-dropdown ul li:first-child {
    padding-top: 15px;
  }
  #header-menu-wrap > ul li.menu-dropdown ul li:last-child {
    padding-bottom: 0;
  }
  #header-menu-wrap > ul li.menu-dropdown ul li a {
    text-transform: uppercase;
  }
  .show-nav {
    overflow: hidden;
  }
  .show-nav #header-menu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#footerSec {
  padding: 70px;
  position: relative;
  background-color: #202020;
  background-image: url('/themes/lux/img/banner-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  min-height: 370px;
  padding-top: 80px !important;
  padding-bottom: 45px;
  display: flex;
  align-items: flex-end;
}
#footerSec:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(32, 32, 32, 0.85) !important;
}
#footerSec .copyright p {
  font-size: 13px;
  opacity: 0.7;
}
#footerSec .footer-rent {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
#footerSec .pw-property-info {
  font-family: 'Oswald', sans-serif;
}
#footerSec .pw-property-info h4 {
  color: #DDC88C;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}
#footerSec .pw-property-info h4.subtitle {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.4);
}
#footerSec .pw-property-info .btn.btn-style1 {
  height: 65px;
  padding: 0 26px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 65px;
}
#footerSec .pw-property-info .price {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}
#footerSec .pw-property-info .info-details div {
  line-height: 28px;
}
#footerSec .pw-property-info .info-details .name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
#footerSec .pw-property-info .info-details .contact, #footerSec .pw-property-info .info-details .email, #footerSec .pw-property-info .info-details .license-number {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: normal;
}
#footerSec .pw-property-info .info-details .license-number {
  margin-top: 4px;
}
#footerSec .pw-property-info .info-details .contact-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
  color: #DDC88C;
}
#footerSec .pw-property-info .info-details .contact-link > span {
  font-size: 21px;
  margin-left: 0;
}
#footerSec .pw-property-info .info-details .contact-link:hover {
  color: #DDC88C;
  opacity: 1;
}
#footerSec .pw-property-info a.website-url {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
  color: #DDC88C;
  margin-top: 5px;
}
#footerSec .pw-property-info a.website-url .icon {
  font-size: 12px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
#footerSec .pw-property-info a.website-url:hover {
  color: #DDC88C;
}
#footerSec .pw-property-info .license-number {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: normal;
}
#footerSec .pw-property-info .footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#footerSec .pw-property-info .footer-logo .subtitle {
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#footerSec .pw-property-info .footer-logo .info-text {
  margin-top: 5px;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: normal;
}
#footerSec .pw-property-info .footer-logo .info-text.broker-disclosure {
  opacity: 0.5;
}
#footerSec .pw-property-info .footer-logo a {
  text-align: right;
}
#footerSec .pw-property-info .footer-logo a img {
  margin-bottom: 14px;
  height: 40px;
  width: auto;
  float: right;
}
#footerSec .copyright-cont p {
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.65);
}
#footerSec .footer-cont {
  margin-top: 90px;
}
#footerSec .footer-cont .social-link li {
  margin-right: 45px;
}
#footerSec .footer-cont .social-link li:last-child {
  margin-right: 0;
}
#footerSec .footer-cont .social-link li a {
  font-size: 16px;
  opacity: 1;
  color: #FFF;
}
#footerSec .footer-cont .social-link li a:hover {
  opacity: 1;
}
#footerSec .footer-cont .social-link li a:hover span {
  color: #DDC88C;
}
#footerSec .footer-cont .social-link li a:active, #footerSec .footer-cont .social-link li a:visited {
  color: #F7F7F7;
}
#footerSec footer {
  width: 100%;
  position: relative;
  z-index: 3;
}
body:not(.unbranded-theme) #footerSec {
  min-height: 440px;
}
@media (max-width: 991px) {
  #footerSec .footer-info {
    display: block;
  }
  #footerSec .footer-info .info-logo {
    margin-bottom: 80px;
  }
  #footerSec .footer-info .info-details {
    text-align: center;
    margin-bottom: 80px;
  }
  #footerSec .footer-info .info-extra-details {
    text-align: center;
  }
  #footerSec .social-link {
    text-align: center;
    margin-bottom: 30px;
  }
  #footerSec .social-link ul {
    display: block !important;
  }
  #footerSec .social-link ul li {
    display: inline-block;
  }
  #footerSec .footer-bottom {
    display: block;
  }
  #footerSec .footer-bottom .copyright {
    text-align: center;
  }
}
.flyer-theme {
  background: #fff;
}
.flyer-theme #flyer-header {
  background: #fff;
}
.flyer-theme #flyer-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flyer-theme #flyer-header header {
  position: relative;
  background: none;
  padding: 0;
  opacity: 1;
}
.flyer-theme #flyer-header .banner-image-section {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flyer-theme #flyer-header .banner-image-section .qr-cont {
  background: linear-gradient(50deg, #202020 20%, rgba(32, 32, 32, 0) 100%);
}
.flyer-theme #flyer-header .title-sec {
  background: #fff;
}
.flyer-theme #flyer-header .title-sec .siteTitle h1 {
  color: #202020;
  font-size: 32px;
  font-weight: bold;
}
.flyer-theme #flyer-header .title-sec .siteTitle h1 + div .sub-add {
  color: rgba(32, 32, 32, 0.8);
  font-size: 18px;
  display: block;
  line-height: 24px;
  font-weight: bold;
}
.flyer-theme #flyer-header .title-sec .siteTitle h1 + div .pill {
  font-size: 13px;
  padding: 0 8px;
  color: #DDC88C;
  border-color: rgba(221, 200, 140, 0.5);
}
.flyer-theme #flyer-header .title-sec .price {
  color: #DDC88C;
}
.flyer-theme #flyer-content .overview {
  width: 60%;
  float: left;
}
.flyer-theme #flyer-content .overview p {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #676767;
}
.flyer-theme #flyer-content .infobox {
  background-color: #DDC88C;
  color: #202020;
  height: 98px;
  display: flex;
  align-items: center;
}
.flyer-theme #flyer-content .infobox ul li span, .flyer-theme #flyer-content .infobox ul li p {
  text-transform: capitalize;
}
.flyer-theme #flyer-content .features ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  color: #676767;
}
.flyer-theme #flyer-content .features ul li:last-child {
  margin-bottom: 0;
}
.flyer-theme #flyer-content .features ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #DDC88C;
  position: absolute;
  top: 7px;
  left: 0;
}
.flyer-theme #flyer-footer {
  padding: 30px 0;
  background: #202020;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
}
.flyer-theme.show-price #flyer-header .banner-image-section .qr-cont:not(.no-vt), .flyer-theme.long-title #flyer-header .banner-image-section .qr-cont:not(.no-vt) {
  background: rgba(32, 32, 32, 0.8);
}
