.ip-banner{
    display:none;
}
#main-contact{
    display:none;
}
#inner-page-wrapper {
    margin-bottom: 0px;
}
#inner-page-wrapper .container {
    width: 100%;
    padding: 0px;
}

.custom-ip-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.custom-ip-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
    z-index: 2;
}
.custom-ip-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.hashtagrealtygroup.com/wp-content/uploads/2026/07/accent-ip-banner.png');
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 3;
}
.custom-ip-banner{
    position: relative;
    font-size: 0;
}
.custom-ip-banner canvas{
    width: 100%;
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
}
.custom-ip-banner #breadcrumbs{
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    color: #fff;
    font-size: clamp(11px,0.88vw,14px);
    letter-spacing: 0.1em;
    z-index: 10;
    padding: 10px clamp(100px,14.38vw,200px);
    background-color: #26354d85;
    color: #b2b2b2;
    text-transform: uppercase;
}
.breadcrumb_last{
    color: #fff;
    z-index: 10;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1560px) {

}


@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {
    
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .opt-in {
        max-width: 250px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .custom-ip-banner #breadcrumbs{
        padding: 10px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}