.pg-section {
  padding: var(--spacing) 0;
}

.lg-toolbar a, .lg-toolbar button {
  display: none;
}

.lg-toolbar .lg-close {
  display: block;
}

.featured-hero-1 {
  position: relative;
}

.featured-hero-1, #featured-image-gallery-1, #featured-image-gallery-1 .featured-gallery-item {
  height: calc( 100vh - clamp(82px, 6.40625vw, 123px) );
}

.featured-gallery-item {
  background-size: cover;
  background-position: center;
  position: relative;
}

#featured-image-gallery-2 .featured-gallery-item {
  height: clamp(150px, 20.833333333333332vw, 400px);
  border: 5px solid #fff;
}

#featured-image-gallery-3 .featured-gallery-item {
  height: clamp(370px, 41.666666666666664vw, 800px);
}

#featured-image-gallery-3-thumbnails .featured-gallery-thumb {
  height: clamp(160px, 16.666666666666668vw, 320px);
  background-size: cover;
  background-position: center;
  border: 5px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}

.featured-gallery-item .gallery-link-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.featured-image-gallery {
  position: relative;
}

.featured-image-gallery .slick-arrow {
  position: absolute;
  width: clamp(32px, 2.34375vw, 45px);
  height: clamp(32px, 2.34375vw, 45px);
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
  text-indent: -99999px;
  border: none;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(9px, 0.5729166666666666vw, 11px);
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#featured-image-gallery-3-thumbnails .featured-gallery-thumb:hover, #featured-image-gallery-3-thumbnails .featured-gallery-thumb:focus, .featured-image-gallery .slick-arrow:hover, .featured-image-gallery .slick-arrow:focus {
  opacity: 0.625;
}

.featured-image-gallery .slick-arrow.slick-prev {
  background-image: url(../i/icons/icon-fp-angle-left.svg);
  left: 25px;
}

.featured-image-gallery .slick-arrow.slick-next {
  background-image: url(../i/icons/icon-fp-angle-right.svg);
  right: 25px;
}

.icon-bed-alt, .icon-bath-alt, .icon-bed, .icon-bath {
  width: clamp(14px, 0.9895833333333334vw, 19px);
  height: clamp(10px, 0.78125vw, 15px);
}

.icon-bed, .icon-bed-alt {
  background-image: url(../i/icons/icon-bed-white.svg?v=2);
}

.icon-bath, .icon-bath-alt {
  background-image: url(../i/icons/icon-bath-white.svg?v=2);
}

.icon-sqft, .icon-sqft-alt  {
  background-image: url(../i/icons/icon-sqft-white.svg?v=2);
  width: clamp(10px, 0.78125vw, 15px);
  height: clamp(10px, 0.78125vw, 15px);
}

.featured-hero-1 .container {
  position: absolute;
  z-index: 9998;
  left: 0;
  right: 0;
  margin: auto;
  bottom: clamp(20px, 2.0833333333333335vw, 40px);
  color: #fff;
}

.featured-listing-info h1, .featured-hero-1 .container h1 {
  font-size: clamp(23px, 3.125vw, 60px);
  line-height: 0.9;
  margin: 0 0 clamp(12px, 1.3020833333333333vw, 28px);
}

.featured-listing-info h1 small, .featured-hero-1 .container h1 small {
  font-size: clamp(20px, 1.5625vw, 30px);
  display: block;
  margin-top: 8px;
  font-weight: 500;
}

.featured-listing-info .featured-price, .featured-hero-1 .container .featured-price {
  margin: 0 0 clamp(18px, 2.0833333333333335vw, 40px);
  font-size: clamp(30px, 2.0833333333333335vw, 40px);
  line-height: 1;
}

.featured-listing-info .featured-meta, .featured-hero-1 .container .featured-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.featured-listing-info .featured-meta, .featured-listing-info .featured-meta li, .featured-hero-1 .container .featured-meta, .featured-hero-1 .container .featured-meta li {
  display: flex;
  align-items: center;
  margin: 0;
}

.featured-listing-info .featured-meta i, .featured-hero-1 .container .featured-meta i {
  margin-right: 10px;
}

.featured-listing-info .featured-meta li:not(:first-child), .featured-hero-1 .container .featured-meta li:not(:first-child) {
  margin-left: clamp(18px, 1.3020833333333333vw, 25px);
}

.featured-listing-info .featured-price {
  margin: 0 0 clamp(18px, 1.5625vw, 30px);
}

.featured-files, .featured-data {
  display: flex;
  flex-wrap: wrap;
}

.featured-files .feature-file-item {
  display: block;
  color: var(--text);
}

.featured-files .feature-file-item small {
  margin-left: 7px;
  transition: all 0.3s;
  color: #999;
}

.featured-files .feature-file-item, .featured-data .featured-data-point {
  flex: 0 0 24%;
  max-width: 24%;
  line-height: 1;
  border: 1px solid #CCC;
  padding: clamp(20px, 2.0833333333333335vw, 40px);
  margin: 0 0.5% clamp(10px, 0.78125vw, 15px) 0;
}

.featured-files .feature-file-item:hover, .featured-files .feature-file-item:focus {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.featured-files .feature-file-item:hover small, .featured-files .feature-file-item:focus small {
  color: #fff;
}

.featured-data .featured-data-point span {
  display: block;
  color: var(--dark);
  font-size: clamp(16px, 1.1458333333333333vw, 22px);
  line-height: 0.9;
}

.featured-listing-info .featured-data {
  margin: clamp(30px, 3.125vw, 60px) 0 0;
}

.featured-data .featured-data-point i[class^="icon"] {
  width: clamp(18px, 1.5625vw, 30px);
  height: clamp(18px, 1.5625vw, 30px);
  margin: 0 0 5px;
}

@media (max-width: 1199px) {
  .featured-hero-1 .container .featured-meta, .featured-hero-1 .container .featured-meta li {
    justify-content: center;
  }

  .featured-hero-1 .container {
    text-align: center;
  }

  .featured-hero-1, #featured-image-gallery-1, #featured-image-gallery-1 .featured-gallery-item {
    height: clamp(500px, 41.666666666666664vw, 800px);
  }

  .featured-data .featured-data-point {
    flex: 0 0 49%;
    max-width: 49%;
  }
}

@media (max-width: 767px) {
  .featured-data .featured-data-point {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .featured-image-gallery .slick-arrow.slick-prev {
    left: 10px;
  }

  .featured-image-gallery .slick-arrow.slick-next {
    right: 10px;
  }
}

.bootstrap-realtypress,.bootstrap-realtypress .btn,.bx-wrapper .bx-caption span {
  font-family: var(--font)!important
}

.bootstrap-realtypress .container-fluid {
  margin: 0 auto;
  max-width: 1140px!important
}

@media (min-width: 1368px) {
  .bootstrap-realtypress .container-fluid {
    max-width:var(--containerAbove1368)!important
  }
}

@media (min-width: 1600px) {
  .bootstrap-realtypress .container-fluid {
    max-width:var(--containerAbove1600)!important
  }
}

.bootstrap-realtypress .rps-single-listing .rps-agent-details br:last-of-type,.rps-contact-form,.rps-contact-form-wrap-v,.rps-sidebar-favorites,.rps-single-listing-map-tabs,.single-rps_listing .bootstrap-realtypress .table thead {
  display: none!important
}

.bootstrap-realtypress {
  color: var(--text)!important
}

.bootstrap-realtypress p,.single-rps_listing .bootstrap-realtypress .table,.single-rps_listing .bootstrap-realtypress .table tbody tr td,.single-rps_listing .bootstrap-realtypress .table thead tr th,.single-rps_listing .bootstrap-realtypress .table tr td {
  font-family: var(--font)!important;
  color: var(--text)!important;
  line-height: var(--lineHeight)!important
}

.bootstrap-realtypress p:not(.bootstrap-realtypress .rps-footer p) {
  font-size: var(--mainFontSize)!important
}

.bootstrap-realtypress .table,.bootstrap-realtypress .table tbody tr td,.bootstrap-realtypress .table thead tr th,.bootstrap-realtypress .table tr td {
  font-size: calc(var(--mainFontSize) * .8)!important
}

.bootstrap-realtypress p em {
  font-style: normal!important
}

.bootstrap-realtypress .image-holder a,.bootstrap-realtypress .rps-single-listing .bx-pager a,.slide-link {
  background-size: cover!important
}

.bootstrap-realtypress .bx-slider li,.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-controls-direction a,.bootstrap-realtypress .rps-listing-carousel-shortcode .panel {
  border: none!important
}

.bootstrap-realtypress .rps-listing-carousel-shortcode .panel-body {
  padding: 0!important
}

.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-next,.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-prev,.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-next,.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-prev {
  background-size: clamp(23.333333333333332px,1.8229166666666667vw,35px)!important;
  background-color: #fff!important;
  display: block!important;
  height: clamp(33.333333333333336px,2.6041666666666665vw,50px)!important;
  width: clamp(33.333333333333336px,2.6041666666666665vw,50px)!important;
  top: 0!important;
  bottom: 0!important;
  margin: auto 0!important;
  -webkit-transition: .3s!important;
  -o-transition: .3s!important;
  transition: .3s!important
}

.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-next:focus,.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-next:hover,.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-prev:focus,.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-prev:hover,.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-next:focus,.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-next:hover,.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-prev:focus,.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background-color: #eee!important
}

.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-prev,.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(i/icons/icon-angle-left.svg?v=2)!important;
  left: 10px!important
}

.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-next,.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(i/icons/icon-angle-right.svg?v=2)!important;
  right: 10px!important
}

.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption .bed_bath {
  background-color: rgba(0,82,190,.8)!important;
  border: 1px solid var(--primary)!important
}

.bootstrap-realtypress .btn,.bootstrap-realtypress .rps-result-feature-label-sm,.bootstrap-realtypress .rps-single-listing .rps-single-feature-label,.bootstrap-realtypress .rps-single-listing .rps-single-feature-label-sm {
  background: var(--primary)!important
}

.bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-info {
  background-color: rgba(0,82,190,.9)!important;
  border-left: 1px solid var(--primary)!important;
  border-right: 1px solid var(--primary)!important;
  border-bottom: 1px solid var(--primary)!important
}

.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption {
  border-top: 2px solid var(--primary)!important
}

.bootstrap-realtypress .rps-grid-result .rps-property-result h4,.bootstrap-realtypress b,.bootstrap-realtypress label,.bootstrap-realtypress strong,.single-rps_listing .back-bar .pointer-label {
  color: var(--dark)!important
}

.bootstrap-realtypress .btn {
  font-size: var(--mainFontSize)!important;
  padding: var(--buttonPaddingTop) var(--buttonPaddingLeftRight) var(--buttonPaddingBottom)!important;
  color: #fff!important;
  line-height: 1!important;
  font-weight: 500!important;
  border-radius: var(--buttonRadius)!important;
  border: var(--buttonBorder)!important;
  text-transform: var(--buttonCasing)!important;
  cursor: pointer!important;
  display: inline-block!important
}

.bootstrap-realtypress .btn-primary {
  border-color: var(--primary)!important
}

.bootstrap-realtypress .rps-single-listing .rps-pricing .rps-maintenance p {
  font-size: calc(var(--mainFontSize) * .6)!important
}

.bootstrap-realtypress .h2,.bootstrap-realtypress h2 {
  font-size: var(--headingH2FontSize)!important;
  color: var(--dark)!important
}

.bootstrap-realtypress .h3,.bootstrap-realtypress h3 {
  font-size: var(--headingH3FontSize)!important;
  color: var(--dark)!important
}

.bootstrap-realtypress .rps-single-listing .rps-agent-details,.bootstrap-realtypress .rps-single-listing .rps-agent-details p,.bootstrap-realtypress .rps-single-listing .rps-agent-details p span {
  font-size: clamp(16px, .9375vw, 18px)!important;
  line-height: 1.5!important
}

.bootstrap-realtypress .rps-single-listing .bx-pager a.active,.bootstrap-realtypress .rps-single-listing .bx-pager a:hover {
  border: 3px solid var(--primary)!important
}

.single-rps_listing .bootstrap-realtypress .table,.single-rps_listing .bootstrap-realtypress .table * {
  display: block!important;
  border: none!important;
  text-align: left!important;
  padding: 0!important
}

.single-rps_listing .bootstrap-realtypress .table tbody {
  display: flex!important;
  flex-wrap: wrap!important;
  justify-content: flex-start!important;
  align-items: stretch!important
}

.single-rps_listing .bootstrap-realtypress .table tbody tr {
  max-width: 32%!important;
  flex: 0 0 32%!important;
  border: 1px solid #e5e5e5!important;
  font-size: 16px!important;
  padding: 20px!important;
  margin: 0 1% 10px 0!important
}

.single-rps_listing .bootstrap-realtypress .table tbody tr,.single-rps_listing .bootstrap-realtypress .table tbody tr td {
  background: #fff!important
}

.single-rps_listing .bootstrap-realtypress .table tbody tr td strong {
  color: var(--primary)
}

.single-rps_listing .bootstrap-realtypress .table {
  margin: 0 0 50px!important
}

.single-rps_listing .bootstrap-realtypress .back-bar .pointer.last-active {
  background-color: var(--primary)!important;
  border: 1px solid var(--primary)!important
}

.single-rps_listing .back-bar .selected-bar {
  background: var(--primary) none!important
}

.bootstrap-realtypress .form-control {
  height: auto!important;
  padding: clamp(10px,.78125vw,15px) clamp(10px,1.0416666666666667vw,20px)!important;
  font-size: clamp(13px, .8333333333333334vw, 16px)!important;
  line-height: var(--lineHeight);
  color: var(--text)!important;
  background-color: var(--light)!important;
  border: none!important;
  border-left: clamp(4px,.3645833333333333vw,7px) solid var(--light)!important
}

.bootstrap-realtypress .form-control::placeholder {
  color: var(--text)!important
}

.bootstrap-realtypress .form-control:focus,.bootstrap-realtypress .form-control:hover {
  border-left: clamp(4px,.3645833333333333vw,7px) solid var(--primary)!important;
  border-color: var(--primary)!important
}

.bootstrap-realtypress .pagination>li>a,.bootstrap-realtypress .pagination>li>span {
  color: var(--primary)!important
}

.bootstrap-realtypress .pagination>.active>a,.bootstrap-realtypress .pagination>.active>a:focus,.bootstrap-realtypress .pagination>.active>a:hover,.bootstrap-realtypress .pagination>.active>span,.bootstrap-realtypress .pagination>.active>span:focus,.bootstrap-realtypress .pagination>.active>span:hover {
  color: #fff!important;
  background-color: var(--primary)!important;
  border-color: var(--primary)!important
}

.bootstrap-realtypress a {
  color: var(--text)!important
}

.bootstrap-realtypress a:focus,.bootstrap-realtypress a:hover {
  color: var(--primary)!important;
  text-decoration: none!important
}

.listing-left {
  padding-right: clamp(33.333333333333336px,2.6041666666666665vw,50px)!important
}

.result-filter-frm .panel-body>div:not(.result-filter-frm .panel-body div.form-group) label {
  display: inline-flex!important;
  align-items: center!important;
  font-size: clamp(10.666666666666666px, .8333333333333334vw, 16px)!important;
  margin: 0 0 10px!important
}

.result-filter-frm .panel-body>div:not(.result-filter-frm .panel-body div.form-group) input[type=checkbox] {
  width: 24px!important;
  height: 24px!important;
  margin: 0 12px 0 0!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  -o-appearance: none!important;
  appearance: none!important;
  outline: #B7B7B7 solid 1px!important;
  box-shadow: none!important;
  text-align: center!important;
  background: #fff!important;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  -webkit-transition: .3s!important;
  -o-transition: .3s!important;
  transition: .3s!important;
  position: relative!important;
  cursor: pointer!important
}

.result-filter-frm .panel-body div:not(.result-filter-frm .panel-body div.form-group) input[type=checkbox]:checked,.result-filter-frm .panel-body div:not(.result-filter-frm .panel-body div.form-group) input[type=checkbox]:focus,.result-filter-frm .panel-body div:not(.result-filter-frm .panel-body div.form-group) input[type=checkbox]:hover {
  outline: 1px solid var(--primary)!important;
  -webkit-transition: .3s!important;
  -o-transition: .3s!important;
  transition: .3s!important
}

.result-filter-frm .panel-body div:not(.result-filter-frm .panel-body div.form-group) input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: var(--primary);
  margin: auto;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.bootstrap-realtypress .slider-container .back-bar .pointer-label {
  font-size: clamp(8px, .625vw, 12px)!important
}

#featured .featured-property.temp {
  max-width: 25vw
}

#featured .featured-property {
  height: 19.6875vw;
  overflow: hidden;
  position: relative
}

#featured .featured-property img {
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover
}

#featured .property-info {
  z-index: 2;
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  background-color: rgba(0,0,0,.65);
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(16.666666666666668px,1.3020833333333333vw,25px);
  transition: .3s
}

#featured .property-info span {
  display: block
}

#featured .property-info .property-name {
  color: #e2e2e2;
  font-size: clamp(16px, 1.0416666666666667vw, 20px);
  font-weight: 700
}

#featured .property-info .property-price {
  color: #fff;
  font-size: clamp(19.333333333333332px, 1.5104166666666667vw, 29px);
  margin-bottom: 100px
}

#featured .property-info .property-details {
  color: #fff;
  font-size: clamp(14px, .8854166666666666vw, 17px);
  display: flex;
  margin: auto 0 clamp(13.333333333333334px,1.0416666666666667vw,20px);
  align-items: center
}

#featured .property-info .property-details i {
  margin-right: 7px
}

#featured .property-info .property-details i:not(#featured .property-info .property-details i:first-of-type) {
  margin-left: 7px
}

#featured .property-info .property-details i.icon-sqft-white {
  margin-left: 13px
}

#featured .property-info .property-button {
  transition: .3s;
  background-color: var(--primary);
  display: inline-block;
  color: #fff;
  font-size: clamp(15px, 1.09375vw, 21px);
  font-weight: 500;
  padding: clamp(11px,.78125vw,15px) clamp(22px,1.5625vw,30px)
}

#featured .property-info .property-button:focus,#featured .property-info .property-button:hover {
  background-color: #fff;
  color: #333
}

#featured .featured-property a:focus .property-info,#featured .featured-property a:hover .property-info {
  top: 0
}

#featured .featured-property a:focus .property-info .property-price,#featured .featured-property a:hover .property-info .property-price {
  margin-bottom: 0
}

#listing-photos-button-next,#listing-photos-button-prev,.featured-heading a {
  background-color: #e5e5e5;
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  text-align: center;
  line-height: 53px;
  transition: .3s;
  cursor: pointer
}

#listing-photos-button-next i,#listing-photos-button-prev i,.featured-heading a i {
  width: 17px;
  height: 26px
}

#listing-photos-button-next:focus,#listing-photos-button-next:hover,#listing-photos-button-prev:focus,#listing-photos-button-prev:hover,.featured-heading a:focus,.featured-heading a:hover {
  background-color: #ccc
}

.featured-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px
}

.featured-heading h2 {
  line-height: 1;
  margin: 0 24px
}

#featured {
  overflow: hidden;
  margin: 0 0 clamp(40px,3.125vw,60px)
}

#featured .slick-slide {
  margin: 0 5px
}

#featured .slick-list {
  margin: 0 -5px
}

.panel-heading strong {
  font-size: clamp(18px, 1.1979166666666667vw, 23px)!important
}

.slider-container {
  font-family: var(--text)!important
}

.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-property-info {
  background: 0 0!important;
  border-top: 8px solid var(--primary)!important
}

.single-rps_listing .bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
  display: block!important;
  position: unset!important;
  top: unset!important;
  bottom: unset!important;
  left: unset!important;
  right: unset!important;
  margin: auto!important;
  max-width: 100%!important;
  width: 100%!important;
  height: 100%!important;
  max-height: 100%!important;
  object-fit: cover!important
}

.bootstrap-realtypress .rps-single-listing .rps-agent-details .agent-photo {
  float: unset!important
}

.bootstrap-realtypress .rps-single-listing .rps-agent-details a,.bootstrap-realtypress .rps-single-listing .rps-agent-details em {
  font-size: clamp(16px, .9375vw, 18px)!important;
  display: flex
}

.bootstrap-realtypress .rps-single-listing .open-house-row .open-house-calendar .middle .day-text,.bootstrap-realtypress .rps-single-listing .open-house-row .open-house-calendar .top {
  background: var(--primary)!important;
  color: #fff!important
}

@media (max-width: 1199px) {
  .bootstrap-realtypress .rps-single-listing .rps-agent-details .agent-photo {
    float:unset!important
  }

  #featured .featured-property {
    height: 295px
  }

  .single-rps_listing .bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
    object-fit: contain!important
  }

  .rps-property-photo-row>[class*=col-md-] {
    width: 100%!important;
    float: unset!important;
    padding: 0!important
  }

  .bootstrap-realtypress .rps-property-photo-row .bx-pager-wrap {
    border: none!important;
    margin: 20px 0 0!important
  }

  .bootstrap-realtypress .rps-property-photo-row .bx-pager-wrap .bx-pager {
    display: flex!important;
    flex-wrap: wrap!important;
    align-items: center!important;
    justify-content: center!important
  }

  .bootstrap-realtypress .rps-single-listing .bx-pager .slide {
    width: 8%!important;
    flex: 0 0 8%!important;
    float: unset!important
  }

}

@media only screen and (max-width: 992px) {
  .bootstrap-realtypress .rps-property-photo-row .bx-pager-wrap {
    display:block!important
  }
}

@media (max-width: 991px) {
  .post-type-archive-rps_listing .bootstrap-realtypress .row-property-result>[class*=col-sm-],.single.single-rps_listing [class*=col-md-],.single.single-rps_listing [class*=col-sm-] {
    width:100%!important;
    float: unset!important;
    padding: 0!important
  }

  .post-type-archive-rps_listing .result-filter-frm .panel-body,.post-type-archive-rps_listing .result-filter-frm .panel-footer {
    display: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .post-type-archive-rps_listing .result-filter-frm .panel-body.active,.post-type-archive-rps_listing .result-filter-frm .panel-footer.active {
    display: block;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .post-type-archive-rps_listing .result-filter-frm .panel-heading {
    border: 1px solid #fafafa!important;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-image: url(i/icons/icon-angle-down.svg)!important;
    background-size: 25px!important;
    background-position: 99% center!important;
    background-repeat: no-repeat!important
  }

  .post-type-archive-rps_listing .result-filter-frm .panel-heading.active {
    background-image: url(i/icons/icon-angle-up.svg)!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .post-type-archive-rps_listing .result-filter-frm .panel-heading:focus,.post-type-archive-rps_listing .result-filter-frm .panel-heading:hover {
    border: 1px solid var(--primary)!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .bootstrap-realtypress .container-fluid {
    padding: 0!important
  }

  .listing-left {
    padding: 0!important;
    margin: 30px 0 0!important
  }

  .bootstrap-realtypress .row {
    margin: 0!important
  }

  .single.single-rps_listing .bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover
  }

  .single-rps_listing .bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
    object-fit: cover!important
  }

  .open-house-row [class*=col-xs-] {
    width: 100%!important;
    padding: 0!important
  }

  .row.open-house-row {
    margin: 15px 0!important
  }

  .open-house-calendar {
    margin: 0 0 20px!important
  }
}

@media (max-width: 767px) {
  .rps-single-features {
    display:flex!important;
    flex-wrap: wrap!important;
    align-items: center!important;
    justify-content: center!important
  }

  .rps-single-features .rps-single-feature-label:not(.rps-single-features .rps-single-feature-label-sm) {
    width: 100%!important;
    flex: 0 0 100%!important
  }

  .single-rps_listing .bootstrap-realtypress .table tbody tr {
    max-width: 49%!important;
    flex: 0 0 49%!important
  }

  #featured .featured-property.ion-property-listing-grid-single-listing {
    height: 37vw
  }

  #featured .featured-property.ion-property-listing-grid-single-listing .property-info,#featured .featured-property.ion-property-listing-grid-single-listing a:focus .property-info,#featured .featured-property.ion-property-listing-grid-single-listing a:hover .property-info {
    top: 51%
  }

  .bootstrap-realtypress .rps-single-listing .bx-pager .slide {
    width: 60px!important;
    flex: 0 0 60px!important
  }
}

@media (max-width: 500px) {
  #featured .featured-property.ion-property-listing-grid-single-listing {
    height:60vw
  }
}

.featured-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.featured-share ul, .featured-share ul li, .featured-share ul li a {
  display: flex;
  align-items: center;
}

.featured-share ul li a svg path {
  fill: var(--primary);
}

.featured-share ul li a svg {
  margin: 0 clamp(7px, 0.5208333333333334vw, 10px) 0 0;
  max-width: clamp(15px, 1.0416666666666667vw, 20px);
  max-height: clamp(15px, 1.0416666666666667vw, 20px);
}

.featured-share ul li a {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: var(--dark);
  font-weight: 500;
}

.featured-share ul li {
  margin: 0;
}

.featured-share ul li:last-child {
  margin: 0 0 0 clamp(10px, 0.78125vw, 15px);
  border-left: 1px solid #ddd;
  padding: 0 0 0 clamp(10px, 0.78125vw, 15px);
}

.featured-share {
  margin: 0 0 clamp(20px, 1.5625vw, 30px);
}

.featured-share ul li a:hover, .featured-share ul li a:focus {
  color: var(--primary);
}

#sendToFriend {
  text-align: center;
  padding: clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
  max-width: 640px;
  width: 92%;
  display: none;
}

#sendToFriend h2 {
  font-size: clamp(23px, 1.8229166666666667vw, 35px);
  font-family: var(--heading);
  color: var(--dark);
  margin: 0 0 20px;
}

#sendToFriend h2 em {
  font-style: normal;
  display: block;
  font-family: var(--font);
  font-size: 52%;
  color: var(--text);
}

#sendToFriend .featured-property-form {
  padding: 0 !important;
  margin: 0 !important;
}

#sendToFriend {
  background: #fff;
}

#sendToFriend .elementor-column.elementor-col-50 {
  width: 49%;
  margin: 0 0.5% !important;
}

#sendToFriend .elementor-field-type-submit {
  align-items: center !important;
  justify-content: center;
}

#sendToFriend h2 + p a:before {
  content: "x";
  font-size: 19px;
  line-height: 32px;
}

#sendToFriend h2 + p a {
  font-size: 0px;
  width: 40px;
  height: 40px;
  background: #000;
  display: block;
  color: #fff;
  border-radius: 100%;
  line-height: 36px;
  position: absolute;
  top: clamp(-70px, -3.6458333333333335vw, -46.666666666666664px);
  right: clamp(-70px, -3.6458333333333335vw, -46.666666666666664px);
  border: 2px solid #fff;
}

#sendToFriend h2 + p a:hover, #sendToFriend h2 + p a:focus {
  background: #999;
  color: #CCC;
}

#sendToFriend .elementor-form-fields-wrapper {
  grid-gap: 10px 0;
}

.elementor-editor-active #sendToFriend {
  display: block;
}

.elementor-message-success {
  background: var(--green);
  font-size: 15px;
  color: #fff;
  padding: 15px;
}

.realtico-notice p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 0.9375vw, 18px);
  margin: 0 !important;
  line-height: 1;
}

.realtico-notice p svg {
  max-width: 32px;
  margin: 0 13px 0 0;
}

.realtico-notice p svg path {
  fill: var(--primary);
}

.realtico-notice p {
  background-color: #eee;
  border-radius: 6px;
  color: #000;
  border-left: 6px solid var(--primary);
  padding: 3px clamp(15px, 2.6041666666666665vw, 50px);
  text-align: left;
}

.realtico-notice {
  margin: 15px 0;
  text-align: center;
}

.elementor-form .elementor-field:not(.elementor-form .elementor-field.elementor-select-wrapper, .elementor-form .elementor-field.elementor-acceptance-field), .elementor-field-group .elementor-select-wrapper select {
  font-weight: 400 !important;
}

@media print {
  #wpadminbar, .single-featured .ig-feed, .single-featured .copyright, .featured-files .feature-file-item, .single-featured #mobile-gallery-trigger, .single-featured .featured-image-gallery, .single-featured .featured-share, .single-featured #gmap, .single-featured .featured-property-form-top, .single-featured .featured-property-form, .single-featured .consult-lead, .single-featured .recent-news, .single-featured .service-features, .single-featured .testimonials, .single-featured .realtico-notice, .single-featured .footer, .single-featured #footer, .single-featured .header, .single-featured #header {
    display: none;
  }

  .featured-hero-1 .container {
    position: relative;
    color: var(--dark);
    margin: 0 0 -12px !important;
  }

  html * {
    color: #000 !important;
  }

  .featured-hero-1, #featured-image-gallery-1, #featured-image-gallery-1 .featured-gallery-item {
    height: auto !important;
    text-align: left;
  }

  .featured-data .featured-data-point {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    margin: 0 0 20px;
  }

  .featured-listing-info h1, .featured-hero-1 .container h1 {
    font-size: 42px;
  }

  .featured-meta i {
    background: var(--primary);
  }

  .featured-meta li:nth-child(1):after {
    margin-left: 4px;
    content: " Beds";
  }

  .featured-meta li:nth-child(2):after {
    margin-left: 4px;
    content: " Baths";
  }

  #lightgallery {
    display: block !important;
    text-align: center;
  }

  .featured-listing-gallery-wrap {
    box-shadow: none !important;
  }

  #lightgallery img, .featured-listing-gallery-wrap img {
    padding: 8px !important;
  }

  .featured-files .feature-file-item, .featured-data .featured-data-point {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.featured-listing-info .featured-data {
  margin: 0 0 30px;
}

.featured-property h3 {
  font-family: var(--heading);
  color: var(--dark);
  font-size: clamp(25.333333333333332px, 1.9791666666666667vw, 38px);
  margin: 0 0 10px;
}

.featured-files .feature-file-item, .featured-data .featured-data-point {
  font-size: clamp(16px, 1.0416666666666667vw, 20px);
  border-radius: 10px;
  margin-right: 2%;
  flex: 0 0 31%;
  max-width: 31%;
  border: 1px solid #CCC;
  background: #fff;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}

.featured-data .featured-data-point span {
  color: var(--dark);
  font-weight: 700;
}

.featured-image-gallery .slick-arrow {
  border-radius: 100%;
}

.featured-hero-1:after {
  background-image: url(../i/shadow.png);
  background-repeat: repeat-x;
  background-size: cover;
  height: clamp(300px, 23.4375vw, 450px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: '';
  z-index: 100;
}

textarea {resize:none;}

.featured-property-form-top {
  padding-bottom: 0;
  border-radius: 15px 15px 0 0;
}

.featured-property-form {
  border-radius: 0 0 15px 15px;
}

.featured-property-form-top h4 {
  font-family: var(--heading);
  color: var(--dark);
  font-size: clamp(18px, 1.3020833333333333vw, 25px);
  margin: 0 0 20px;
  text-align: center;
}

.featured-property-form .elementor-form .elementor-field:not(.elementor-form .elementor-field.elementor-select-wrapper, .featured-property-form .elementor-form .elementor-field.elementor-acceptance-field), .elementor-field-group .elementor-select-wrapper select {
  border: 1px solid #ccc !important;
  box-shadow: none !important;
}

.featured-property-form .elementor-form .elementor-field:not(.elementor-form .elementor-field.elementor-select-wrapper:hover,
.featured-property-form .elementor-form .elementor-field.elementor-acceptance-field):hover,
.elementor-field-group .elementor-select-wrapper select:hover,
.featured-property-form .elementor-form .elementor-field:not(.elementor-form .elementor-field.elementor-select-wrapper:focus,
.featured-property-form .elementor-form .elementor-field.elementor-acceptance-field):focus,
.elementor-field-group .elementor-select-wrapper select:focus,
.featured-property-form .elementor-form .elementor-field:not(.elementor-form .elementor-field.elementor-select-wrapper:active,
.featured-property-form .elementor-form .elementor-field.elementor-acceptance-field):active,
.elementor-field-group .elementor-select-wrapper select:active {
  border-color: var(--blue) !important;
}

.featured-data {
  margin: 0 0 clamp(10px, 1.5625vw, 30px);
}

.featured-home-slide-images .images-right,
.featured-home-slide-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.featured-home-slide-images .images-left .image {
    height: 500px;
}


.featured-home-slide-images .images-right .image {
    height: 245px;
}

.featured-home-slide-images .images-right .image:nth-child(1),
.featured-home-slide-images .images-right .image:nth-child(2) {
     margin-bottom: 10px;
}

.featured-home-slide-images .images-left,
.featured-home-slide-images .images-right {
    flex: 0 0 49.5%;max-width: 49.5%;
}
.featured-home-slide-images .images-right .images,
.featured-home-slide-images .images-right .image:not(.featured-home-slide-images .images-right .images .image) {
    flex: 0 0 49%;
    max-width: 49%;
}

.featured-home-slide-images .image {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.featured-home-slide-images .images-right .image.extra-images {
  position: relative;
}

.featured-home-slide-images .images-right .image.extra-images a {
  border-radius: 12px;
  background-color: rgba(0,0,0,0.625);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(21px, 1.5625vw, 30px);
  color: #fff;
}

.featured-home-slide-images .images-right .image.extra-images a:hover,
.featured-home-slide-images .images-right .image.extra-images a:focus {
  background-color: rgba(190,0,0,0.7);
}

.featured-home-slide-data, .featured-home-slide-data ul, .featured-home-slide-data ul li {display: flex;align-items: center;justify-content: flex-end;}

.featured-home-slide-data h3 {
    margin-right: auto;
    font-size: clamp(21px, 1.9270833333333333vw, 37px);
    font-weight: 400;
    font-family: var(--heading);
    color: var(--dark);
}

.featured-home-slide-data ul li {
    margin: 0;
    font-size: clamp(18px, 1.25vw, 24px);
}

.featured-home-slide-data ul li i {
    margin: 0 10px 0 0;
}

.featured-home-slide-data ul li:not(:first-child) {
    margin: 0 0 0 25px;
}

.featured-home-slide-data ul {
    margin: 0 35px 0 0;
}

.featured-home-slide-data h3 span {
    border-left: 1px solid #ddd;
    padding-left: clamp(10px, 1.0416666666666667vw, 20px);
    margin-left: clamp(10px, 0.78125vw, 15px);
}

.featured-home-slide-data h3 span span {
  border: none;
  margin: 0;
  padding: 0;
}

.featured-home-slide-data {
    margin: 30px 0 0;
}

.featured-data .featured-data-point.full {
  flex: 0 0 97%;
  max-width: 97%;
}

.featured-image-gallery .slick-arrow {
  z-index: 9998;
}

.opg-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

#mobile-gallery-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 30px;
  background-color: var(--primary);
  color: #FFF;
}

#mobile-gallery-trigger svg {
  margin: 0 16px 0 0;
  max-width: clamp(24px, 1.875vw, 36px);
}

.lg-backdrop {
  z-index: 999999 !important;
}

.lg-outer {
  z-index: 999999 !important;
}

.featured-listing-info h3 + p {
  margin: 0 0 20px;
}

.featured-property-form .captcha-note {
  margin: clamp(3.3333333333333335px, 0.2604166666666667vw, 5px) 0 10px;
}

.featured-property-form .captcha-note p, .featured-property-form .captcha-note a {
  font-size: 13px;
}

.featured-property h3 {
  margin: 0 0 30px;
}

.featured-property > .e-con-inner {
  grid-gap: clamp(33.333333333333336px, 2.6041666666666665vw, 50px) !important;
}

.featured-property-form-top:not(#gmap) {
  padding: clamp(33.333333333333336px, 2.6041666666666665vw, 50px) 25px 0px;
  border: 1px solid #CCC;
  border-bottom: none;
}

.featured-property-form:not(#sendToFriend .featured-property-form) {
  padding: 0 25px clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
  border: 1px solid #CCC;
  border-top: none;
}

.elementor-form .elementor-field:not(.elementor-form .elementor-field.elementor-select-wrapper, .elementor-form .elementor-field.elementor-acceptance-field), .elementor-field-group .elementor-select-wrapper select {
  font-size: 15px !important;
  padding: 10px !important;
}

@media (max-width: 1199px) {
  #mobile-gallery-trigger {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .featured-property-form .elementor-column.elementor-col-50, .featured-property-form .elementor-column[data-col="50"] {
    width: 100% !important;
  }
  .featured-files .feature-file-item, .featured-data .featured-data-point {
    flex: 0 0 48%;
    max-width: 48%;
  }
}