.section__archives[data-post-type="properties"]>.archive--wrap>.pos,
.section__archives[data-post-type="properties"]>.search--wrap>.pos {
	padding: 0 170px;
}

.section__archives[data-post-type="properties"]>.search--wrap {
    color: #fff;
    padding-bottom: 190px;
}

.section__archives[data-post-type="properties"] .alm-filters-container * {
    font-weight: inherit;
    font-size: inherit;
}

.section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap.has-button {
    gap: 20px;
}

.section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap input[type=text] {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 1em;
    line-height: 1;
    height: 46px;
    padding: 0 0 0 30px;
    color: #fff;
}

.section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap button[type=button] {
    width: 200px;
    border: 1px solid #eb3347;
    text-transform: uppercase;
    background-color: transparent;
    line-height: 1;
    font-family: "Sohne Schmal";
    font-size: 1.5em;
    padding-bottom: 0.14em;
    transition: all 0.3s ease;
}

.section__archives[data-post-type="properties"] .alm-btn-wrap {
    visibility: visible;
    margin: 3em 0 0 0;
    padding: 0;
}

.section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap button[type=button]:hover,
.section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap button[type=button]:active,
.section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap button[type=button]:focus {
    background-color: #eb3347;
}

.section__archives[data-post-type="properties"] .alm-filters-container .alm-filter label {
    margin: 0;
    height: 45px;
    border-bottom: 1px solid #fff;
    line-height: 46px;
}

.section__archives[data-post-type="properties"] .alm-filters-container .alm-filter label:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 28 28'%3E%3Cpath d='M20.524,21.216a.713.713,0,0,0,.033-1,.746.746,0,0,0-1-.022l-4.8,4.529V.925H13.339v23.8l-4.8-4.529a.734.734,0,0,0-1,.022.714.714,0,0,0,.033,1l6,5.642a.817.817,0,0,0,.485.2.624.624,0,0,0,.484-.2Z' style='fill:%23fff;' /%3E%3C/svg%3E");
    background-size: contain;
}

.section__archives[data-post-type="properties"] .alm-filters--controls {
    display: none;
}

.section__archives[data-post-type="properties"] .alm-filters-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 0;
    z-index: 5;
}

.section__archives[data-post-type="properties"] .alm-filter--search {
    grid-area: 1 / span 5;
}

.section__archives[data-post-type="properties"] .alm-filter--search .alm-filter--text-wrap:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='m8.176,16.016C3.882,16.016.389,12.632.389,8.473S3.882.93,8.176.93s7.786,3.384,7.786,7.543-3.492,7.542-7.786,7.542Zm0-13.086c-3.19,0-5.786,2.487-5.786,5.543s2.596,5.542,5.786,5.542,5.786-2.486,5.786-5.542-2.595-5.543-5.786-5.543Zm13.435,16.688l-5.271-4.98-1.373,1.453,5.271,4.98,1.373-1.453Z' style='fill:%23fff; stroke-width:0px;'/%3E%3C/svg%3E");
    background-size: contain;
}

.section__archives[data-columns="3"] .alm-listing .item.item--properties {
	width: auto;
    margin: 0;
    float: none;
}

.section__archives[data-post-type="properties"] .alm-listing {
	display: grid;
    grid-gap: 1.8em 0.8em;
}

.section__archives[data-post-type="properties"][data-columns="2"] .alm-listing {
    grid-template-columns: 1fr 1fr;
}

.section__archives[data-post-type="properties"][data-columns="3"] .alm-listing {
    grid-template-columns: 1fr 1fr 1fr;
}

.section__archives[data-post-type="properties"][data-columns="4"] .alm-listing {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section__archives[data-post-type="properties"] .alm-filter--group:not(.alm-filter--search):not([data-fieldtype="range_slider"]) label + * {
    display: none !important;
}

.section__archives[data-post-type="properties"] .alm-filter--group label ~ ul,
.section__archives[data-post-type="properties"] .alm-filter--group[data-fieldtype="range_slider"] label ~ .alm-range-slider {
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
}

.section__archives[data-post-type="properties"] .alm-range-slider {
    padding: 1em 0.6em 0.6em 0.6em;
}

.section__archives[data-post-type="properties"] .noUi-target {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 10px;
    margin: 0 0.8em;
}

.section__archives[data-post-type="properties"] .noUi-connects {
    background-color: #efefef;
}

.section__archives[data-post-type="properties"] .alm-range-slider .noUi-connect {
    background-color: #eb3347;
}

.section__archives[data-post-type="properties"] .noUi-horizontal .noUi-handle {
    border-radius: 100px;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -5px;
}

.section__archives[data-post-type="properties"] .noUi-horizontal .noUi-handle:before,
.section__archives[data-post-type="properties"] .noUi-horizontal .noUi-handle:after {
    display: none;
}

.section__archives[data-post-type="properties"] .alm-range-slider--wrap {
    justify-content: center;
}

.section__archives[data-post-type="properties"] .alm-filter--group ul {
    text-align: center;
    list-style: none;
    padding: 0.4em 0;
    margin: 0;
    display: block;
    border: 0;
}

.section__archives[data-post-type="properties"] .alm-filter--group ul > li {
    cursor: pointer;
    margin: 0;
    padding: 0.5em;
    transition: background-color 0.3s ease;
}

.section__archives[data-post-type="properties"] .alm-filter--group ul > li.active,
.section__archives[data-post-type="properties"] .alm-filter--group ul > li:hover {
    background-color: #f5f7f2;
}

.section__archives[data-post-type="properties"] .alm-filter--group label.active ~ ul,
.section__archives[data-post-type="properties"] .alm-filter--group[data-fieldtype="range_slider"] label.active ~ .alm-range-slider  {
    display: block;
}

.item--properties a {
	display: block;
}

.item--properties__over {
    background-color: #f5f7f2;
    height: 100%;
    backface-visibility: hidden;
    z-index: 2;
    transform: rotateY( 0deg );
    transition: transform 300ms ease-out 0ms, box-shadow 300ms ease-out 300ms;
}

.item--properties__image {
	height: 0;
    padding-bottom: 73%;
    background-color: #efefef;
}

.item--properties__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: 50% 50%;
}

.item--properties__content {
    height: 0;
    padding-bottom: 63%;
}

.item--properties__title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 2.05em 1.25em 0 1.25em;
}

.item--properties__title h4 {
    font-size: 1em;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0.4em;
    text-transform: uppercase;
}

.item--properties__title p {
    margin: 0;
}

.item--properties__justlisted {
    position: absolute;
    right: 1.25em;
    top: 0;
    background-color: #EB3347;
    color: #fff;
    text-transform: uppercase;
    padding: 0.25em 0.725em 0.3em;
    line-height: 1;
}

.item--properties__justlisted >span {
    font-family: 'Sohne Schmal', arial, sans-serif;
    font-size: 1.55em;
    font-weight: normal;
}

.item--properties__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1.25em 1.65em 1.25em;
}

.item--properties__details >div:first-child {
    padding-bottom: 0.7em;
    margin-bottom: 0.7em;
    border-bottom: 1px solid #2b2823;
    font-weight: bold;
}

.item--properties__under {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #2b2823;
    color: #fff;

    z-index: 1;
    transform: rotateY( 180deg );
    transition: transform 300ms ease-out 0ms, box-shadow 300ms ease-out 300ms, background-color 300ms ease-out;
    backface-visibility: hidden;
}

.item--properties__under-title {
    padding: 2.05em 1.25em 0 1.25em;
}

.item--properties__under-title h4 {
    color: #fff;
    font-size: 1em;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0.4em;
    text-transform: uppercase;
}

.item--properties__under-title p {
    color: #fff;
    margin: 0;
}

.item--properties__under-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1.25em 2em 1.25em;
}

.item--properties__under-button >div {
    border: 1px solid #EB3347;
    font-family: 'Sohne Schmal', arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.55em;
    text-align: center;
    line-height: 1;
    padding: 0.1em 0.5em 0.2em 0.5em;
    transition: background-color 0.3s ease 0s;
}

.item--properties__under-button >div:hover {
    background-color: #EB3347;
}

.item--properties__under-details {
    padding: 1em 1.25em 0 1.25em;
    width: 100%;
}

.item--properties__under-description {
    width: calc(100% - 1.25em - 1.25em);
    left: 1.25em;
    border-top: 1px solid #EB3347;
    padding-top: 1.4em;
    margin-top: 1.4em;
}

.item--properties:hover .item--properties__over, 
.item--properties:active .item--properties__over
.item--properties:focus .item--properties__over {
    z-index: 2;
    transform: rotateY( 180deg );
    transition: transform 300ms ease-out 300ms, box-shadow 300ms ease-out 0ms;
    text-decoration: none;
    color: #2b2823;
}

.item--properties:hover .item--properties__under, 
.item--properties:active .item--properties__under,
.item--properties:focus .item--properties__under {
    z-index: 1;
    transform: rotateY( 0deg );
    transition: transform 300ms ease-out 300ms, box-shadow 300ms ease-out 0ms, background-color 300ms ease-out;
    text-decoration: none;
    color: #fff;
}

.properties-content {
    display: grid;
    grid-template-columns: 0.29fr 0.44fr 0.27fr;
    grid-gap: 6em;
}

.properties-content >div:first-child {
    padding-left: 90px;
}

.properties-content >div:first-child h1 {
    display: inline;
}

.properties-content >div:first-child h1:after {
    content: '';
    display: block;
    width: 103.5%;
    position: absolute;
    top: calc(100% - 0.06em);
    height: 0.03em;
    background-color: #EB3347;
}

.properties-content__details p {
    margin-top: 0.5em;
}

.properties-content >div:first-child p {
    font-size: 1.48em;
    margin-top: 1.5em;
}

.properties-content >div h4 {
    font-size: 1em;
    text-transform: uppercase;
}

.properties-slideshow {
    background-color: #efefef;
}

.properties-slideshow .swiper-slide >div {
    height: 0;
    padding-bottom: 56%;
}

.properties-slideshow img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.properties__agent-photo div {
    height: auto;
    padding-bottom: 0;
    background-color: #efefef;
}

.properties__agent-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.properties-content__details h4 {
    margin-top: 3em;
}

@media screen and (max-width: 1920px) {
    .section__archives[data-post-type="properties"]>.search--wrap {
        padding-bottom: 9.896vw;
    }

	.section__archives[data-post-type="properties"]>.archive--wrap>.pos,
    .section__archives[data-post-type="properties"]>.search--wrap>.pos {
	    padding: 0 8.854vw;
	}

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap.has-button {
        gap: 1.0416vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap input[type=text] {
        height: 2.395vw;
        padding: 0 0 0 1.5625vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap button[type=button] {
        width: 10.4166vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter label {
        height: calc(2.39583vw - 1px);
        line-height: 2.39583vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter label:after {
        width: 1.35416vw;
        height: 1.35416vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container {
        grid-gap: 1.0416vw;
    }

    .section__archives[data-post-type="properties"] .alm-filter--search .alm-filter--text-wrap:before {
        width: 1.1458vw;
        height: 1.1458vw;
    }

    .properties-content >div:first-child {
        padding-left: 4.6875vw;
    }
}


@media screen and (max-width: 860px) {
    .section__archives[data-post-type="properties"][data-columns="2"] .alm-listing {
        grid-template-columns: 1fr;
    }

    .section__archives[data-post-type="properties"][data-columns="3"] .alm-listing {
        grid-template-columns: 1fr 1fr;
    }

    .section__archives[data-post-type="properties"][data-columns="4"] .alm-listing {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section__archives[data-post-type="properties"]>.archive--wrap>.pos, 
    .section__archives[data-post-type="properties"]>.search--wrap>.pos {
        padding: 0 4.167vw;
    }

    .section__archives[data-post-type="properties"] .alm-listing {
        grid-gap: 2.4em 1.4em;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container {
        display: block;
        margin-bottom: 2em;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap input[type=text] {
        height: 4vw;
        padding: 0 0 0 3vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter label {
        height: calc(4vw - 1px);
        line-height: 4vw;
    }

    .section__archives[data-post-type="properties"] .alm-filter--search .alm-filter--text-wrap:before {
        width: 1.9vw;
        height: 1.9vw;
        top:  2vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter label:after {
        width: 2.35416vw;
        height: 2.35416vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap button[type=button] {
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 0.185em 0 0.3em 0;
    }

    .section__archives[data-post-type="properties"] .alm-filter--search,
    .section__archives[data-post-type="properties"] .alm-filter--search .alm-filter--inner,
    .section__archives[data-post-type="properties"] .alm-filter--search .alm-filter--text,
    .section__archives[data-post-type="properties"] .alm-filter--search .alm-filter--text-wrap {
        position: static;
    }

    .properties-content {
        display: block;
    }

    .properties-content >div { 
        margin-top:  3em;
    }

    .properties-content >div:first-child {
        margin-top:  0;
        padding-left: 0;
    }

    .properties__agent-photo {
        max-width: 300px;
    }
}

@media screen and (max-width: 480px) {
    .section__archives[data-post-type="properties"][data-columns="3"] .alm-listing {
        grid-template-columns: 1fr;
    }

    .section__archives[data-post-type="properties"][data-columns="4"] .alm-listing {
        grid-template-columns: 1fr;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter label {
        height: calc(8vw - 1px);
        line-height: 8vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter--text-wrap input[type=text] {
        height: 8vw;
        padding: 0 0 0 6vw;
    }

    .section__archives[data-post-type="properties"] .alm-filter--search .alm-filter--text-wrap:before {
        width: 3.2vw;
        height: 3.2vw;
        top: 4vw;
    }

    .section__archives[data-post-type="properties"] .alm-filters-container .alm-filter label:after {
        width: 4vw;
        height: 4vw;
    }
}