/* ============
LISTING TEASER
=============*/
.wpsight-listing-teasers .teaser-wrap {
	border: 1px solid #dbdbdb;
    overflow: hidden;
    border-radius: 10px;
}
.listing-teaser-section-image {
    position: relative;
    margin-bottom: 0px;
    z-index: 5;
}
.listing-teaser-section-image .wpsight-listing-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.listing-teaser-section-image img {
    position: relative;
	width: 100%;
	max-height: 300px;
	object-fit: cover;
    transition: transform 0.5s ease;
}
.listing-teaser-section-image:hover img {
    transform: scale(1.2);
}
.listing-teaser-section-image .moretag {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -5px;
    margin-top: 10px;
    text-align: center;
    z-index: 6;
}
.listing-teaser-section-image .moretag a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0px 20px;
	border-radius: 5px;
	font-size: 11px;
	background-color: #dbdbdb !important;
	color: #000000 !important;
}
.listing-teaser-content {
    padding: 10px 20px;
}
.listing-teaser-info {
    display: flex;
    flex-direction: row;
    width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
}
.listing-teaser-price {
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: #1a1a1a;
}
.listing-teaser-price .wpsight-listing-price .listing-price-value {
    font-size: 16px;
}
.listing-teaser-price .wpsight-listing-price .listing-price-symbol,
.listing-teaser-price .wpsight-listing-price .span.listing-rental-period {
    font-size: 12px;
}
.listing-teaser-status {
    width: 100%;
    text-align: right;
    color: #ffffff;
}
.listing-teaser-status .listing-offer {
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
}
.listing-teaser-status .listing-offer.sale {
	background-color: #114d12;
	color: #ffffff;
}
.listing-teaser-status .listing-offer.rent {
	background-color: #201d4b;
	color: #ffffff;
}
.listing-teaser-title h2 {
	font-size: 16px;
	font-weight: 400;
    text-align: center;
	color: #1a1a1a;
    padding-bottom: 0px;
}
.wpsight-listing-location {
    font-size: 12px;
    text-align: center;
}
.listing-teaser-summary {
	display: flex;
    width: 100%;
    padding-bottom: 15px;
    overflow: hidden;
    box-sizing: border-box;
}
.listing-teaser-summary .listing-details-detail {
	flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    box-sizing: border-box;
}
.listing-teaser-summary .listing-details-detail .listing-details-icon svg * {
	fill: #666666;
}
.listing-teaser-summary .listing-details-detail .listing-details-icon svg {
	display: block;
    width: auto;
    height: 16px;
}
.listing-teaser-summary .listing-details-detail .listing-details-label {
	font-size: 10px;
    color: #333333;
}
.listing-teaser-summary .listing-details-detail .listing-details-value {
	font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
/* ========
SWIPER
======== */
/* =========================================
   WPSight Swiper Gallery
========================================= */
.wpsight-gallery {
    width: 100%;
}
/* MAIN SLIDER */
.wpsight-gallery-main {
    position: relative;
    width: 100%;
    height: 45vh;
    max-height: 380px;
    min-height: 350px;
    overflow: hidden;
}
.wpsight-gallery-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}
.wpsight-gallery-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wpsight-gallery-main .swiper-slide a {
    display:block;
    width:100%;
    height:100%;
}
.wpsight-gallery-main .swiper-slide img {
    cursor:zoom-in;
}
/* NAVIGATION ARROWS */
.wpsight-gallery-main .swiper-button-next,
.wpsight-gallery-main .swiper-button-prev {
    width: 46px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.85);
    border-radius: 50%;
}
.wpsight-gallery-main .swiper-button-next:after,
.wpsight-gallery-main .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
.wpsight-gallery-main .swiper-button-next {
    right: 20px;
}
.wpsight-gallery-main .swiper-button-prev {
    left: 20px;
}
/* THUMBNAILS */
.wpsight-gallery-thumbs {
    width: 100%;
    height: 90px;
    margin-top: 12px;
    overflow: hidden;
}
.wpsight-gallery-thumbs .swiper-slide {
    height: 90px;
    opacity: .45;
    cursor: pointer;
    overflow: hidden;
}
.wpsight-gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
/* Active thumbnail */
.wpsight-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
/* TABLET */
@media (max-width: 980px) {
    .wpsight-gallery-main {
        height: 50vh;
    }
    .wpsight-gallery-thumbs {
        height: 75px;
    }
    .wpsight-gallery-thumbs .swiper-slide {
        height:75px;
    }
}
/* MOBILE */
@media (max-width: 767px) {
    .wpsight-gallery-main {
        height: 40vh;
        min-height: 250px;
    }
    .wpsight-gallery-main .swiper-button-next,
    .wpsight-gallery-main .swiper-button-prev {
        width: 36px;
        height:36px;
    }
    .wpsight-gallery-main .swiper-button-next {
        right:10px;
    }
    .wpsight-gallery-main .swiper-button-prev {
        left:10px;
    }
    .wpsight-gallery-thumbs {
        height:65px;
    }
    .wpsight-gallery-thumbs .swiper-slide {
        height:65px;
    }
}
/* =============
LISTING SINGLE
==============*/
.listing-content {
    border: 1px solid #dbdbdb;
    padding: 50px 80px;
}
/* ========
LISTING SINGLE INFO
======== */
.wpsight-listing-info {
    border-bottom: none;
    padding: 20px;
    background-color: var(--gcid-primary-color, #04182E) !important;
    color: #fff;
    font-weight: 600;
}
.wpsight-listing-price .listing-price-value {
    font-size: 1.4rem;
}
.actions-print {
    display:inline-flex;
    align-items:center;
    gap:.5rem;
}
.actions-print::after {
    content:"";
    width:18px;
    height:18px;
    background-color: currentColor;
    -webkit-mask: url('/wp-content/themes/vp-divi-child/images/printer.svg') no-repeat center;
    mask: url('/wp-content/themes/vp-divi-child/images/printer.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    flex-shrink:0;
}
/* ========
LISTING SINGLE DETAILS
======== */
.wpsight-listing-details .listing-details-detail {
    padding: 5px 0px;
}
/* ========
LISTING SINGLE DESCRIPTION
======== */
.wpsight-listing-description-title {
    display: block;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 500;
}
/* ========
LISTING SINGLE FEATURES
======== */
.wpsight-listing-features {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.wpsight-listing-features .listing-term-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f5f5f5;
}
.wpsight-listing-features .listing-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gcid-primary-color, #04182E) !important;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
}
.wpsight-listing-features .listing-term {
    color: var(--gcid-heading-color, #04182E) !important;
}
.wpsight-listing-section-features {
    margin-bottom: 10px;
}
/* BOTON IDEALISTA */
.wpsight-idealista-link {
    margin-top: 30px;
}
.wpsight-idealista-link .et_pb_button {
    background-color: #e1f56e !important;
    color: #333333 !important;
    border: 2px solid #333333 !important;
    border-radius: 6px !important;
    width: 100% !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding: 10px 22px !important;
}
.wpsight-idealista-link .et_pb_button:hover:after {
    opacity: 0 !important;
}