header.brx-sticky.scrolling .white-static {
    display: none !important;
}
header.brx-sticky:not(.scrolling) .black-scrolling {
    display: none !important;
}
header.brx-sticky.scrolling .black-scrolling {
    display: block !important;
}
.property-details {
    display: flex;
    flex-direction: column;
}
.property-overview-container-parent > h5 {
    padding-left: 15px;
    padding-bottom: 15px;
}
.property-details .property-image {
    background-size: cover !important;
}
.property-details .property-image {
    order: 1;
    margin-bottom: 0px !important;
}
.property-details .property-list-price {
    order: 2;
    position: absolute;
    color: #ffffff !important;
    top: 203px;
    padding-left: 10px !important;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 85%);
}
.property-details .property-address {
    order: 3;
}
.property-details .listing-agent-overview-data {
    order: 4;
    color: #999999;
    font-size: 0.9em;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}
.property-details .group-property-details {
    order: 5;
    padding-top:12px !important;
}
.property-overview-container .property-details {
    border: 2px solid #eeeeee;
}
.property-overview-container .property-details > div:not(.property-image) {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.property-overview-container .property-details {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.group-property-details {
    display: flex;
    flex-direction: row;
    border-top: 2px solid #eeeeee;
    flex: 1;
}
.group-property-details > div {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
}
.group-property-details > div .label {
    text-transform: capitalize;
    font-weight: bold;
}
.group-property-details > div .val {
    font-weight: 400;
    padding-top: 4px;
}
.image-listing-tag {
    background-color: #666666;
    color: #ffffff;
    z-index: 3;
}
.image-listing-tag.new-price {
    background-color: #29A9DF;
}
.image-listing-tag.new {
    background-color: #ba7712;
}
.image-listing-tag.open-house {
    background-color: #3CAE2C;
}
.image-listing-tag.undercontract {
    background-color: #666666;
}
.image-listing-tag.pending {
    color: #D81F23;
}
/** Description + contact form on details **/
.property-details-details-section.property-details {
    display: flex;
    flex-direction: row;
}
.property-details-details-section.property-details .property-details > div {
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
    /*color: #666666;*/
}
.property-details-details-section.property-details .property-details > div > div {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-transform: capitalize;
    padding-right: 30px;
}
.property-details-details-section.property-details .property-details .label {
    font-size: 0.9em;
    font-weight:bold;
    color: #333333;
}
.property-details-details-section.property-details .realestate-description-section {
    padding-right: 70px;
}
.property-details-page-top {
    flex-direction: row;
    align-items: center;
}
.property-details-page-top > div {
    width: 50%;
}
.property-details-page-top h4 {
    padding: 0px;
}
.property-details-details-section .property-address h3 {
    /*padding-bottom: 30px !important;*/
    font-size: 1.2em !important;
    padding-top: 5px !important;
}
.property-details-details-section .property-description {
    padding-top: 30px !important;
}
.property-address .unparsed-address {
    font-size: 1.1em;
    font-weight: bold;
}
.property-address .city-state {
    text-transform: uppercase;
}
.listing-agent-property-details-data {
    padding-top: 10px;
}
.group-property-details > div > span {
    display: block;
}
.group-property-details > div.full {
    width: 100%;
}
.group-property-details > div.half {
    width: 50%;
}
.group-property-details > div.third {
    width: 33%;
}
.group-property-details > div.fourth {
    width: 25%;
}
.group-property-details > div .label {
    color: #999999;
}
.group-property-details > div .val {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 14px;
}

.property-details-page-container,
.page-property-details header.sticky:not(.scrolling) {
    width: 100% !important;
    max-width: 1600px !important;
    margin-left: auto;
    margin-right: auto;
}
/*.property-details-page-container {*/
/*    */
/*}*/
#menu-header ul.sub-menu {
    background-color: white;
    color: #000000;
    padding: 30px 20px;
    border: 1px solid rgba(0,0,0,0.2);
}
#menu-header ul.sub-menu .menu-item {
    line-height: 40px;
}
#menu-header ul.sub-menu .menu-item a:hover {
    color: rgba(0,0,0,0.5);
}
.page-property-details header.sticky:not(.scrolling) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 85%);
}
.property-details-summary > div {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.property-details-summary > div {
    width: 50%;
}
.property-details-summary > div > div {
    display: flex;
    flex-direction: column-reverse;
    text-transform: uppercase;
    align-items: center;
    padding-right: 40px;
}
.property-details-summary > div > div:last-of-type {
    padding-right: 0px;
}
.property-details-summary > div .label {
    font-weight: bold;
    font-size: 0.9em;
    color: #666666;
}
.property-details-full-width-header .property-details-image-section {
    position: relative;
}
.property-details-full-width-header > div:not(.property-details-image-section) {
    width: 80% !important;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.property-overview-container .property-image {
    border-radius: 0px !important;
}
.property-overview-container {
    justify-content: center;
}
.property-overview-container .property-details {
    margin-top: 40px !important;
    border: 2px solid #eeeeee
}
.property-overview-container .property-details.col-sm-3 {
    max-width: 378px !important;
}
.property-overview-container .property-details,
.realestate-columns .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
}
.property-details-details-section.property-details h3 {
    padding-bottom: 5px !important;
}
#page-container #realtor-tiny-slider .active-thumbnail:before, #realtor-tiny-slider .active-thumbnail:before {
    width: calc(100% - 10px) !important;
    height: 110px !important;
}
@media (max-width: 401px) {
    header > section > div {
        max-width: 50% !important;
    }
    header .bricks-mobile-menu-toggle {
        color: #ffffff;
    }
    .property-details-page-top {
        flex-direction: column;
    }
    .property-details-page-top > div {
        width: 100% !important;
    }
}

/* Reusable overlay effect to hover over a section > container and have the overlay grow on the container */
.overlay-hover {
    position: relative;
    overflow: hidden;
    isolation: isolate; /* ensures overlay stays under children */
}

/* All direct children stay above the overlay */
.overlay-hover > * {
    position: relative;
    z-index: 1;
}

#realestate-contact-container {
    max-width: 450px;
}
.price-text-override {
    padding-bottom: 0px;
    color: #670038;
}