Producer

Global

// Start - Jeff Launch WB
/* FIX overlapping ADA and FUB widget */
body > div.mobile-contact-wrapper .mobile-contact.with-search div.buttons-holder {
  bottom: 150px;
}

@media only screen and (max-width: 768px) {
  iframe[name='widgetCta'] {
    bottom: 55px !important;
    right: 15px !important;
  }
}

iframe[name="widgetCta"] {
  bottom: 70px !important;
  right: 15px !important;
}
/* END */

body>div.mobile-contact-wrapper .connect-btn {
    border: 2px solid #a6a6a6 !important;
}

body>div.mobile-contact-wrapper {
  z-index: 9999!important;
  .mobile-contact {
    z-index: 9999!important;
  }
}

/*Make the button to have consistent padding*/
.lp-btn, .redesign .lp-btn, .redesign .btn {
  padding: 20px 46px;
}
.lp-btn, .redesign .lp-btn,.redesign .btn{
 text-overflow: initial ;
}
#modal-global-contact-us .contact-form .section-message form .submitButton {
  padding: 14px 20px;
}
/*End*/


/*START mobile contact + mortgage calculator fix - WBNAME*/
#global-mobile-contact .mobile-contact{
    z-index: 9999;
}
/*END*/

input[type="checkbox"][name="termsAccepted"] {
    cursor: pointer !important;
}

@media (max-width: 1024px) {
    div.calendar__item {
    margin-bottom: 10px !important;
}
}

html body .uwy:not(.uon) {
    z-index: 99999 !important;
}

body>div.sidemenu .sidebar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

// End - Jeff Launch WB
Mortgage Calculator Mobile

@media (max-width: 768px) {
    .legend__val {
    font-size: 12px !important;
}
    .lp-container .lp-link {
    font-size: 12px !important;
}
}
Home Valuation Loader

/* start - loading bar color - launch wb name */
.search-wrapper.js-address-search .loader .line {
    background-color: #696666!important;
}
/* end - loading bar color */

.loader {
    bottom: -40px !important;
}
Home Valuation Grid

@media only screen and (max-width: 820px) {
  .text-grid ul.scenes li.scene:nth-child(3) {
    padding-top: 0 !important;
  }
  .text-grid .scenes {
    gap: 10px;
  }
}
Schedule A Showing

div.redesign div.custom-select button.custom-select-toggle.is-placeholder {
    text-transform: capitalize;
}

.schedule-reset {
    text-transform: capitalize;
}
.schedule .custom-select-menu {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
Home Valuation Modal

.hv-modal__how-calc {
    text-transform: uppercase;
}

@media (max-width: 568px) {
    .hv-modal__how-calc {
    padding-bottom: 50px;
    font-size: 14px !important;
}
}

.hv-modal__back.text-neutral.js-close-form {
    text-transform: uppercase;
}

.lp-link.lp-link--dark {
    &:hover {
        color: #a7674c !important;
    }
    
    &:after {
    background-color: #a7674c !important;
}
}

.lp-h5.hv-popup__title, .lp-h5.text-neutral.mb-2 {
    text-transform: uppercase;
}
ND MLS Grid Shadow

.filters__grid div.custom-select-content {
    box-shadow: 0 5px 10px rgba(134, 173, 202, 0.2);
}
@media (max-width: 560px) {
    .filters__wrapper[aria-expanded="true"] {
    padding-bottom: 100px !important;
}
}

.custom-select-item.is-selected {
  background-color: #79a6a6 !important;
  color: #fff !important;
}
Prevent Scroll Header Nav

#global-navbar {
  transform: translateY(0) scaleY(1) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
Neighborhood Details Tags

@media (max-width: 560px) {
    .poi-table__filters {
    flex-direction: column !important;
    text-align: center !important;
    }
}

@media (max-width: 560px) {
    .nav-tab {
        flex-direction: column !important;
        text-align: center  !important;
    }
}
@media (max-width: 560px) {
    .type-list {
        flex-direction: column !important;
        text-align: center !important;
    }
}