/**** TOM ****/
nav[aria-label="breadcrumb"] {
    margin-top: 10px;
}
/* prevent layout shift */
@media only screen and (max-width: 1199px) {
nav[aria-label="breadcrumb"] {
    display:none !important;
}
/* Cover Image Size */
.header-gallery-carousel .item {
    height: 350px !important;
}
/* Cover Section Size */
.featured-section.featured-section-gallery {
    height: 350px !important;
}
    
div.logo, .static-logo img { 
    height: 24px !important; 
    }   
}
@media only screen and (min-width: 1200px) {
    div.logo, .static-logo img { 
    height: 28px !important; 
    padding-left:10px !important;
    padding-right:50px !important;
    }  
}
/* Preview Card Title - prevent going on top of the location */
 .lf-item-info h4 {
    position:relative;
  	top:-12px;
 }
 /* Remove LISTING TYPE LABEL - Not Working*/
.types-dropdown-wrapper label {
    display:none !important;
}
/* Remove white space */
.types-dropdown-wrapper {
    margin-top:0 !important;
}
/* Hide Title above the search */
.finder-title {
    display:none;
}
