body.under_construction #maintenanc-container {
  background: #06001d;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.under_construction #maintenanc-container h1 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: block;
}
body.under_construction #maintenanc-container .site-logo {
  display: block;
  margin: 0px auto 20px;
}
body.under_construction #maintenanc-container .brokerage-logo {
  display: block;
  margin: 0px auto;
  max-width: 200px;
}
.under_construction header.header, .under_construction section.banner,.under_construction #custom-footer-area {
    display: none;
}
body.under_construction {
  background: #06001d;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  /*left: 0;*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.under_construction h1 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: block;
}

:root {
  --global-header-bg: linear-gradient(0deg, rgba(5,19,37,0) 38%, rgba(5,19,37,0.9999999999999999) 100%);
  --main-font: 'Montserrat', sans-serif;
  --primary-color: #e9c367;
  --heading-color: #06001d;
}

/* HEADER */
#main-navbar #realtor_name {
  display: none;
}
header .-var3 .header-contact-wrap .container {
  position: relative;
  padding-top: 15px;
}
header.header {
  background: rgb(7,23,42);
background: linear-gradient(180deg, rgba(7,23,42,1) 13%, rgba(11,35,65,1) 100%);
  border: 0;
}
header .-var3 .header-contact-wrap,
header.header .-var3 #main-navbar .navbar{
  background: transparent;
}
header .-var3 .header-contact-wrap .header-meta ._info_list li {
  display: block;
  float: none;
  font-size: 12px;
  color: #fff;
}
header .-var3 .header-contact-wrap .header-meta ._info_list {
  float: right;
  text-align: right;
}
header .-var3 .header-contact-wrap .header-meta ._info_list li a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

header .-var3 .header-contact-wrap .header-meta .-social-media-nav {
  display: none;
}
#main_menu a {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
}
#main_menu > li > a {
  padding-bottom: 30px;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
  border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
  color: #fff;
  background-color: transparent;
  background-image: none;
}
.dropdown-menu {
  background: rgb(7,23,42);
  background: linear-gradient(180deg, rgba(7,23,42,1) 13%, rgba(11,35,65,1) 100%);
}
.dropdown-menu li a:hover {
  background: rgb(7,23,42);
}
.contact-info.header-meta.col-xs-12.pull-right {
  position: absolute;
  top: 10px;
  right: 0;
}
/*CUSTOM BANNER*/
.custom-banner-container .home-custom-banner {
  width: 100%;
}


.navbar {
  border-bottom: 0;
}
/*Home Widget Defaults*/
body.home .custom_html {
  padding: 0;
}
.theme-color {
  color: var(--primary-color);
}
#welcome-section {
  align-items: center;
  grid-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  max-width: 1680px;
  margin: auto;
  padding: 0px 40px;
}

#welcome-section h2 {
  color: var(--heading-color);
  letter-spacing: 13px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 36px;
}

#welcome-section h2 + p {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 36px;
}
#welcome-section p {
  color: #272728;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.custom-widget-title > small {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 15px;
}
.custom-widget-title {
  font-size: 40px;
  font-weight: 700;
}
#search-communities-section {
  padding: 90px 5px;
  text-align: center;
}
#search-communities-section .custom-widget-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#search-communities-section .container p {
  color: #373737;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.grid-search-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  align-items: center;
}
.grid-search-area > div a {
  position: relative;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 482px;
}
.grid-search-area > div a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.grid-search-area > div a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
}
.search-wrapper {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  margin-top: -50px;
}
.grid-search-area > div .search-wrapper p {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: uppercase;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
}
.hidden-view-btn {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 25px;
  display: block;
  margin: auto;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  font-size: 0;
  opacity: 0;
  
}
.grid-search-area > div a:hover .hidden-view-btn {
  visibility: visible;
  font-size: 20px;
  opacity: 1;
}
.grid-search-area > div a:hover p {
  transform: translateY(0);
}
.grid-search-area > div a:hover:after {
  opacity: 0;
}
.slick-market-update img {
  margin: auto; 
}
#market-report-section {
  text-align: center;
  padding-bottom: 90px;;
}
#market-report-section .custom-widget-title {
  margin-bottom: 60px;
}

#my-custom-listing .custom-widget-title {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

#my-custom-listing .grid-custom-listing {
  max-width: 1680px;
  padding: 0px 40px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.grid-custom-listing .new-custom-img {
  max-width: 100%;
  object-fit: cover;
  height: 523px;
}
.new-custom-item .new-custom-link {
  position: relative;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 523px;
  overflow: hidden;
}
.new-custom-item .new-custom-link:after {
  content: '';
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
}

.custom-info-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
}
.custom-info-wrap .new-custom-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  transition: all 0.6s ease-in-out;
}
.custom-info-wrap .new-custom-address {
  font-size: 15px;
  font-weight: 400;
  transition: all 0.6s ease-in-out;
}
.custom-info-wrap ul {
  display: flex;
  gap: 15px;
  transition: all 0.6s ease-in-out;
}
.custom-info-wrap ul li {
  color: #fff;
  font-size: 15px; 
}
.custom-info-wrap .new-custom-btn {
  display: block;
  padding: 10px 25px;
  font-size: 15px;
  border: 1px solid #fff;
  max-width: max-content; 
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.new-custom-item .new-custom-link:hover .custom-info-wrap ul, .new-custom-item .new-custom-link:hover .custom-info-wrap .new-custom-price, .new-custom-item .new-custom-link:hover .custom-info-wrap .new-custom-address {
  opacity: 0;
}
.new-custom-item .new-custom-link:hover .custom-info-wrap {
  bottom: 70px;
}
.new-custom-item .new-custom-link:hover .new-custom-btn {
  opacity: 1;
}
body:not(.on-live-editor) div[data-widget-type="featured_listings"] {
  display: none;
}
#testimonial-home-section {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/markwiens.my-ubertor.com/content/image/mark-wiens-testimonials-bg_48.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 80px;
  padding: 100px 0;
}

#testimonial-home-section .container-custom {
  margin: auto;
  max-width: 1170px;
  padding: 0px 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

#testimonial-carousel {
  background: rgba(6, 0, 29, 0.6);
  padding: 0px 30px;
}
#instagram-placeholder img {
  width: 100%;
  max-width: 555px;
}
#testimonial-carousel {
  text-align: center;
}
#testimonial-carousel .custom-widget-title {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 13px;
  color: #fff;
  margin: 40px auto 50px;
}
#testimonial-carousel .custom-widget-title small {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
#myTestimonialCarousel .item p, #myTestimonialCarousel .item h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
}
#myTestimonialCarousel .item h4 {
  margin: 40px 0;
}
#testimonial-carousel > a {
  color: #fff;
  background: var(--primary-color);
  padding: 10px;
  display: block;
  margin: auto;
  max-width: max-content;
  font-size: 17px;
}
footer.footer, .uber-footer {
  display: none;
}
.container.footer_text {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#custom-footer-area {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/markwiens.my-ubertor.com/content/image/mark-wiens-footer-bg_52.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0px;
}
#custom-footer-area .container-custom {
  margin: auto;
  max-width: 1170px;
  padding: 0px 15px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
#home-contact-form div[data-widget-type="form_builder"] > .container {
  width: 100%;
  padding: 0;
}
#home-contact-form div[data-widget-type="form_builder"] > .container .col-lg-12 {
  padding: 0;
}
#home-contact-form .lead-form h2 {
  display: none;
}
#home-contact-form .field-name input#field-name {
  border-radius: 0;
  height: 40px;
  margin-bottom: 15px;
}
#home-contact-form .field-email input#field-email {
  border-radius: 0;
  height: 40px;
  margin-bottom: 15px;  
}
#home-contact-form label {
  display: none;
}
#home-contact-form .custom-widget-title {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 13px;
  color: #fff;
  margin: 0px auto 20px;
  text-align: left;
}
#home-contact-form  .custom-widget-title small {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
#home-contact-form button.submit {
  background: var(--primary-color);
  text-shadow: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 160px;
  height: 45px;
}
#custom-footer-area .container-custom > div:first-child {
  text-align: center;
  color: #fff;
}
#custom-footer-area .container-custom > div:first-child img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
#custom-footer-area .container-custom > div:first-child p {
  font-size: 18px;
  font-weight: 400;
}
#custom-footer-area .container-custom > div:first-child p > strong {
  color: #fff;
  display: block;
  font-size: 23px;
line-height: inherit;
}
#custom-footer-area .container-custom > div:first-child ul {
  margin-bottom: 20px;
}
#custom-footer-area .container-custom > div:first-child ul li {
  font-size: 19px;
}
#custom-footer-area .container-custom > div:first-child ul li a {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
#custom-footer-area .container-custom > div:first-child p:last-child a {
  color: #fff;
  padding: 3px;
  font-size: 21px;  
}

body:not(.on-live-editor) .fade-in {
      opacity: 0;
      transition: opacity 3s ease-in-out;
    }
body:not(.on-live-editor) .fade-in-active {
      opacity: 1;
    }


header.header {
  transition: top 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
header.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
#main_menu > li > a {
  transition: all 0.5s ease-in-out;
}
header.header.fixed #main_menu > li > a {
  padding-bottom: 10px;
  padding-top: 0;
}
header .-var3 .header-contact-wrap .container, header .-var3 .header-contact-wrap, .contact-info.header-meta.col-xs-12.pull-right {
  transition: all 0.3s ease-in-out;
}
header.header.fixed .-var3 .header-contact-wrap,header.header.fixed .-var3 .header-contact-wrap .container {
  padding: 0;
}
header.header.fixed .contact-info.header-meta.col-xs-12.pull-right {
  opacity: 0;
}
@media screen and (max-width: 1600px) {
  #welcome-section {
    max-width: 1400px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1400px) {
  #welcome-section h2 {
    font-size: 24px;
  }
  #welcome-section h2 + p {
    font-size: 19px;
  }
  #welcome-section p {
    font-size: 18px;
  }
  .custom-widget-title {
    font-size: 30px;
  }
  .custom-widget-title > small {
    font-size: 20px;
  }
  #search-communities-section .container p {
    font-size: 18px;
  }
}


@media screen and (max-width: 992px) {
  header.header.fixed, header.header {
    position: relative;
  }
  #welcome-section, #my-custom-listing .grid-custom-listing, #testimonial-home-section .container-custom, #custom-footer-area .container-custom {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-search-area {
    grid-template-columns: repeat(2, 1fr);
  }
  #testimonial-home-section .container-custom {
    grid-gap: 20px;
  }
  #home-contact-form {
    max-width: 550px;
    margin: auto;
    width: 100%;
    text-align: center;
  }
  #home-contact-form .custom-widget-title {
    text-align: center;
  }
  #home-contact-form button.submit {
    margin: auto;
  }
  .grid-custom-listing .new-custom-img {
    width: 100%;
  }
  #instagram-placeholder {
    text-align: center;
  }
body.home .site-banner .site-banner-inner img {height: 100vh; object-fit: cover;}
}

@media screen and (max-width: 767px) {
  .contact-info.header-meta.col-xs-12.pull-right ._info_list.header-contact-info  {
    display: none;
  }
header .-var3 #main-navbar .navbar-collapse {
  background: #333;
}
.grid-search-area {
  grid-template-columns: repeat(1, 1fr);
}
.navbar-static-top {
 z-index: initial;
}
}


#market-report-section iframe {
  height: 320px !important;

}


.slick-market-update  .slick-prev {
  left: -30px;
  z-index: 99999;
  top: 43%;
}
.slick-market-update  .slick-next {
  z-index: 9999;
  right: -30px;
  top: 43%;
}
.slick-market-update {
  max-width: calc(100% - 80px);
  margin: auto;
}

.grid-search-area > div a .area-img {
  transition: all 0.5s ease;
}
.grid-search-area > div a:hover .area-img {
  transform: scale(1.2);
}

#testimonials .testimonial-item-container {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
#testimonials .testimonial-item-container h4 {
  color: var(--primary-color);
}

/*jx - afc property page*/
.has_afc #grid .preview-thumb{
  position:initial;
  padding:0;
}
.has_afc #grid .description,
.has_afc #grid .listing_provided_by span,
.has_afc #grid .board_logo,
.afc-listings #grid .summary .info li .list-divider{
  display:none
}
.afc-listings #grid .summary .listing_provided_by{
  margin-top:0;
  text-align:left;
  padding:0 15px 15px 15px;
   background:#041A3A;
  color:#B18525;
}
.afc-listings #grid .preview-thumb p.al a{
  font-size:12px!important;
  color:#fff;
  background:#B18525;
  text-align:left;
}
.afc-listings #grid .preview-thumb .price{
  font-size:2.5em;
  text-align:left;
  background:#041A3A;
  color:#fff;
  padding-bottom:0;
  padding-top:10px;
}
.afc-listings #grid .summary .info{
    background:#041A3A;
      text-align: left;
  border:0;
}
.afc-listings #grid .summary .info li{
  padding:0 3px;
}
.afc-listings ._content-count,
.afc-listings ._content-pagination{
  display:block;
  float:none;
}
.afc-listings .pagination li.active a{
  background-color:#041A3A;
    border-color:#041A3A;
    color: var(--white);
}
.afc-listings .pagination li a{
  color:#041A3A;
}
.afc-listings form > select{
  border:1px solid #041A3A!important;
  color:#fff;
  background:#041A3A;
  border-radius:3px;
  width: auto;
  float:right;
}
.afc-listings p.al{
margin-top:0;
}
@media (min-width:768px){
  .row.afc-top-nav{
    display: flex;
    align-items: center;
  }
}

@media (max-width:768px){
   .afc-listings form > select{
    float:none;
  }
  .property_detail .alisting-detail .carousel-inner img{
    height:100%!important;
  }
}

/*jx property details*/
.property_detail .listing-detail-wrap .row{
  margin:0;
      background: #eee;
}

.property_detail .listing-image-wrap div.col-md-8,
.property_detail .listing-image-wrap div.col-md-4{
  width:100%;
}
.property_detail .alisting-detail .property-detail-links .right-sidebar-details{
  display:none;
}
.property_detail .alisting-detail .carousel-inner img{
  height:80vh;
}
#navigation,
.property-detail-tab{
  margin:0;
}
.property_detail .alisting-detail .property-detail-links .nav-tabs li{
  display:inline-block;
  width:initial;
}
.property_detail .alisting-detail .property-detail-links .nav-tabs li a{
  font-size:12px;
  color:#fff;
  padding:20px;
border-radius:0;
}
.property_detail .alisting-detail .property-detail-links .nav-tabs li a:hover{
      background: var(--primary-color);

}
.property_detail .alisting-detail .property-detail-links{
 padding:0;
  background:#091D34;
}
.property_detail .alisting-detail .property-detail-links .nav-tabs{
  padding: 0;
  margin-top:0;
}
.property_detail .property-detail-tab .nav-tabs li a{
  font-size:14px;
  font-weight:400;
}

.listing-detail-wrap .col-md-8{
  background:#7c7c7c;
}

.property-detail p,
.property-detail h3{
  color:#fff;
}
.property_detail .alisting-detail div p.lead{
  font-size:18px;
}
.wrapper-disclaimer{
  margin-top:70px;
}
.wrapper-disclaimer h3{
  font-size:16px;
  font-weight:700;
}
.wrapper-disclaimer p{
  font-size:12px;
  line-height:20px;
}
p.mls-logos img{
  max-width:100%;
  height:50px;;
}

.property_detail .alisting-detail .listing-detail-wrap .property-detail-list h2{
  font-size: 3em;
}
.property_detail .alisting-detail .listing-detail-wrap .property-detail-list .col-xs-6{
  border:0;
}
.property_detail .alisting-detail .pd-label{
  font-size:14px!important;
}
.property_detail .alisting-detail .pd-value{
  font-size:16px!important;
}
.property_detail .alisting-detail div{
    min-height: 35px;
    line-height: 15px;
}

.property_detail #navigation li.next a,
.property_detail #navigation li.prev a{
 background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
}
.property_detail .row#navigation{
margin:20px -15px;
}
.property_detail #navigation li.prev a:hover{
  background: #091D34;
}
#navigation.navigation_top{
  width: 100%;
      float: none!important;
} 
.property_detail #navigation li.prev{
  float:left;
}
.property_detail #navigation li.next{
  float:right;
}

#business_card{
  margin-left:-15px;
  margin-right:-15px;
  background:0 0;
}
#business_card #agent_one li{
  color:#000;
  font-size:14px;
} 
.property-detail .property-address{
  font-size:18px;
  margin-top:30px;
  color:#fff;
}
.property_detail  .module-content{
  margin-bottom:150px;
}
.property_detail .alisting-detail .listing-detail-wrap .property-detail .wrapper-description h3{
  padding-top:0px;
}
#agent_one div{
  margin:0;
}
.property_detail .alisting-detail{
  padding:0 15px;
}

@media (min-width:991px){
  .listing-detail-wrap .col-md-8{
    float:right;
  }
  .listing-detail-wrap .col-md-4 {
    float: left;
}
}

@media (max-width:991px){
  .property_detail .listing-detail-wrap > .row{
        display: flex;
    flex-direction: column-reverse;
  }
  .listing-detail-wrap .col-md-8{
    padding:0 15px!important;
  }
}

@media (max-width:768px){
  .agent-prep{
    margin-left:33%!important;
    margin-top:20px!important;
  }
}

/*----list properties----- */
.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .al a{
  color:#091D34;
    font-size:24px;
  font-weight:500;
}
.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .info{
  background:0 0;
}
.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .info li{
display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
  background: transparent;
    border-radius: 0px;
    margin: 0 2px 4px 0;
    padding: 5px 10px;
    border: 1px solid var(--primary-color);
  font-weight:500;
}
.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .info{
  padding-left:0;
}
.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .price{
   color:#091D34;
  font-weight:500;
  margin-top:0;
  margin-bottom:10px;
}
#listing_group .multiple-listing-view a{
  color: var(--primary-color);
  font-weight:500;
}
.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .description .listing_provided_by{
  margin-top:20px;
  display:block;
  font-weight:500;
}
#list hr{
    border-top: 1px solid #d1d1d1;
}
#listing_tab{
  visibility:hidden;
}
.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .description{
  font-weight:500;
}
.listing_group-wrapper .multiple-listing-view {
    margin-top: 120px;
    margin-bottom: 120px;
}
.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .description .inner_description strong{
  color:#091D34;
}

/*jx- contact page*/
@media (min-width:991px){.contact #widgetitem-57 .row{
  display:flex;
  align-items: center;
}
  .contact-info {
    padding-left: 40px;
}
  .contact.Name,
.contact.Email{
  width:50%!important;
}  
}

@media (max-width:991px){
   .contact-info {
  margin-top: 40px;
}
}

.contact .lead-form label{
  position:relative;
}
.contact .lead-form .form-control, .contact .lead-form textarea{
  padding-left:15px;
}
#widgetitem-58 .col-lg-12{
  padding:0;
}
#widgetitem-58  .submit{
background: var(--primary-color);
    text-shadow: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    width: 160px;
    height: 45px;
}
#widgetitem-58{
  margin-bottom: 120px;
}

.contact-info{
  padding-left:40px;
}
.contact #widgetitem-57 .row{
  margin:0;
}
body.has_afc .listing-image-wrap .col-md-4._info-wrap {
  display: none;
}
.has_afc ._img-wrap {
  float: none;
  width: 100%;
}
.has_afc .listing-detail-wrap .row {
  padding: 0;
  margin: 0;
}
.has_afc .pagination>li:last-child>a,.has_afc .pagination>li:last-child>span {
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
}
.has_afc #navigation.navigation_top {
  margin-bottom: 40px;
}
.has_afc .property-detail-tab {
  background: #091D34;
}
.has_afc .property-detail-tab .nav-tabs li a {
font-size: 12px;
    color: #fff;
    padding: 20px;
    border-radius: 0;
}
.has_afc ._detail-right .property-detail-list h2 {
  font-size: 3em;
  margin-bottom: 40px;
}
.has_afc ._detail-right .property-detail-list .col-xs-6 {
  font-size: 16px;
  border: 0;
}
.has_afc ._detail-right .property-detail-list .col-xs-6.d-label {
  font-size: 14px;
}
.has_afc ._detail-left #details {
  color: #fff;
  background: #7c7c7c;
  padding: 10px 35px;
}
.new-afc-address {
  font-size: 18px;
  margin: 20px 0;
}

body:not(.home) #custom-footer-area #home-contact-form {
  display: none;
}
body:not(.home) #custom-footer-area .container-custom {
  grid-template-columns: repeat(1,1fr);
}

.property_detail .alisting-detail .property-detail-links .nav-tabs li:nth-child(2) {
    display: none;
}
#my-custom-listing .grid-custom-listing {
  display: block;
  max-width: 1170px;
  margin: auto;
}
.pull-left2 {
  left: 0 !important;
}
.pull-right2 {
  right: 0 !important; 
}
.grid-custom-listing .new-custom-img {
  width: 100%; 
}

#home-contact-form .lead-form{
  display: none;
}
#mc_embed_signup_scroll h2 {
  display: none;
}
#mc_embed_signup .mc-field-group input {
  border-radius: 0;
  height: 40px;
  margin-bottom: 15px;  
}
#mc_embed_signup .button {
  background: var(--primary-color);
  text-shadow: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 160px;
  height: 45px;  
}
#mc_embed_signup {
  background: 0;
  width: initial;
}
#mc_embed_signup form {
  margin: 0;
}
#mc_embed_signup .mc-field-group label {
  display: none;
}

.banner{
  background:0 0;
}

/*jx - mortgage calculator*/
.rh-calc-head .go,
#payment-calc .calc-tip-middle,
#payment-calc .calc-tip-top,
#payment-calc .calc-tip-bottom,
.ratehub-calc .go:active, .ratehub-calc .get-details:active,
.ratehub-calc .rh-calc-main .total-mortgage-payment td .get-details
{
      background: #081B31!important;
}
#payment-calc .rh-calc-main .rate-selector,
#widgetitem-61 h2{
  color:#081B31!important;
}
.rh .popover .popover-title{
  background-color:#081B3!important1;
}
#payment-calc .calc-tip-nib{
  display:none!important;
}

/*jx - search widget*/
#form_search_board_listings_1 .dropdown-menu>li>a{
  color:#fff;
}
#form_search_board_listings_1 .dropdown-menu>li>a:hover, #form_search_board_listings_1 .dropdown-menu>li>a:focus{
      background-color: transparent!important;   background:transparent!important;
}

[data-widget-type=search_board_listings] {
    background:#041A3A;
}
[data-widget-type=search_board_listings] .side_content .lstngs-sel .submit-btn{
  background:var(--primary-color);
}

/*jx - market stat */
.market-report-wrap {
    padding: 0px 0px 0px 30px;
    max-width: 830px;
    width: auto;
  margin:0 auto 100px;
}
.market-report-wrap h2{
  font-weight:500;
}
.market-report-wrap .dropdown-wrapper {
    width: 100%;
    background-color: #f5f6f7;
    padding: 20px 30px;
    text-align: center;
    margin: 40px 0px 0px 0px;
}
.market-report-wrap .dropdown-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    float: left;
}
.market-report-wrap .dropdown {
    text-align: left;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0px 0px 0px 10px;
}
.market-report-wrap .dropdown:first-child {
    margin-left: 0px;
}
.market-report-wrap .dropdown label {
    display: block;
}
.market-report-wrap .select-wrapper-short {
    position: relative;
    width: auto;
}
.market-report-wrap #btnMarketReport{
    width: 150px;
  margin-top: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    border: none;
    margin: 20px auto;
    clear: both;
    -webkit-transition: none;
    transition: none;
    font-weight: 700;
    color: #ffffff;
    width: auto;
    padding: 0px 25px;
    white-space: normal;
    height: auto;
}

@media (max-width:768px){
  .market-report-wrap .dropdown-row{
    flex-direction: column;
    width:100%;
  }
 .market-report-wrap .dropdown{
    margin:10px 0;
  }
}

/*jx- area search*/
.area-search #grid .preview-thumb{
  position:initial;
  padding:0;
}
.afc-listings #grid .summary .description{
  color:#272728;
  margin-top:0;
}
.afc-listings #grid .summary .listing_provided_by{
  background:#fff;
   color:#272728;
}
.afc-listings #grid .summary .listing_provided_by span{
  font-weight:700;
}
.afc-listings #grid .preview-thumb p.al a:hover{
  background: #B18525;
  opacity:0.8;
}


.area-search .property-detail-tab{
  background: #484849;
}
.area-search .property-detail-tab li a:hover {
    background: #002349;
    color: #fff;
  border:0;
}
#gmls_tab.nav{
  border:0;
}
.area-search .property-detail-tab li.active a {
    background: #002349;
    color: #fff;
}
.area-search .property-detail-tab li a {
    border: 0;
    margin: 0;
    border-radius: 0;
    color: #fff;
  font-size:14px;
}
.alisting-detail>div>div{
  padding:0;
}
._detail-left .property-value {
    font-size: 30px;
  margin-top:20px;
    font-weight: 500;
    text-shadow: none;
  color:#fff;
  margin-bottom:20px
}
.property-details-links,
._detail-left .tab-content{
    padding-left: 30px;
    padding-right: 30px;
}
._detail-left .tab-content{
  margin-top:30px;
}
._detail-left .property-address {
    font-size: 18px;
    font-weight: 300;
  color:#fff;
  font-weight:500;
 margin-bottom:20px;
}
._detail-right .property-detail-list{
    background: #eee;
    padding: 30px;
}
._detail-right .property-detail-list div {
    min-height: 35px;
    line-height: 25px;
}
.listing-detail-wrap{
    background: #eee;
    float: left;
    width: 100%;
}
.property-detail-list .col-xs-6 {
    font-size: 18px;;
    margin-top: 10px;
}
._detail-left .tab-content #details h2,
._detail-left .tab-content #details h3,
._detail-left .tab-content #details p{
  color:#fff;
}
.col-md-8._img-wrap{
  width:100%;
}
._img-wrap #listingDetailSlider img{
  height:80vh;
  object-fit:cover;
  width:100%;
}
._detail-left #contact,
._detail-left #email-this-property{
  color:#fff;
}
._detail-left #contact h3 strong{
    font-weight:400;
}
._detail-left #contact .submit{
  text-shadow:none;
      background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
  font-size:14px;
}
.area-search .listing-detail-wrap{
  margin-top:-1px;
}
.after-module [data-widget-type="search_board_listings"]{
  display:none;
}
.after-footer [data-widget-type=search_board_listings] .-search-board-wrap{
  display:none;
}

/*jx - banner text*/

@media (min-width:1200px){
body:not(.home) #static-banner {
    overflow: hidden;
    margin-top: 50px;
}
#static-banner .inner-page-title h1{
  margin-top:20px!important;
}
}

@media only screen and (max-width: 1200px) and (min-width: 991px){
body:not(.home) #static-banner {
    overflow: hidden;
    margin-top: 100px;
}
#static-banner .inner-page-title h1{
  margin-top:20px!important;
} 
}

.listing_group-wrapper .multiple-listing-view .tab-content #list .summary .al a{
      line-height: 30px;
}
