
/** 
    @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 { position: relative; overflow: hidden; display: grid; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section::before { content: ""; position: absolute; inset: 0; background: transparent; width: 100%; height: 100%; z-index: 1; transition: var(--wdtBaseTransition); }
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-top-section::before { background: rgb(var(--wdtPrimaryColorRgb), .8); }

.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-top-section-content { align-content: center; text-align: center; padding: 20px; 
    position: relative; z-index: 2; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content > div:not(:last-child) { margin-bottom: 20px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings--title { margin: 0px; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listing-view-details { margin: 0px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-image-holder { display: block; height: 100%; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-image-holder img { display: block;
    height: 100%; object-fit: cover; object-position: center center; scale: 1; transition: var(--wdt-Ad-Transition); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section:hover .wdt-listings-feature-image-holder img { scale: 1.2; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-featured-item-container span {
  font-size: 12px; color: #ffffff; background-color: #000000; 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-content .wdt-listings-title { font-size: calc(var(--wdtFontSize_H3) + 2px); margin: 0; font-weight: var(--wdtFontWeight_Base); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-categories { color: var(--wdtAccentTxtColor); margin-bottom: 0; font-style: italic; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon { display: flex; justify-content: center; align-items: center; gap: 10px; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title,
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon a { opacity: 0; transition: var(--wdtBaseTransition); }
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title,
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon a { opacity: 1; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title { transform: translateY(100px); -webkit-transform: translateY(100px); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon a { transform: translateY(-100px); -webkit-transform: translateY(-100px); }
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title,
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon a { transform: translateY(0); -webkit-transform: translateY(0); }
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon a:last-child { transition-delay: 50ms; }


/** 
    Default button style
*/

.wdt-listings-item-wrapper .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a { font-size: 0; padding: 0; width: 45px; height: 45px; border: 1px solid var(--wdtAccentTxtColor); background: transparent; color: var(--wdtPrimaryColor); border-radius: var(--wdtRadius_Full); transition: var(--wdtBaseTransition); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 0 0; margin:0; }
.wdt-listings-item-wrapper .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a:hover { color: var(--wdtAccentTxtColor); }

.wdt-listings-item-wrapper .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a::after { font-family: "wdt-finance-icon"; font-size: 1.1rem; color: inherit; z-index: 1; position: relative; }
.wdt-listings-item-wrapper .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a.wdt-view-icon::after { content: '\e801'; }
.wdt-listings-item-wrapper .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a.wdt-gallery-icon::after { content: '\e802'; }
.wdt-listings-item-wrapper .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a.wdt-plus-icon::after { content: '\e800'; }

/** 
    @Type 1 button style
*/

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a::before { content: ""; position: absolute; inset: 0; background: var(--wdtAccentTxtColor); width: 100%; height: 100%; border-radius: inherit; transform: scale(1); -webkit-transform: scale(1); transition: var(--wdtBaseTransition); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a:hover::before { transform: scale(0); -webkit-transform: scale(0); }

/** 
    @Type 3 button style
*/

.wdt-listings-item-wrapper.type3 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a { border: 0; color: var(--wdtAccentTxtColor); transform: scale(0.8) rotate(0); -webkit-transform: scale(0.8) rotate(0); opacity: 0; }
.wdt-listings-item-wrapper.type3 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a.wdt-plus-icon::after { font-size: 3.5rem; }
.wdt-listings-item-wrapper.type3:hover .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a { transform: scale(1) rotate(180deg); -webkit-transform: scale(1) rotate(180deg); opacity: 1; }



/** 
    @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; background-color: var(--wdtPrimaryColor); transform: translateX(-50%); -webkit-transform: translateX(-50%); opacity: 0; transition: var(--wdtBaseTransition); }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content::before{ position: absolute; content: ""; display: block; width: 30px; height: 100%; transform: skew(-10deg); -moz-transform: skew(-10deg); -ms-transform: skew(-10deg); -webkit-transform: skew(-10deg); right: -20px; top: 0; background-color: inherit; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon { transform: translateX(50%); -webkit-transform: translateX(50%); opacity: 0; transition: var(--wdtBaseTransition); }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content,
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings--title { margin: 0px; color: var(--wdtAccentTxtColor); }
.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); }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section { display: grid; align-items: end; overflow: hidden; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section > div { grid-area: 1 / -1; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section::before { content: ""; position: absolute; inset: 0; width: 100%; height: 100%; background-color: rgb(var(--wdtHeadAltColorRgb), .7); pointer-events: none; opacity: 0; transition: var(--wdtBaseTransition); }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section::before { opacity: 1; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a { width: 50px; height: 50px; border-radius: var(--wdtRadius_Zero); border-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); background: var(--wdtLinkColor); margin: 0 0 20px 20px; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a:hover { background: var(--wdtLinkHoverColor); }
    



/** 
    @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 ul li:not(:first-child) { display: none; }


.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a { color: #000000; background-color: transparent; }

.wdt-listings-item-wrapper.type3 .wdt-listings-item-top-section { display: grid; align-items: center; justify-content: center; transition: var(--wdtBaseTransition); }
.wdt-listings-item-wrapper.type3:hover .wdt-listings-item-top-section { transform: skewX(3deg) scale(1.2); border: 5px solid var(--wdtAccentTxtColor); z-index: 1; }
.wdt-listings-item-wrapper.type3 .wdt-listings-item-top-section > div { grid-area: 1 / -1; }
.wdt-listings-item-wrapper.type3 .wdt-listings-group-button-hover-icon { margin: auto; }
.wdt-listings-item-wrapper.type3 .wdt-listings-item-top-section::before { content: ""; position: absolute; inset: 0; width: 100%; height: 100%; background-color: rgb(var(--wdtPrimaryColorRgb), .9); opacity: 0; transition: var(--wdtBaseTransition); }
.wdt-listings-item-wrapper.type3:hover .wdt-listings-item-top-section::before { opacity: 1; }
.wdt-listing-output-data-holder[data-type="type3"] .wdt-listings-item-container .wdt-column:not(.grid-sizer) { padding: 15px; }
.wdt-listing-output-data-holder[data-type="type3"] div[class*="-apply-isotope"] div[class*="-isotope-filter"] { margin: 0 0 clamp(0.9375rem, 0.6588rem + 1.2739vw, 2.1875rem); }



/** 
    @CSS Media Queries
*/

@media (max-width:1540px){
    .wdt-listing-output-data-holder[data-type="type3"] div[class*="-apply-isotope"] > div[class*="-item-container"] {
        max-width: calc(100% - 50px);
        margin: auto;
    }
}

@media (max-width:1280px){
    .wdt-listing-output-data-holder[data-type="type2"] div[class*="-apply-isotope"] > div[class*="-item-container"] {
        max-width: calc(100% - 30px);
    }
}

@media (min-width: 768px) {

    .wdt-listings-item-wrapper.type3 .wdt-listings-item-title { -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-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-Ad-Transition); transition: var(--wdt-Ad-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;} */

}

@media (max-width:479px){
    .wdt-listing-output-data-holder[data-type="type3"] div[class*="-apply-isotope"] > div[class*="-item-container"] {
        max-width: calc(100% - 20px);
    }
}