﻿

.aside-box .ab-buttons--x2 .ab-buttons__btn--sml { padding: 8px 12px; font-size: 16px; line-height: 1.15em; }

.btn.disabled { cursor: default; }
.btn.disabled:active:before,
.btn.disabled:focus:before,
.btn.disabled:hover:before { content: none; } 

@media screen and (min-width: 1025px) {
    .property-keyInfo--top .aside-box { background: #EDEAE4; }
    .property-keyInfo--top .ab-inner { background: #fff; }
}


.cta--cards .card-item a { position: relative; }


/* NEST with: .poperty-visuals .pc-extraInfo, .property-card .pc-extraInfo */
.card-tag { position: absolute; float: none; width: auto; top: 20px; left: -10px; padding: 6px 12px; background: #f08e00; color: #fff;
    font-weight: 600; font-size: 15px; font-family: "gilroy-semibold"; }



.pc-slide.lslide { opacity: 1; }


/* = Property map
----------------------------------------------------------------------------------------------------------------- */
.prop-map { position: relative; height: calc(100vh - 180px); min-height: 450px; width: 100%; max-width: 100%; border: 1px solid #daddde; background: #daddde url(../gif/loader_2.gif) center no-repeat; }
.prop-map-wrap { width: 100%; height: 100%; }
.prop-map-loadingpane { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #daddde url(../gif/loader_2.gif) center no-repeat; z-index: 2; }    
.prop-map-loadingpane--side { display: none; background-color: rgba(255, 255, 255, .4); }
#fullpropertymap { width: 100%; height: 100%; }

a.card-property_close { display: none; }
a.card-property_close,
a.card-property_close:hover,
a.card-property_close:focus { position: absolute; top: 0; right: 0; background: #f1f1f1; color: #fff; padding: 10px 11px 12px 12px; cursor: pointer; z-index: 2; }

.map-popover { position: fixed; left: 0; bottom: 0; right: 0; max-height: 100%; max-width: 1200px; margin: 0 auto; background: #fff;
               transform: translateY(calc(+100% + 50px)); overflow-y: auto; transition: transform .3s ease-out; }
.map-popover.on { transform: translateX(0); }

.map-popover-lens { position: fixed; top: 0; left: 0; width: 0; height: 0; background: rgba(255,255,255,.8); opacity: 0; transition: opacity .3s ease-out; }
body.has-map-popover .map-popover-lens { width: 100%; height: 100%; opacity: 1; }

.map-popover-lens { z-index: 9; }
.map-popover { z-index: 10; }
.map-popover.on { box-shadow: 0px 20px 40px rgb(0 0 0 / 20%) }
.map-popover .property-card { margin: 0; overflow-y: auto; }
.map-popover a.card-property_close { display: block; }


/* */
.results-view-toggle { margin: -10px 0 30px; display: flex; justify-content: center; gap: 10px; }
.results-view-toggle img { margin: 0 10px 0 0; width: 20px; height: 20px; vertical-align: 0; }
.results-view-toggle .btn { font-family: 'gilroy-regular'; font-weight: 400; }
.results-view-toggle .btn svg { display: inline-block; margin: 0 5px 0 0; height: 20px; vertical-align: -4px; fill: #fff; }
.results-view-toggle .btn--map svg { height: 21px; }
.results-view-toggle .btn:not(.on) { background: #fff; color: #00263A; }
.results-view-toggle .btn:not(.on) svg { fill: #00263A; }
        
.results-view-toggle .btn:before { background: #4d6876; }
.results-view-toggle .btn:not(.on):before { background: #f2f2f2; }

@media screen and (min-width: 900px) {
    .results-view-toggle { justify-content: left; }
}
@media screen and (min-width: 1180px) {
    .results-view-toggle { position: absolute; top: 63px; left: 50%; transform: translateX(-50%); }
}

@media screen and (max-width: 329px) {
    .results-view-toggle .btn svg { display: none; }
}


/* */
.prop-map-outer.is-loading { position: relative; }
.prop-map-outer.is-loading:before { content: ''; position: absolute; top: -10px; left: 0; right: 0; bottom: 0; background: rgba(237, 234, 228, .5); z-index: 10; }


/* */
.propertyListResults.loading-pane:after { left: -10px; }
.propertyListResults.loading-pane .property-card { box-shadow: none; }


/* Find all propertyListResults + .paging */
.propertyList + .pagingWrap,
.propertyListResults + .pagingWrap {
    margin: 50px 0 0;
}