Global - GSM
2 years ago/* 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 */Homepage - Featured Team
2 years ago/*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;
Global - Floating Button
2 years ago/*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;
Newsletter Sign Up - Modal
2 years agodiv.newsletter-signup__form-container{
h2, .lp-text--subtitle, span.lp-tcr-message{
color: #fff;
}
.newsletter-signup__form-item.lp-input{
color: #fff;
}
}
Homepage - Home Valuation
2 years ago@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);
}
Homepage - MLS Properties Slider
2 years ago/*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;
Portfolio - Past Transaction(MLS Grid)
2 years ago/*START - fix paddings */
div.lp-vertical-paddings {
padding-top: 66px;
padding-bottom: 66px;
@media (max-width: 1024px){
padding-bottom: 34px;
padding-top: 34px;
}
}
/* END */Instant Home Valuation - timeline
2 years ago.lp-title-group {
max-width: 1260px;
}Instant Home Valuation - CTA Block
2 years ago/*Start - Fix P margin*/
p{
margin: 0;
}
/*End*/Instant Home Valuation - home val
2 years ago/*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;
Neighborhoods - Schools
2 years ago/*START - unselected button border color*/
div.lp-container div.type-list div.type-list__item {
border: 1px solid #000;
}
/*END - unselected button border color*/Global - Contact Form
2 years ago/*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
2 years ago/* 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/*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;
}