.property-single p#breadcrumbs {
    display: flex;
    align-items: center;
}
.property-single p#breadcrumbs span,.property-single p#breadcrumbs a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    color: var(--green);
    text-decoration: none;
}
.property-single p#breadcrumbs span.breadcrumb-del {
    display: flex;
    margin: 0 12px;
}

.property-single p#breadcrumbs span.breadcrumb-del svg {
    vertical-align: middle;
}

.property-header .custom-breadcrumb-wrapper {
    margin-bottom: 36px;
}
.property-header {
    margin: 60px 0 42px;
}
.property-header h1 {
    margin-bottom: 7px;
}
.property-header a.btn {
    margin-top: 30px !important;
}
.property-header p {
    margin-bottom: 0;
    color: var(--green);
}
.property-header small {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}
.property-header a.btn {
    margin-top: 30px !important;
}
.property-thumbnail .post-thumbnail {
    position: relative;
    padding-bottom: 49.75%;
}
.property-thumbnail .post-thumbnail img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-properties .site-main {
    margin-bottom: 130px;
}