/*
 Theme Name:   YOOtheme Child
 Template:     yootheme
 Version:      1.0.0
*/


@import url("../yootheme/style.css");

.tm-header {
    background-color: #00000070;
    backdrop-filter: blur(3px);
}

.uk-navbar-nav>li>a {
    color: #000000;
}

.uk-navbar-nav>li>a:hover {
    color: #999999;
}

#custom_html-2 {
color: #efefef;
}

.uk-icon-link {
    color: #d6d6d6;
}

.uk-icon-link:hover {
    color: #cccccc;
}

.uk-container {
    padding-left: 0px;
    padding-right: 0px;
}


/* Property Listing Slideshow Popup Window */
button.mfp-close, .es-mfp-arrow-left, .es-mfp-arrow-right {background-color:#d4e4f9 !important;}

.es-mfg-close-ico, .es-icon_chevron-left, .es-icon_chevron-right {color:#1a3a65 !important;}

button.mfp-close:hover, .es-mfp-arrow-left:hover, .es-mfp-arrow-right:hover {background-color:#1a3a65 !important; color:#fff !important}

button.mfp-close:hover .es-mfg-close-ico, .es-mfp-arrow-left:hover .es-icon_chevron-left, .es-mfp-arrow-right:hover .es-icon_chevron-right {color:#fff !important}

/* Agency Page Styles */
.postid-1149351 .es-entity__single-block, .postid-1149351 .es-entity_section--contacts, .postid-1149351 .es-entity_section--listings {display:none;}


/* --- HIDE REQUEST FORM FOR NON BROKERAGE PROPERTIES --- */
body:not(.office-8482) .es-single__header-right a, body:not(.office-8482) .es-property_section--request_form{display:none !important;}

/* --- PROPERTY BADGES --- */
.es-properties__list .type-properties.es_status-closed, .es-properties__list .type-properties.es_status-pending, .es-properties__list .type-properties.es_status-active-contingent{position:relative;}
.es-properties__list .type-properties.es_status-closed:before{content:"Sold"; display:block; position:absolute; left:0; top:0; background:#d70000; padding:5px; color:#FFF; font-weight:700; text-transform:uppercase; z-index:1}
.es-properties__list .type-properties.es_status-pending:before{content:"Pending"; display:block; position:absolute; left:0; top:0; background:#05c532; padding:5px; color:#FFF; font-weight:700; text-transform:uppercase; z-index:1}
.es-properties__list .type-properties.es_status-active-contingent:before{content:"Active Contingent"; display:block; position:absolute; left:0; top:0; background:#e3c600; padding:5px; color:#FFF; font-weight:700; text-transform:uppercase; z-index:1}