
/** 
    @Common CSS for listing
*/

.wdt-listings-item-container:not(.swiper-wrapper) { width: auto; margin: -15px; }


/** 
    @Type 1 
*/

.wdt-listings-item-wrapper.type1 { border: none; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section > div.wdt-listings-item-image-gallery { 
    position: relative; overflow: hidden; display: grid; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section > div.wdt-listings-item-image-gallery > div { 
    grid-area: 1/-1; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content {     
    position: relative; padding: 0; padding-top: 22px; padding-bottom: clamp(0.125rem, 0.036rem + 0.4908vw, 0.625rem); /*10px - 2px*/
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content > div:not(:last-child) { 
    margin-bottom: clamp(0.5rem, 0.4555rem + 0.2454vw, 0.75rem); /*12px - 8px*/ }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings--title {     
    font-family: var(--wdtFontTypo_Alt); font-size: clamp(1.5rem, 1.4333rem + 0.3681vw, 1.875rem); /*30px - 24px*/ 
    font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; margin: 24px 0 10px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-excerpt {
    font-weight: var(--wdtFontWeight_Base); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listing-view-details { display: inline-block; margin: 0px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-image-holder {     
    position: relative; overflow: hidden; display: block; width: 100%; height: 100%; 
    -webkit-border-radius: var(--wdtRadius_4X); border-radius: var(--wdtRadius_4X); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-image-holder img { 
    display: block; height: 100%; min-height: clamp(23.75rem, 22.4156rem + 7.362vw, 31.25rem); /*500px - 380px*/ 
    object-fit: cover; object-position: center center; scale: 1; 
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section:hover .wdt-listings-feature-image-holder img { scale: 1.1; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos {
    display: grid; grid-template-rows: repeat(3, 1fr); padding: clamp(1.25rem, 1.1388rem + 0.6135vw, 1.875rem); /*30px - 20px*/ 
    align-items: center; z-index: 1; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-taxonomy-container {
    align-self: flex-start; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-taxonomy-container ul.wdt-listings-taxonomy-list {
    display: inline-flex; flex-wrap: wrap; margin: -5px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-taxonomy-container ul.wdt-listings-taxonomy-list li {
    display: inline-flex; align-items: center; justify-content: center; line-height: normal; padding: 0; margin: 5px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-taxonomy-container ul.wdt-listings-taxonomy-list li a {
    position: relative; overflow: hidden; display: inline-block; font-size: var(--wdtFontSize_Ext); 
    font-weight: var(--wdtFontWeight_Ext); line-height: 1; letter-spacing: 0; text-transform: uppercase; 
    color: var(--wdtAccentTxtColor); padding: var(--wdtPadding_MiniBtn); border: 1px solid var(--wdtBorderColor); 
    -webkit-border-radius: var(--wdtRadius_Part); border-radius: var(--wdtRadius_Part); 
    -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-taxonomy-container ul.wdt-listings-taxonomy-list li a:hover { background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); border-color: var(--wdtPrimaryColor); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-group-button-hover-icon {
    display: flex; align-items: center; justify-content: center; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-group-button-hover-icon .wdt-listing-view-details {
    display: inline-block; font-size: 0; padding: clamp(1.375rem, 1.286rem + 0.4908vw, 1.875rem); /*30px - 22px*/ 
    margin: 0; background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); 
    -webkit-transform: scale(1.1) rotate(-45deg); transform: scale(1.1) rotate(-45deg); 
    opacity: 0; visibility: hidden; backface-visibility: hidden; will-change: transform; 
    isolation: isolate; clear: both; -webkit-border-radius: var(--wdtRadius_Full); 
    border-radius: var(--wdtRadius_Full); -webkit-transition: var(--wdt-Safe-Transition); 
    transition: var(--wdt-Safe-Transition); margin: 0; }

.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-group-button-hover-icon .wdt-listing-view-details { 
    -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); opacity: 1; visibility: visible; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-group-button-hover-icon .wdt-listing-view-details:hover {
    background-color: var(--wdtBodyBGColor); color: var(--wdtHeadAltColor); 
    -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-infos .wdt-listings-group-button-hover-icon .wdt-listing-view-details::after {
    content: '\e801'; font-family: "common-web-icons"; position: relative; display: block; 
    font-size: var(--wdtFontSize_H5); width: auto; height: auto; top: 0; left: 0; 
    right: 0; bottom: 0; background: none !important; color: currentColor; margin: 0; }


.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-featured-item-container span {
    font-size: 12px; color: var(--wdtAccentTxtColor); background-color: var(--wdtPrimaryColor); 
    padding: 8px 18px; display: inline-block; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-featured-item-container a { padding: 0px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-featured-item-container { 
    position: relative; top: 10px; right: 10px; z-index: 1; justify-self: end; 
    align-self: start; display: inline-block; width: fit-content; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-hover-image-icon { 
    position: absolute; top: 20px; left: 20px; margin: 0px; }



.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section{display: grid;}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section > div{grid-area: 1/-1;}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-content-section{
    z-index: 3;
    justify-content: end;
    display: inline-flex;
    flex-direction: column;
    padding: 60px;
    width: 50%;
}

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon{
    position: absolute; 
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; 
    margin: auto;
    height: fit-content;
    width: fit-content;
    z-index: 5;
}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listing-view-details{
    height: 80px;
    width: 80px;
    border-radius: var(--wdtRadius_Full);
    font-size: 0;
    position: relative;
    transform: rotate(-45deg);
    transition: var(--wdt-Safe-Transition);
    will-change: transform;
    backface-visibility: hidden;
    padding: 0;
}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listing-view-details:hover{transform: rotate(0deg);}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listing-view-details::before{
    content: '';
    height: 25px;
    width: 25px;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: var(--wdtAccentTxtColor);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M66,82.5H54c0-10,4.3-19.4,12-26.5H2.2V44h64C58.6,37.1,54,27.8,54,17.5h12C66,32.1,80.3,44,97.8,44l0,0v12c0,0,0,0,0,0 C89.1,56,81,58.8,75,64C69.2,69,66,75.6,66,82.5z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-image-holder:after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image:linear-gradient(180deg, transparent 10%, rgba(var(--wdtBodyBGColorRgb),0.65) 60%);
}
.wdt-listings-item-wrapper.type1 .wdt-listings-taxonomy-container li a{
    padding: var(--wdtPadding_MiniBtn);
    border: 1px solid var(--wdtHeadAltColor);
    -webkit-border-radius: var(--wdtRadius_Part);
    border-radius: var(--wdtRadius_Part);
    display: inline-flex;
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: 1;
    letter-spacing: var(--wdtLetterSpacing_1X);
    text-transform: uppercase;
    color: var(--wdtPrimaryColor);
}
.wdt-listings-item-container:has( .type1):not(.swiper-wrapper){margin: 0;}
@media(max-width:1024px){
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-content-section{width: 80%;}
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listing-view-details{height: 50px; width: 50px;}
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon{left: 30px; right: auto;top: auto; bottom: 40px;}
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-content-section{padding: 40px 30px 110px;right: auto; top: auto;}
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listing-view-details::before{height: 20px; width: 20px;}

}
@media(max-width:767px){
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-content-section{width: 100%;}
    .wdt-listings-item-wrapper.type1:not(:last-child) {margin-bottom: 20px;}
}
@media(max-width:479px){  
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-content-section{ padding: 150px 20px 110px; }
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-excerpt{ height:3lh; overflow: hidden; }
}

/** 
    @Type 2 
*/

 
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content { display: block;
  position: relative; float: left; width: 100%; padding: 20px 0 0; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings--title { margin: 0px; color: var(--wdtHeadAltColor); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings--title a { color: inherit; text-decoration: none; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings--title a:hover { color: var(--wdtLinkHoverColor); }

.wdt-listings-item-wrapper.type2 .wdt-listings-taxonomy-container li a { line-height: normal; padding: 0; font-size: 14px; }
.wdt-listings-item-wrapper.type2 .wdt-listings-taxonomy-container li a:before { display: none; }

.wdt-listings-item-wrapper.type2 .wdt-listings-taxonomy-container li a span:first-child:not(:only-child) { margin-right: 5px; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content > div:not(:last-child) { margin-bottom: 12px; }


.wdt-listings-item-wrapper.type2:not(.has-post-thumbnail) .wdt-listings-item-top-section { padding-top: 40px; }
.wdt-listings-item-wrapper.type2:not(.has-post-thumbnail) .wdt-listings-taxonomy-container { position: static; padding: 10px 30px 0; }
.wdt-listings-item-wrapper.type2:not(.has-post-thumbnail) .wdt-listings-item-bottom-section-content { padding-top: 20px; padding-bottom: 50px; }
.wdt-listings-item-wrapper.type2:not(.has-post-thumbnail) .wdt-listings-item-top-section div.wdt-listings-item-ad-section { right: 30px; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-featured-item-container,
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-featured-item-container {
    left: 0; top: 0; right: auto; background: none; font-size: 0; padding: 0; position: absolute; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-featured-item-container a,
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-featured-item-container a { background: none; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-featured-item-container a {
    display: flex; position: absolute; justify-content: flex-end; right: 0; top: 5px; opacity: 1; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-featured-item-container span {
    font-size: 14px; color: #ffffff; background-color: #000000; padding: 5px 7px; }

.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-featured-item-container a { opacity: 0; }

.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-featured-item-container a:after { color: #fff; }




.wdt-listings-item-wrapper.type2 .wdt-listings-hover-image-icon { width: 30px; height: 30px; display: block; 
    position: absolute; top: 30px; right: 30px; background: transparent; z-index: 4; opacity: 0; visibility: hidden; 
    cursor: pointer; transition: .3s cubic-bezier(0.4, 0, 1, 1); -webkit-transition: .3s cubic-bezier(0.4, 0, 1, 1); }

.wdt-listings-item-wrapper.type2:hover .wdt-listings-hover-image-icon { opacity: 1; visibility: visible; cursor: pointer; }

.wdt-listings-hover-image-icon .wdt-icon {
    width: 30px; height: 30px; fill: var(--wdtAccentTxtColor); cursor: pointer; transform: scale(.8); -webkit-transform: scale(.8); }

.wdt-listings-hover-image-icon:hover .wdt-icon { transform: scale(.8) rotate(90deg); 
    -webkit-transform: scale(.8) rotate(90deg); fill: var(--wdtLinkHoverColor); }

.wdt-listings-item-wrapper.type2 .wdt-listings-hover-image-icon svg {
    transform: scale(.8); -webkit-transform: scale(.8); transition: .3s cubic-bezier(0, 0, 0.2, 1); 
    -webkit-transition: .3s cubic-bezier(0, 0, 0.2, 1); }

.wdt-listings-item-wrapper.type2 .wdt-listings-hover-image-icon:hover svg {
    transform: scale(.8) rotate(90deg); -webkit-transform: scale(.8) rotate(90deg); }





    

/** 
    @Type 3 
*/

.wdt-listings-item-wrapper.type3 { position: relative; border: none; background: transparent; }

.wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section { 
    z-index: 1; position: absolute; top: 0; left: 0; white-space: nowrap; padding: 1rem; background: transparent; 
    font-weight: 400; margin-top: -4rem; margin-left: 0; /*opacity: 0; box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15); */
    width: auto; float: none; pointer-events: none; }

.wdt-listings-item-wrapper.type3:hover .wdt-listings-item-hover-section { opacity: 1; }

.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span { font-size: 0.8rem; padding: 0px; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span:before,
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span:after { display: none; }

.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:hover span { color: inherit; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:before { display: none; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:hover { box-shadow: none !important; }


.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a { color: #000000; background-color: transparent; }


/** 
    @CSS Media Queries
*/

@media (min-width: 768px) {

    .wdt-listings-item-wrapper.type3 .wdt-listings-item-title { -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition);
        margin: 0 0 6px 0; padding: 10px 15px 12px;background-color: #fff; -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }
    .wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container { -webkit-transition: var(--wdt-Safe-Transition); transition: var(--wdt-Safe-Transition);
        margin: 0; padding: 10px 15px 12px; background-color: #fff; width: fit-content; -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }

    .wdt-listings-item-wrapper.type3:hover .wdt-listings-item-title { -webkit-clip-path: inset(0 0% 0 0); clip-path: inset(0 0% 0 0); }
    .wdt-listings-item-wrapper.type3:hover .wdt-listings-taxonomy-container { -webkit-clip-path: inset(0 0% 0 0); clip-path: inset(0 0% 0 0); }

}

@media (max-width: 767px) {

    .wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section { padding: 1.2rem 0 0; margin-top: 0; margin-left: 0; 
        transform: none !important; box-shadow: none; position: relative; opacity: 1; width: 100%; }
    
    .wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section .wdt-listings-item-title { margin: 0 0 10px; }
    .wdt-listings-item-wrapper.type3 { margin-bottom: 24px;}

}
