Emily Kroll

 avatarBnnthpnzln
Public2 years ago17 snippets
Global-GSM.css
Homepage-Featured-Team.css
Global-Floating-Button.css
Newsletter-Sign-Up-Modal.css
Homepage-Home-Valuation.css
Homepage-MLS-Properties-Slider.css
Agent-Details-CTA-Block.css
Portfolio-Past-Transaction(MLS-Grid).css
Portfolio.css
Instant-Home-Valuation-timeline.css
Instant-Home-Valuation-CTA-Block.css
Instant-Home-Valuation-home-val.css
Neighborhoods-CTA-Block.css
Neighborhoods-Schools.css
Global-Contact-Form.css
Global-Header-Nav-Theming.css
Global-Footer.css

Global - GSM

2 years ago
Fix padding
Global-GSM.css
/* Start Fix Padding WB Benneth */
div.gallery-component{
        padding-top: 96px;
        padding-bottom: 46px;
    @media (max-width: 768px) {
        padding-top: 64px;
        padding-bottom: 44px;
    }
}
/* End */
Fix slick arrow
Homepage-Featured-Team.css
/*START - Featured Team - slick arrow fix*/
.lp-arrow.lp-arrow--next, .lp-arrow.lp-arrow--prev {
    border: 2px solid #000;
    background-color: transparent;
    &:before{
        border-color: #000;
    }
    &:hover{
        border: 2px solid #000;
        background-color: #000;
Fix Button Theming
Global-Floating-Button.css
/*START - mobile contact button - Floating*/
body>div.mobile-contact-wrapper{
   
    .lp-btn{
        border: 2px solid #000!important;
        background-color: transparent!important;
        color: #000!important;
        &:hover{
            border: 2px solid #000!important;
            background-color: #000!important;
Fix input fields
Newsletter-Sign-Up-Modal.css
div.newsletter-signup__form-container{
    h2, .lp-text--subtitle, span.lp-tcr-message{
     color: #fff;
        
    }
    .newsletter-signup__form-item.lp-input{
        color: #fff;
    }
}

Fix mobile view, button, and loader
Homepage-Home-Valuation.css
@media only screen and (max-width: 768px) {
    .home-valuation .opening-wrapper {
        min-height: 0 !important;
    }
}

div.home-valuation.home-valuation--fullbleed div.background img {
    filter: brightness(.75);
}

Fix slick arrow
Homepage-MLS-Properties-Slider.css
/*START - MLS Properties Slider - slick arrow fix*/
.lp-arrow.lp-arrow--next, .lp-arrow.lp-arrow--prev {
    border: 2px solid #000;
    background-color: transparent;
    &:before{
        border-color: #000;
    }
    &:hover{
        border: 2px solid #000;
        background-color: #000;
fix P margin
Agent-Details-CTA-Block.css
/*Start - Fix P margin*/
p{
    margin: 0;
}
/*End*/
Fix padding
Portfolio-Past-Transaction(MLS-Grid).css
/*START - fix paddings */
div.lp-vertical-paddings {
    padding-top: 66px;
    padding-bottom: 66px;
        @media (max-width: 1024px){
            padding-bottom: 34px;
            padding-top: 34px;
        }
}
/* END */

Portfolio

2 years ago
Fix P margin
Portfolio.css
/*Start - Fix P margin*/
p{
    margin: 0;
}
/*End*/
fix title one line
Instant-Home-Valuation-timeline.css
.lp-title-group {
    max-width: 1260px;
}
Fix P margin
Instant-Home-Valuation-CTA-Block.css
/*Start - Fix P margin*/
p{
    margin: 0;
}
/*End*/
Fix mobile button, make loader visible
Instant-Home-Valuation-home-val.css
/*start fix btn on mobile*/
div.home-valuation{
    .search-wrapper{
    
        @media only screen and (max-width:768px){
            button.lp-btn{
                border-color: #000!important;
                background-color: #000!important;
                color: #fff!important;
                font-size:11px!important;
Fix P margin
Neighborhoods-CTA-Block.css
/*Start - Fix P margin*/
p{
    margin: 0;
}
/*End*/
Neighborhoods-Schools.css
/*START - unselected button border color*/
div.lp-container div.type-list div.type-list__item {
    border: 1px solid #000;
}
/*END - unselected button border color*/
Fix input fields and links
Global-Contact-Form.css
/*START - GLOBAL CONTACT FORM*/
/* START - contact overlay theme*/
#modal-global-contact-us {
    div.input-container{
    input.lp-input,textarea{
        &:-webkit-autofill{
            &:focus {
            color: #000;
            }
            -webkit-text-fill-color: #000;
Global-Header-Nav-Theming.css
/* START - header nav theme - WB Benneth*/
nav#global-navbar{
        /* START - default state - homepage header nav*/
    .header.theme-light{
        .header__hamburger{
            circle {
                fill: #fff;
            }
            svg rect{
                fill:#000!important;

Global - Footer

2 years ago
Global-Footer.css
/*START - footer link theme and underline - WB Benneth*/
footer#global-footer{
    a:not(.socials__item),.link,.footer-navigation__link{
        text-decoration: none;
        position: relative!important;
        color:#000!important;
        &:hover{
            color:#000!important;
            opacity:1!important;
        }