/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .aw-card-wrapper {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.aw-card {
	position: relative;
	top: 0;
    margin: 12px;
    width: 256px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
	border-radius: 14px;
	transition: top ease 0.5s;
}
.aw-card:hover {
	top: -10px;
}

.aw-card-wrapper .aw-card span {
    font-size: 0.7rem;
    position: absolute;
    top: 15px;
    background: #ffffffff;
}
.aw-image-container {
    border-radius: 14px 14px 0 0;
}
.aw-card-container {
    display: flex;
    flex-direction: column;
}
.aw-card-body {
    padding: 10px 15px 0 15px;
}
.aw-card-body h5 {
	font-size: 17px;	
    margin-bottom: 5px;
}
.aw-card-body a {
    margin-bottom: 5px;
}
.aw-card-body p {
    margin-bottom: 5px;
}


.aw-card-lower-body {
    display: flex;
    justify-content: space-between;
	padding: 0px 15px;
    margin: 10px 0px 15px 0px;
    font-size: 0.9rem;
}

.aw_badge {
    color: #000;
    background: #00000012;
    margin-top: 0;
    padding: 5px 8px;
    border-radius: 4px;
}

.aw-card-wrapper .aw-card .aw-marker-icons {
    display: inline;
    position: relative;
    width: 15px;
    height: 15px;
    object-fit: contain;
    padding: 0;
    margin: 0 5px 4px 0;
}

/**
* SINGLE 
**/
.awpa-wrap-images {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    margin: 30px 0;
}

.awpa-wrap-images #main-slider,
.awpa-wrap-images #thumbnails {
    flex: 1;
    display: flex;
    position: relative;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    margin: 0;
}

.awpa-wrap-images #main-slider {
    justify-content: center;
}

.awpa-wrap-images #thumbnails {
    justify-content: center;
    height: 350px;
    overflow-y: auto;
}

.awpa-wrap-images #main-slider .splide__track {
    width: 100%;
    height: 350px;
    max-height: 350px;
}

.splide__track--fade>.splide__list {
    height: inherit;
}

.splide__track--fade>.splide__list>.splide__slide {
    height: inherit;
    display: block;
}

.awpa-wrap-images #main-slider .splide__track img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.aw-property-data-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aw-property-data-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aw-property-data-item {
    width: 25%;
    margin: 10px;
    width: 100%;

    text-align: center;

    border-radius: 8px;
    border: 2px solid #f2f2f2;
}

.aw-property-data-item p {
    margin: 6px;
}

.property-quick-info {
    display: flex;
    justify-content: space-between;
}

.property-label-surface-rooms {
    display: flex;
}

.property-label-surface-rooms p {
    margin-left: 2rem;
}

.aw-property-wrapper div h4 {
    color: #000;
    margin-top: 40px;
}

.aw-property-wrapper {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 30px 20px;
}

.aw-image-container {
    overflow: hidden;
    height: inherit;
    max-height: 160px;
    display: flex;
    flex: 1;
    position: relative;
}

.aw-image-full {
    width: 100%;
}

.aw-set-width-medium {
    width: 349px !important;
}

.aw-set-width-small {
    width: 256px !important;
}

.aw-image-container img {
    width: 100% !important;
}

.aw-image-container p {
    margin: 0px;
    margin-top: -24px;
}

.aw-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aw-align-center img {
    margin: 0px 2px;
}



/**
*   OVERRIDES
**/
.splide__slide {
    width: 100%;
    height: 0;
    object-fit: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.splide__list .is-active {
    visibility: visible;
    height: 100%;
}

.splide__list {
    align-items: flex-start;
}

.splide {
    margin: 0 auto;
}

.awpa-wrap-images .thumbnail {
    width: 20%;
    padding: 0 0.5% 0.5% 0.5%;
    height: 75px;
    overflow: hidden;
    list-style: none;
    cursor: pointer;
    opacity: 0.3;
    margin: 0;
}

.awpa-wrap-images .thumbnail.is-active {
    opacity: 1;
}

.awpa-wrap-images .thumbnail img {
    max-width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

button.splide__arrow,
button.splide__arrow:focus {
    border: none;
    background: transparent !important;
    outline: none;
}

body .splide__arrow svg {
    fill: black !important;
    z-index: 100;
    mix-blend-mode: difference;
}

/*
NEW ITEMS
*/
.property-label h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 10px;
}

.property-label-align-center {
    display: flex;
    align-items: center;
}

.property-label-align-center img {
    margin-right: 1rem;
}

.aw-prop-atts-list {
    margin-bottom: 2rem;
}

.aw-prop-atts-list-item {
    display: flex;
}

.aw-prop-atts-list-item div {
    width: 33%;
    padding: 4px;
}

.aw-prop-atts-list-item:nth-child(even) {
    background: rgb(221 221 221 / 25%);
}

.aw-prop-atts-list h5 {
    font-weight: bold;
}

.aw-prop-atts-list p {
    margin: 0;
    padding: 5px 0;
}

/**
*   RESPONSIVE
**/
@media only screen and (max-width: 760px) {
    body .aw-card-wrapper {
        justify-content: center;
        flex-direction: column;
    }

    .aw-image-container {
        height: 100% !important;
    }

    .aw-image-container img {
        width: 100% !important;
    }
    .aw-prop-atts-list-item div{
        width: 100% !important;
    }
}

@media(max-width: 999px) {
    .awpa-wrap-images #main-slider .splide__track {
        width: 85%;
        height: 100%;
        max-height: 100%;
    }

    .awpa-wrap-images #main-slider,
    .awpa-wrap-images #thumbnails {
        width: 100%;
        position: relative;
        max-width: 100%;
        padding: 0;
        margin: 20px 0;
        max-height: 200px;
        overflow-y: auto;
    }

    .awpa-wrap-images {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
    }

    .awpa-wrap-images #main-slider .splide__track {
        width: 75%;
    }

    .awpa-wrap-images {
        margin-top: 0;
    }

    .thumbnail {
        width: 25%;
        height: 60px;
    }
}


/* Slider arrow */
.awmfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: none;
    z-index: 999399;
}

.awmfp-arrow:active {
    margin-top: -54px;
}

.awmfp-arrow:hover,
.awmfp-arrow:focus {
    opacity: 1;
}

.awmfp-arrow:before,
.awmfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.awmfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.awmfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.awmfp-arrow-left {
    left: 0;
}

.awmfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.awmfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.awmfp-arrow-right {
    right: 0;
}

.awmfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.awmfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

@media all and (max-width: 900px) {
    .awmfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .awmfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .awmfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
}

.awmfp-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.aw-prop-atts-list-item ul, .aw-prop-atts-list-item li {
    padding: 0;
    margin: 0;
    list-style: none;
}