Global - GSM
09/25/2024 10:08 PM/* 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
09/25/2024 10:00 PM/*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
09/25/2024 9:55 PM/*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
09/25/2024 9:47 PMdiv.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
09/25/2024 9:11 PM@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
09/25/2024 9:07 PM/*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;
Agent Details - CTA Block
09/25/2024 4:34 AM/*Start - Fix P margin*/
p{
margin: 0;
}
/*End*/Portfolio - Past Transaction(MLS Grid)
09/25/2024 4:21 AM/*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
09/25/2024 4:01 AM.lp-title-group {
max-width: 1260px;
}Instant Home Valuation - CTA Block
09/25/2024 3:55 AM/*Start - Fix P margin*/
p{
margin: 0;
}
/*End*/Instant Home Valuation - home val
09/25/2024 3:53 AM/*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 - CTA Block
09/25/2024 3:42 AM/*Start - Fix P margin*/
p{
margin: 0;
}
/*End*/Neighborhoods - Schools
09/25/2024 3:38 AM/*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
09/25/2024 2:34 AM/*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
09/25/2024 2:09 AM/* 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
09/25/2024 2:02 AM/*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;
}