.wdt-cus-h2-tab-text-editor p {margin-bottom:0; text-transform:uppercase;}
.wdt-cus-h1-tab2-template-iconlist li.elementor-icon-list-item{display: flex; align-items:start; gap:14px;}
.wdt-cus-h1-tab2-template-iconlist li.elementor-icon-list-item:before{
    content: "";
    height: 7px;
    width: 2px;
    list-style: none;
    background-color:var(--wdtPrimaryColor);
    margin-top:10px;
}

/* Footer */

.wdt-cus-footer-list.elementor-widget .elementor-icon-list-item a > span:not(.elementor-icon-list-icon + .elementor-icon-list-text):before,
.wdt-cus-footer-list.elementor-widget .elementor-icon-list-item > span:not(.elementor-icon-list-icon + .elementor-icon-list-text):before { content: ""; position: relative; height: 8px; width: 2px; display: block; background: var(--wdtAccentTxtColor); margin-right: 18px; }
.wdt-cus-footer-list.elementor-widget .elementor-icon-list-item a > span:not(.elementor-icon-list-icon + .elementor-icon-list-text),
.wdt-cus-footer-list.elementor-widget .elementor-icon-list-item > span:not(.elementor-icon-list-icon + .elementor-icon-list-text) { display: flex; align-items: center; }



/*Form styles*/


.wdt-contact-form .col-1 span {
    margin-bottom: 10px;
    display: block;
    background-color:var(--wdtAccentTxtColor);
    border: none;
}
.wdt-contact-form input{
    border-color:transparent;
}
.wdt-contact-form .col-2 textarea{
    background-color: var(--wdtAccentTxtColor);
    height: 120px;
    overflow: auto;
    resize: none;
    border-color:transparent;
}


.wdt-contact-form textarea:focus, .wdt-contact-form input[type="text"]:focus, .wdt-contact-form input[type="email"]:focus{
    border-color:transparent;
}


.wdt-form-submit-btn .with-spinner {
  width: 100%;
  display: block;
}

.wdt-form-submit-btn input.wpcf7-submit {
  width: 100%;
  box-sizing: border-box; 
  border-radius: 0;
}

/*Valid*/

.wpcf7-not-valid-tip
 {
    color: #dc3232;
    font-size: calc(var(--wdtFontSize_Ext) - 1px);
    display: flex;
    align-items: flex-end;
    background: transparent;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin-bottom: 0;
}
.wdt-contact-form .col-1 .wpcf7-not-valid-tip {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    height: fit-content;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 10px;
    background: transparent;
}
.wdt-contact-form .wdt-form-submit-btn{
    margin-top:20px;
}
.wdt-contact-form textarea:focus,.wdt-contact-form input:focus {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}


 .wdt-cus-filler-title .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem);
      font-weight: var(--wdtFontWeight_Base);
      color: var(--wdtHeadAltColor);
  }   
  
  .wdt-cus-author-name .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
      font-size: clamp(1.125rem, 1.0971rem + 0.1274vw, 1.25rem);
     font-weight: calc(var(--wdtFontWeight_Alt) + 100);
     margin-bottom: 0px;
  }
  
  .elementor-widget-text-editor p {
      margin-bottom: 0px;
  }

.wdt-cus-h1-hero-slider-header{
    overflow:hidden;
 }

.wdt-cus-rounded-icon {
  animation: zoom-in-zoom-out 8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform-origin: center center;
  will-change: transform;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.85);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.95);
  }
  60% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}





  .wdt-cus-Number-typing p{
    margin-bottom: 0px;
    font-family: var(--wdtFontTypo_Alt);
   font-weight: calc(var(--wdtFontWeight_Alt) + 100);
    font-size:  clamp(1.875rem, 1.5963rem + 1.2739vw, 3.125rem);
    color:var(--wdtHeadAltColor);
    line-height:var(--wdtLineHeight_Base);
    white-space: nowrap;
    overflow: hidden;
    animation: typing 3s steps(19) infinite; 
   position: relative;
   width: 0%;
   padding: 0 5px;
} 

.wdt-cus-Number-typing p::after {
   content: "";
  position: absolute;
  right: 0;
  top: 50%;
 transform: translateY(-50%);
  width: 3px;
  height: 40px; 
  background-color: var(--wdtBodyTxtColor);
    animation: cursor 4s infinite;
}

@keyframes typing {
  0%   { width: 0%; } 
  40%  { width: 100%; }   
  70%  { width: 100%; }  
  100% { width: 0%; }
}

 @keyframes cursorBlink {
    0%,40%   { opacity: 1; }  
  45%,50%  { opacity: 0; }   
  55%,60%  { opacity: 0; }   
  60%,100% { opacity: 1; }
  }
  
 .wdt-cus-short-des p{
      margin-bottom: 0px;
      font-size: 18px;
      font-weight: var(--wdtFontWeight_Alt);
      color: var(--wdtHeadAltColor);
      text-transform: uppercase;
       font-family: var(--wdtFontTypo_Alt);
  }
  
  .wdt-cus-ph-icon.elementor-widget-icon.elementor-view-default .elementor-icon-wrapper .elementor-icon{
     color: var(    --wdtBodyBGColor);
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 90px;
  }
  
  .wdt-cus-ph-icon.elementor-widget-icon.elementor-view-default .elementor-icon-wrapper .elementor-icon svg {
      fill: currentcolor;
  }



  /*-tooltip*/
 
.wdt-cus-tooltip p{
    display: inline-block;
    background: var(--wdtHeadAltColor);
    font-size: var(--wdtFontSize_H5);
    font-style: italic;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    top: -17px;
    margin-bottom: 0;
}
.wdt-cus-tooltip p:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid var(--wdtHeadAltColor);
    border-right: 20px solid transparent;
    background-image: radial-gradient(circle farthest-side at 10% 2%, transparent 100%, var(--wdtHeadAltColor));
    transform: rotate(90deg);
}

.wdt-cus-Head-Sub .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{
    font-style: italic;
}
  
  /*-iconbox-form*/


.wdt-cus-services-icon-box .wdt-image-box-holder.wdt-rc-template-style_2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
   border-radius:0px;
   background-color: var(--wdtBodyBGColor);
   color: var(--wdtPrimaryColor);
   transition: var(--wdtBaseTransition);
}  

.wdt-cus-services-icon-box .wdt-image-box-holder.wdt-rc-template-style_2 .wdt-content-item:hover .wdt-content-icon span {
    transform: scale(1.1);
}






  /* investment-iconbox */


.wdt-cus-filler-block-title .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
    font-size: clamp(1.5625rem, 1.4232rem + 0.6369vw, 2.1875rem);
    letter-spacing: 0.5;
}

.wdt-filler-icon-box .wdt-image-box-holder.wdt-rc-template-regular .wdt-content-item .wdt-content-title h5 {
    color: var(--wdtHeadAltColor);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_H5);
    font-size:var(--wdtFontSize_H4);
}
.wdt-filler-icon-box .wdt-image-box-holder.wdt-rc-template-regular .wdt-content-title h5{color:var(--wdtHeadAltColor);}

.wdt-filler-icon-box .wdt-image-box-holder.wdt-rc-template-regular .wdt-content-item{
    padding: 0px;
    transition: var(--wdtBaseTransition);
}

.wdt-filler-icon-box .wdt-image-box-holder.wdt-rc-template-regular .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon span {
    transform: scale(1.2);
}

  /* investment-Filler */

 .wdt-filler-title .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
   font-size: clamp(2.5rem, 2.2213rem + 1.2739vw, 3.75rem); 
 } 
 
 .wdt-cus-filler-title .wdt-heading-holder > *:not(:last-child) {
     margin-bottom: 10px;
 }


   /* expert-imgbox */

 .wdt-cus-expert-img-box .wdt-content-item .wdt-content-button > a{
    background-color: transparent;
    color: var(    --wdtHeadAltColor);
    font-weight: var(--wdtFontWeight_Alt);
    position: relative;
    transition: var(--wdtBaseTransition);
    padding: 0;
} 

.wdt-cus-expert-img-box .wdt-content-item .wdt-content-button > a::after{
    content:"\f30b";
    position: relative;
    font-family: 'Font Awesome 5 Free';
    right:30px;
    top: 1px;
    transition: var(--wdtBaseTransition);
    color:transparent;
}

.wdt-cus-expert-img-box .wdt-content-item .wdt-content-button > a:hover{
    color: var(    --wdtPrimaryColor);
    background-color: transparent;
}

.wdt-cus-expert-img-box .wdt-content-item .wdt-content-button > a:hover::after{
    right: -14px;
    color: var(    --wdtPrimaryColor);
}

.wdt-cus-expert-img-box .wdt-image-box-holder.wdt-rc-template-simple .wdt-content-item .wdt-content-image-wrapper{
    justify-content: flex-start;
}

.wdt-cus-expert-img-box .wdt-image-box-holder.wdt-rc-template-simple .wdt-content-item .wdt-content-description {
    padding-bottom: 0px;
}



   /* expert-Testi */


.wdt-cus-testi-head p {
        font-size: var(--wdtFontSize_Alt);
        color: var(--wdtAccentTxtColor);
        font-weight: var(--wdtFontWeight_Alt);
        text-transform: uppercase;
        letter-spacing: var(--wdtLetterSpacing_2X);
    background-color: var(--wdtPrimaryColor);
        padding: 15px 20px;
}
    
.wdt-cus-testimonial-style.elementor-widget .elementor-icon-list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
    
     
.wdt-cus-testimonial-style.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text{
     font-size: clamp(1.5rem, 1.4164rem + 0.3822vw, 1.875rem); /* Min-24 & Max-30 */
    color: var(--wdtHeadAltColor);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Alt);
    
}

.wdt-cus-testimonial-style.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-icon {
    font-size: var(--wdtFontSize_Alt);
    margin-bottom: 15px;
}



/*button style*/

.wdt-cus-expert-btn .wdt-button .wdt-button-text{
    background-color: transparent;
    color: var(--wdtHeadAltColor);
    font-weight: var(--wdtFontWeight_Alt);
    position: relative;
    transition: var(--wdtBaseTransition);
    padding: 0;
} 

.wdt-cus-expert-btn .wdt-button .wdt-button-text::after{
    content:"\f30b";
    position: relative;
    font-family: 'Font Awesome 5 Free';
    right:30px;
    top: 1px;
    transition: var(--wdtBaseTransition);
    color:transparent;
}

.wdt-cus-expert-btn .wdt-button .wdt-button-text:hover{
    color: var(--wdtPrimaryColor);
    background-color: transparent;
}

.wdt-cus-expert-btn .wdt-button .wdt-button-text:hover::after{
    right: -14px;
    color: var( --wdtPrimaryColor);
}

.wdt-cus-expert-testi .wdt-advanced-carousel-holder.wdt-rc-template-standard .swiper-slide .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{
    font-size:unset;
}
.wdt-cus-expert-testi .wdt-advanced-carousel-holder.wdt-rc-template-standard .swiper-slide .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-cus-expert-testi .wdt-advanced-carousel-holder.wdt-rc-template-standard .swiper-slide .wdt-button-holder .wdt-button,
.wdt-cus-expert-testi .wdt-advanced-carousel-holder.wdt-rc-template-standard .swiper-slide .wdt-heading-holder .wdt-heading-title-wrapper{transition-delay:0ms; transform:translate(0);}


.wdt-cus-testi-texteditor p{
    font-weight:var(--wdtFontWeight_Ext);
}
.wdt-cus-testi-texteditor p a{
    font-weight:var(--wdtFontWeight_Base);
}



/* contact-page-contact-form */



.wdt-Contact-main {
    display: flex;
    width: 100%;
    gap: 30px;
    
}


.contact-form-appoinment-details {
    margin-bottom: 30px;
}

.contact-form-appoinment-details p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 0;
}

.contact-form-appoinment-details input[type="text"],
.contact-form-appoinment-details input[type="email"],
.contact-form-appoinment-details input[type="tel"] {
    border: none;
    background-color: var(--wdtAccentTxtColor);
}


.contact-form-appoinment-details input[type="date"] {
    min-height: 62px;
    max-height: 64px;
}

.contact-form-appoinment-details input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1); 
    background-color: transparent;
    cursor: pointer;
    width: 50%;
}


.appoinment-contact-message {
    width: 50%;
    margin-bottom: 0;
}

.appoinment-contact-message textarea {
    border-radius: 0;
    background-color: var(--wdtAccentTxtColor);
    height: 200px;
    border: 0;
}


.appoinment-contact-message textarea:hover,
.contact-form-appoinment-details input[type="text"]:hover,
.contact-form-appoinment-details input[type="email"]:hover,
.contact-form-appoinment-details input[type="tel"]:hover,
.contact-form-appoinment-details textarea:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}


.contact-us-form-appoinment .wdt-submit-btn .with-spinner {
    display: flex;
    width: 100%;
}

.wpcf7-form input.wpcf7-submit {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
}


@media (max-width: 767px) {
    .wdt-Contact-main {
        flex-direction: column-reverse;
        gap: 5px;
    }
    .contact-form-appoinment-details p {
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .contact-form-appoinment-details {
        order: 1;
    }
    .appoinment-contact-message {
        order: 2;
        width: 100%;
    }    
    .appoinment-contact-message textarea {
        height: 150px;
    }    
    .wpcf7-form input.wpcf7-submit {
        order: 3;
    }
    }


/* home-3-filler */

.wdt-cus-filler-bk-heading .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
    font-size: clamp(2.5rem, 2.3607rem + 0.6369vw, 3.125rem);
}   

.wdt-cus-filler-box-heading  .wdt-heading-holder h4.wdt-heading-title-wrapper .wdt-heading-title {
    font-weight: calc(var(--wdtFontWeight_Alt) + 100);
}

.wdt-cus-filler-bk-heading .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title{
    font-size: clamp(2.5rem, 2.3607rem + 0.6369vw, 3.125rem);
}   

.wdt-cus-filler-box-heading  .wdt-heading-holder h4.wdt-heading-title-wrapper .wdt-heading-title {
    font-weight: calc(var(--wdtFontWeight_Alt) + 100);
}

.wdt-cus-filler-box-heading .wdt-heading-holder > *:not(:last-child){
    margin-bottom: clamp(0.5rem, 0.4721rem + 0.1274vw, 0.625rem);
}


/* home-1-scaled section */

.wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .wdt-image-box-container .swiper-slide {
   height: auto;
}

.wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .wdt-content-item:before{
    content:none;
}

.wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .wdt-content-item {
    border: none;
    position: relative;
    overflow: visible;
    height: 100%;
    padding: clamp(2.8125rem, 2.4375rem + 1.875vw, 4.6875rem) clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem); /* 75 - 45 */ /* 35 - 20 */
}

.wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .wdt-content-item:after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    border:1px solid var(--wdtPrimaryColor);
    border-left: transparent;
    left:0;
    top: 0;
    transition: var(--wdtBaseTransition);
    z-index: -1;
}
.wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .wdt-content-item:hover:after{
  transform: scaleY(1.3);
  box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.52);
  background-color: var(--wdtPrimaryColor);
}


.wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .swiper-slide:first-child .wdt-content-item:after{
    border-left: 1px solid var(--wdtPrimaryColor);
}
    



.wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .swiper{clip-path: inset(-100vmax -1px);}
.wdt-cus-iconbox-basic .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:before{background-color:transparent;}
.wdt-cus-iconbox-basic .wdt-rc-template-basic.wdt-carousel-holder  .wdt-carousel-arrow-pagination > div{color:var(--wdtHeadAltColor);}
.wdt-cus-iconbox-basic .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock){color:var(--wdtHeadAltColor); width:auto; height:auto; margin-top: 0; transition:var(--wdtBaseTransition); }
.wdt-cus-iconbox-basic .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock,div[aria-disabled="true"]):hover{color:var(--wdtPrimaryColor);}
.wdt-cus-iconbox-basic .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover:before{background-color:transparent;}



@media(min-width:768px){
    .wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic{padding:0 80px;}
    .wdt-cus-iconbox-basic .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{display:flex; justify-content:space-between;}
    .wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .wdt-carousel-pagination-wrapper{ position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; }
}
@media(max-width:767px){
    .wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic.wdt-carousel-holder .wdt-carousel-pagination-wrapper{margin-top:40px;}
    .wdt-cus-iconbox-basic .wdt-image-box-holder.wdt-rc-template-basic .wdt-content-item:hover:after{transform: scaleY(1);}
}





.wdt-cus-h1-hero-slider-header  p{
    font-size: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem);/* 40px-30px */
    color:var(--wdtAccentTxtColor);
    text-transform:uppercase;
    max-width:600px;
    font-weight:calc(var(--wdtFontWeight_Base) - 100);
    line-height:1.2;

}
.wdt-cus-h1-hero-slider-header  p strong{
    font-weight:var(--wdtFontWeight_Ext);
}
.wdt-cus-h1-hero-slider-header-2 p{
    font-size:var(--wdtFontSize_H4);
    font-weight:calc(var(--wdtFontWeight_Base) -100);
}



.wdt-cus-form input,.wdt-cus-form textarea{
    border-color:transparent;
}
.wdt-cus-form2 p > span {
    margin-bottom:10px;
}

/* ----------Portfolio--------- */

.archive.tax-wdt_listings_category .container { margin-bottom: clamp(3.75rem, 1.875rem + 6.25vw, 9.375rem); }


/* ------------------Shop Styles-------------------- */

.wdt-shop-temp.products li.product .product-thumb:before {
    position: absolute;
    background-image: url(../images/product-overlay.png);
    background-repeat: repeat;
    z-index: 1;
    pointer-events: none;
    transition: var(--wdtBaseTransition);
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.wdt-shop-temp.products li.product:hover .product-thumb:before {
    opacity: 1;
}

.wdt-shop-temp.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons { z-index: 2; }

.wdt-shop-temp.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons div.wc_btn_inline {
    opacity: 0;
    transition: var(--wdtBaseTransition);
}

.wdt-shop-temp.products li.product:hover .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons div.wc_btn_inline {
    opacity: 1;
}

.wdt-shop-temp.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons div.wc_btn_inline:first-child {
    transform: translateX(-100%);
}
.wdt-shop-temp.products li.product .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons div.wc_btn_inline:last-child {
    transform: translateX(100%);
}

.wdt-shop-temp.products li.product:hover .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons div.wc_btn_inline:first-child,
.wdt-shop-temp.products li.product:hover .product-thumb .product-buttons-wrapper.product-icons .wc_inline_buttons div.wc_btn_inline:last-child {
    transform: translateX(0);
}

.woocommerce div.product .wdt-product-summary .tinv-wishlist .tinvwl_add_to_wishlist_button { display: inline-flex; align-items: center; }
.woocommerce div.product .wdt-product-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before { content: '\e806'; font-family: "wdt-finance-icon" !important; font-size: inherit; }
.woocommerce div.product .summary.wdt-product-summary > div.product_meta_wrapper:last-child { margin-top: 10px; line-height: var(--wdtLineHeight_Alt); }
.woocommerce div.product .wdt-product-summary .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text { display: block !important; }
.woocommerce .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before { content: '\e806' !important; font-family: "wdt-finance-icon"; font-size: 0.65em; top: 0; }


/* --------wishlist-------- */

.products .product .product-buttons-wrapper.product-icons a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before { font-family: "wdt-finance-icon" !important; content: '\e806';}


/** 
    @categorylisting
*/

.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section { position: relative; overflow: hidden; display: grid; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section::before { content: ""; position: absolute; inset: 0; background: transparent; width: 100%; height: 100%; z-index: 1; transition: var(--wdtBaseTransition); }
.wdt-sp-categorylisting .wdt-listings-item:hover .wdt-listings-item-top-section::before { background: rgb(var(--wdtPrimaryColorRgb), .8); }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section > div { grid-area: 1/-1; }
.wdt-sp-categorylisting .wdt-listings-item .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-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-item-top-section-content > div:not(:last-child) { margin-bottom: 20px; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings--title,
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listing-view-details { margin: 0px; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-feature-image-holder { display: block; height: 100%; }
.wdt-sp-categorylisting .wdt-listings-item .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-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section:hover .wdt-listings-feature-image-holder img { scale: 1.2; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-featured-item-container a { padding: 0px; }
.wdt-sp-categorylisting .wdt-listings-item .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-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-hover-image-icon { position: absolute; top: 20px; left: 20px; margin: 0px; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section-content .wdt-listings-title { font-size: calc(var(--wdtFontSize_H3) + 2px); margin: 0; font-weight: var(--wdtFontWeight_Base); }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-categories { color: var(--wdtAccentTxtColor); margin-bottom: 0; font-style: italic; }
.wdt-sp-categorylisting .wdt-listings-item .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-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title,
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon a { opacity: 0; transition: var(--wdtBaseTransition); }
.wdt-sp-categorylisting .wdt-listings-item:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title,
.wdt-sp-categorylisting .wdt-listings-item:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon a { opacity: 1; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title { transform: translateY(100px); -webkit-transform: translateY(100px); }
.wdt-sp-categorylisting .wdt-listings-item .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-sp-categorylisting .wdt-listings-item:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title,
.wdt-sp-categorylisting .wdt-listings-item: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-sp-categorylisting .wdt-listings-item:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-group-button-hover-icon a:last-child { transition-delay: 50ms; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section a { color: var(--wdtAccentTxtColor); }
.wdt-sp-categorylisting .wdt-listings-item .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-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a:hover::before { transform: scale(0); -webkit-transform: scale(0); }
.wdt-sp-categorylisting .wdt-listings-item .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-top:0; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a:hover { color: var(--wdtAccentTxtColor); }

.wdt-sp-categorylisting .wdt-listings-item .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-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a.wdt-view-icon::after { content: '\e801'; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a.wdt-gallery-icon::after { content: '\e802'; }
.wdt-sp-categorylisting .wdt-listings-item .wdt-listings-item-top-section .wdt-listings-group-button-hover-icon a.wdt-plus-icon::after { content: '\e800'; }

@media only screen and (max-width:1024px) {
    .elementor-widget-container .wdt-sp-categorylisting { grid-template-columns: repeat(2, 1fr) !important; }
}

@media only screen and (max-width:767px) {
    .elementor-widget-container .wdt-sp-categorylisting { grid-template-columns: repeat(1, 1fr) !important; }
}



/* --------- Community Plugin --------- */

#buddypress .bp-navs ul, #buddypress .bp-navs ol {
    display: flex;
    border-bottom: 1px solid var(--wdtBorderColor);
    padding: 0;
}

#buddypress .subnav-filters {
    margin-bottom: 20px;
}

#buddypress .bp-navs li {
    padding-bottom: 0;
    border-color: var(--wdtBorderColor);
    background-color: transparent;
}

#buddypress .bp-navs ol li.current {
    border-bottom-color: var(--wdtBodyBGColor);
    border-radius: 3px 3px 0 0;
}

#buddypress .bp-navs ul li a,
#buddypress .bp-navs ol li a,
#buddypress .bp-navs ol li span {
    background-color: transparent;
    color: var(--wdtLinkColor);
    font-size: calc(var(--wdtFontSize_Ext) + 1px);
    font-family: var(--wdtFontTypo_Base);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Base);
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 12px 15px;
    margin-bottom: -1px;
}

#buddypress .bp-navs ol li a,
#buddypress .bp-navs ol li span {
    padding: 12px 8px;
}

#buddypress .bp-navs ul li span {
    font-size: 0.7em;
    padding: 3px 6px;
    border: 1px solid var(--wdtBorderColor);
    border-radius: 0;
    background-color: transparent;
    color: var(--wdtHeadAltColor);
    margin-left: 6px;
}

#buddypress .bp-navs ul li.current span,
#buddypress .bp-navs ul li.selected span {
    border-color: rgba(var(--wdtBorderColorRgb),0.4);
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
}

#buddypress .bp-navs li.selected a,
#buddypress .bp-navs ul li.current a {
    border: 1px solid var(--wdtBorderColor);
    border-bottom-color: var(--wdtBodyBGColor);
    border-radius: 3px 3px 0 0;
    color: var(--wdtLinkHoverColor);
} 

#buddypress .bp-navs ol li.current a {
    color: var(--wdtLinkHoverColor);
}

#buddypress form input:not([type="submit"]), #buddypress form textarea, #buddypress .activity-update-form #whats-new-textarea textarea,
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select,
#bbpress-forums #bbp-search-form #bbp_search {
    font-size: var(--wdtFontSize_Base);
    font-family: var(--wdtFontTypo_Base);
    font-weight: var(--wdtFontWeight_Base);
    line-height: normal;
    padding: var(--wdtInputPadding);
    box-shadow: none;
    border: 1px solid var(--wdtBorderColor);
    background: transparent;
    height: auto;
}

#buddypress form input:not([type="submit"]):focus, #buddypress form textarea:focus, #bbpress-forums #bbp-search-form #bbp_search:focus {
    border-color: var(--wdtLinkHoverColor);
}

#buddypress form input[type="submit"], #buddypress form input[type="button"], #buddypress form input[type="reset"],
#buddypress .activity-list .bp-profile-button a.button, .buddypress #buddypress button[type="submit"],
#buddypress form#group-members-search button[type=submit], 
#buddypress form.bp-dir-search-form button[type=submit], 
#buddypress form.bp-messages-search-form button[type=submit], 
#buddypress form[data-bp-search].bp-invites-search-form button[type=submit],
#buddypress .bp-list li button.friendship-button, #bbpress-forums #bbp-search-form #bbp_search_submit,
#buddypress .activity-list .load-more a, #buddypress .activity-list .load-newest a {
    font-family: var(--wdtFontTypo_Base);
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_Base);
    line-height: var(--wdtLineHeight_Ext);
    text-transform: capitalize;
    padding: var(--wdtPadding_Btn);
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    border: none;
}

#buddypress form input[type="submit"]:hover, #buddypress form input[type="button"]:hover, #buddypress form input[type="reset"]:hover,
#buddypress .activity-list .bp-profile-button a.button:hover, .buddypress #buddypress button[type="submit"]:hover,
#buddypress form#group-members-search button[type=submit]:hover, 
#buddypress form.bp-dir-search-form button[type=submit]:hover, 
#buddypress form.bp-messages-search-form button[type=submit]:hover, 
#buddypress form[data-bp-search].bp-invites-search-form button[type=submit]:hover,
#buddypress .bp-list li button.friendship-button:hover, #bbpress-forums #bbp-search-form #bbp_search_submit:hover,
#buddypress .activity-list .load-more a:hover, #buddypress .activity-list .load-newest a:hover {
    background-color: var(--wdtSecondaryColor);
    color: var(--wdtHeadAltColor);
}

#buddypress form#group-members-search, 
#buddypress form.bp-dir-search-form, 
#buddypress form.bp-messages-search-form, 
#buddypress form[data-bp-search].bp-invites-search-form {
    border: none;
    background: transparent;
    padding: 0;
}

#buddypress form#group-members-search button[type=submit], 
#buddypress form.bp-dir-search-form button[type=submit], 
#buddypress form.bp-messages-search-form button[type=submit], 
#buddypress form[data-bp-search].bp-invites-search-form button[type=submit] {
    padding: 14px 12px 21px;
    margin-top: 0;
}

#bbpress-forums #bbp-search-form #bbp_search_submit {
    padding: 20px 20px;
    margin-top: 0;
    border-radius: 0;
}

#buddypress .activity-list .load-more a, #buddypress .activity-list .load-newest a {
    width: fit-content;
    margin: 15px auto;
}

#buddypress .activity-list .load-more, #buddypress .activity-list .load-newest {
    background: transparent;
}

#buddypress .subnav-filters div.select-wrap {
    border: none;
    box-shadow: none;
}

#buddypress .subnav-filters div.select-wrap > *:not(.select2) {
    display: none;
}

#buddypress fieldset legend, #bbpress-forums fieldset.bbp-form legend {
    border: 1px solid var(--wdtBorderColor);
    padding: 3px 10px;
    background-color: var(--wdtBodyBGColor);
}

#buddypress .standard-form #group-create-body .left-menu img {
    padding-bottom: 15px;
}

/* Group list */

#buddypress .bp-list {
    padding: 0;
    margin: 15px 0;
    border: 1px solid var(--wdtBorderColor);
    background: transparent;
}

#buddypress .bp-pagination {
    margin-bottom: 15px;
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_Base);
    font-family: var(--wdtFontTypo_Base);
}

#buddypress .bp-list li {
    padding: 25px;
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid var(--wdtBorderColor);
    box-shadow: none;
}

#buddypress .bp-list li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

#buddypress .bp-list li .item-avatar {
    margin-right: 20px;
}

#buddypress .bp-list li .item-avatar img.avatar {
    border-radius: var(--wdtRadius_Full);
    max-width: 75px;
}

#buddypress .bp-list li .item .item-block {
    width: 220px;
    margin-right: 30px;
}

#buddypress .groups-list li .group-desc {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    font-family: var(--wdtFontTypo_Base);
    line-height: var(--wdtLineHeight_Base);
    font-style: normal;
    width: calc(100% - 250px);
}

#buddypress .groups-list li .list-title,
#buddypress .bp-list li .item .list-title {
    font-size: var(--wdtFontSize_H3);
    font-weight: var(--wdtFontWeight_H3);
    font-family: var(--wdtFontTypo_H3);
    line-height: var(--wdtLineHeight_H3);
    text-transform: capitalize;
    color: var(--wdtPrimaryColor);
    text-align: inherit;
}

#buddypress .groups-list li .list-title {
    width: 100%;
}

#buddypress .groups-list li .list-title a:hover {
    color: var(--wdtLinkColor);
}

#buddypress .groups-list li .item-meta {
    font-size: var(--wdtFontSize_Base);
    font-weight: calc(var(--wdtFontWeight_Base) + 100);
    font-family: var(--wdtFontTypo_Base);
    line-height: var(--wdtLineHeight_Base);
    margin: 0;
    width: 100%;
    text-align: inherit;
}

#buddypress .groups-header .desc-wrap,
#buddypress .groups-header .desc-wrap .group-description {
    background: transparent;
    box-shadow: none;
}

#buddypress .groups-header .desc-wrap .group-description {
    padding: 0;
    border: none;
}

#buddypress .single-headers .activity {
    font-size: var(--wdtFontSize_H5);
}

#buddypress .bp-feedback {
    box-shadow: none;
    border: 1px solid var(--wdtBorderColor);
}

#buddypress .subnav-filters .feed {
    padding: 10px 0;
}

/* Activiy form */

#buddypress .activity-update-form {
    border: 1px solid var(--wdtBorderColor);
    box-shadow: none;
    padding: 15px;
    margin: 10px 0 30px;
}

#buddypress .activity-update-form #whats-new-content {
    padding: 0;
}

#buddypress form textarea, #buddypress .activity-update-form #whats-new-textarea textarea {
    padding: 10px 12px;
}

#buddypress .activity-update-form #whats-new-submit {
    margin: 10px 0px 5px 55px;
}

#buddypress .activity-update-form #whats-new-submit input {
    width: auto;
    text-decoration: none;
}

#buddypress .activity-list .activity-item .activity-meta.action .button {
    margin: 0px;
}

#buddypress .activity-list .activity-item .activity-meta.action {
    border: 0px;
    background: var(--wdtTertiaryColor);
    padding: 8px;
}

#buddypress .subnav-filters > ul {
    padding: 0;
}

#buddypress .activity-list .activity-item .activity-content .activity-inner {
    padding: 15px;
    background-color: var(--wdtTertiaryColor);
}

#buddypress .activity-list .activity-item .activity-content .activity-inner .bp-group-short-description {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 30px;
}

#buddypress .bp-group-avatar-content, #buddypress .bp-member-avatar-content {
    margin: 0;
    width: auto;
}

#buddypress .bp-group-avatar-content img.group-photo, #buddypress .bp-group-avatar-content img.profile-photo, 
#buddypress .bp-member-avatar-content img.group-photo, #buddypress .bp-member-avatar-content img.profile-photo {
    border-color: var(--wdtBorderColor);
    background: transparent;
    margin: 0;
}

#buddypress .activity-list .bp-profile-button {
    text-align: left;
    width: 100%;
    margin: 0;
}

#buddypress .activity-list .bp-profile-button a.button {
    margin: 0;
}

#buddypress .bp-list li li.friendship-button {
    padding: 0;
}

/* BB Press */

body #buddypress div.list-wrap{display:flex;align-items:center;}
body #buddypress div.list-wrap .item-meta.last-activity{margin-bottom:0;}
.buddypress-wrap .bp-pagination .bp-pagination-links a,
.buddypress-wrap .bp-pagination .bp-pagination-links span
 {font-size: x-large;}

#bbpress-forums .bbp-breadcrumb {
    display: none;
}

#bbpress-forums div.bbp-search-form {
    float: none;
    text-align: center;
    margin-bottom: 40px;
}

#bbpress-forums #bbp-search-form #bbp_search {
    width: 100%;
    max-width: 500px;
}

#bbpress-forums li.bbp-header {
    padding: 10px;
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_H5);
    line-height: var(--wdtLineHeight_H5);
    font-family: var(--wdtFontTypo_H5);
    text-transform: capitalize;
}

#bbpress-forums li.bbp-header li {
    padding-bottom: 0;
}

#bbpress-forums li.bbp-header li:first-child {
    padding-left: 15px;
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    border: 1px solid var(--wdtBorderColor);
    font-size: var(--wdtFontSize_Base);
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid var(--wdtBorderColor);
    overflow: hidden;
    padding: 15px 25px 5px;
}

#bbpress-forums a, #bbpress-forums a:hover {
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

#bbpress-forums li.bbp-body a {
    font-size: var(--wdtFontSize_H4);
    font-weight: calc(var(--wdtFontWeight_Base) + 100);
    font-family: var(--wdtFontTypo_Base);
    color: var(--wdtLinkHoverColor);
    background: transparent;
    padding: 0;
    border-radius: var(--wdtRadius_Zero);
    -webkit-border-radius: var(--wdtRadius_Zero);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
    margin-top: 0;
}

#bbpress-forums li.bbp-body a:hover {
    color: var(--wdtLinkColor);
}

#bbpress-forums.bbpress-wrapper ul ul ul {
    border: none;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: var(--wdtFontSize_H5);
}

#bbpress-forums div.bbp-reply-author img.avatar {
    margin-bottom: 10px;
}

#bbpress-forums .bbp-submit-wrapper button[type="submit"] {
    border-radius: var(--wdtRadius_Zero);
}

#bbpress-forums fieldset.bbp-form input[type="checkbox"] {
    margin-bottom: 0;
    margin-right: 6px;
}
#bbpress-forums li.bbp-footer{
    display: none;
}

/* Pagination */

/* Responsive */

@media only screen and (min-width:767px) {
    #buddypress.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
        border-bottom: 0px;
        border-top: 0px;
        box-shadow: none;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:767px) {
    #buddypress .bp-list li .item-avatar {
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        float: none;
    }
    #buddypress .bp-list li {
        padding: 25px 20px 20px;
    }
    #buddypress .bp-list li .item .item-block {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    #buddypress .groups-list li .group-desc {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }
    #buddypress .bp-navs ul, #buddypress .bp-navs ol {
        flex-wrap: wrap;
        text-align: center;
        padding-bottom: 15px;
    }
    #buddypress .bp-navs li.selected a, #buddypress .bp-navs ul li.current a, #buddypress .bp-navs ol li.current {
        border-color: var(--wdtBorderColor);
    }
    #buddypress .single-screen-navs li {
        border-bottom: 0px;
        background: transparent;
    }
    #buddypress:not(.bp-single-vert-nav) .bp-navs li {
        background: transparent;
    }
    #buddypress .single-screen-navs {
        border: none;
    }
    #buddypress .activity-update-form #whats-new-submit {
        margin: 10px 0px 0px;
    }
    #buddypress .activity-list .activity-item .activity-header,
    #buddypress .activity-list .activity-item .activity-meta.action,
    #buddypress .activity-list .bp-profile-button {
        text-align: center;
    }
    #buddypress .activity-list .activity-item .activity-content .activity-inner .bp-group-short-description {
        justify-content: center;
        text-align: center;
    }
    body #buddypress .bp-list .members-meta.action {
        padding-left: 0px;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    #bbpress-forums li.bbp-body li.bbp-forum-freshness,
    #bbpress-forums li.bbp-header li.bbp-topic-freshness,
    #bbpress-forums li.bbp-body li.bbp-topic-freshness {
        display: none;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-info,
    #bbpress-forums li.bbp-body li.bbp-forum-info,
    #bbpress-forums li.bbp-header li.bbp-topic-title,
    #bbpress-forums li.bbp-body li.bbp-topic-title {
        width: 70%;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-reply-count, #bbpress-forums li.bbp-body li.bbp-forum-reply-count, 
    #bbpress-forums li.bbp-header li.bbp-forum-topic-count, #bbpress-forums li.bbp-body li.bbp-forum-topic-count, 
    #bbpress-forums li.bbp-header li.bbp-topic-reply-count, #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 
    #bbpress-forums li.bbp-header li.bbp-topic-voice-count, #bbpress-forums li.bbp-body li.bbp-topic-voice-count {
        width: 15%;
    }
}

@media only screen and (max-width:479px) {
    #bbpress-forums li.bbp-header li.bbp-topic-reply-count, #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 
    #bbpress-forums li.bbp-header li.bbp-forum-reply-count, #bbpress-forums li.bbp-body li.bbp-forum-reply-count {
        display: none;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-info,
    #bbpress-forums li.bbp-body li.bbp-forum-info {
        width: 75%;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-reply-count, #bbpress-forums li.bbp-body li.bbp-forum-reply-count, 
    #bbpress-forums li.bbp-header li.bbp-forum-topic-count, #bbpress-forums li.bbp-body li.bbp-forum-topic-count, 
    #bbpress-forums li.bbp-header li.bbp-topic-reply-count, #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 
    #bbpress-forums li.bbp-header li.bbp-topic-voice-count, #bbpress-forums li.bbp-body li.bbp-topic-voice-count {
        width: 25%;
    }
}

/* --Unit Test Styles-- */

.wp-block-group[class*="has-border-"] { border-style: solid; }
.wp-block-group p { margin-bottom: 0; }
.wp-block-group { margin-bottom: 15px; }
.wp-block-search { margin-bottom: 20px; }
.wp-block-search__button-inside.wp-block-search .wp-block-search__inside-wrapper > button { margin-left: 0; margin-bottom: 25px; position: absolute; right: 4px; top: 4px; margin: 0; bottom: 4px; border-radius: 0; }



/* --portfolio-popup-styles-- */

.mfp-zoom-out-cur .mfp-gallery .mfp-image-holder .mfp-close{width:fit-content; padding:10px; cursor: pointer; border-radius:var(--wdtRadius_Zero);}
.mfp-zoom-out-cur .mfp-gallery .mfp-image-holder .mfp-close:hover{transform:none;}



/* Events */
body .tribe-events .tribe-events-c-view-selector__button-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body .tribe-events .tribe-events-c-events-bar__search-button,
body .tribe-events button.tribe-events-c-events-bar__search-button{
    align-items: center;
}




/* Events-styles */

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button{
    padding:10px;
}
.tribe-events .datepicker .datepicker-switch{
    background-color:transparent;
}
.tribe-events .datepicker .dow,
.tribe-events .datepicker .prev,
.tribe-events .datepicker .next,
.tribe-events .tribe-events-calendar-month__header-column{background-color:transparent;}

.tribe-events button.tribe-events-c-top-bar__datepicker-button{margin-top:0;}


/* Expert-arrow-customization */

@media(max-width:1540px){
.wdt-cus-arrow-customizer .wdt-advanced-carousel-holder.wdt-rc-template-standard .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{
   justify-content:end;
   gap:30px;
}
.wdt-cus-arrow-customizer  .wdt-advanced-carousel-holder.wdt-rc-template-standard .wdt-carousel-pagination-wrapper{
    top:auto;
    bottom: 95px;
    transform:none;
}
}

@media(max-width:767px){
.wdt-cus-arrow-customizer .wdt-advanced-carousel-holder.wdt-rc-template-standard .wdt-carousel-pagination-wrapper{
    bottom: 130px;
}
}