
.wdt-header-menu ul.wdt-primary-nav > li:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 9px;
    margin: auto;
    width: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #201c1d;
    opacity: 0;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}
.wdt-header-menu ul.wdt-primary-nav > li:hover:after {
    opacity: 1;
}

.woocommerce .star-rating span::before{
    color: rgb(247, 198, 2);
}
.post-ratings-loading{
    line-height: .8;
}

/* Course Listing Custom For Cost Filter */

div[class*="listing-holder"].wdt-custom-courses-listing-default div[class*="listing-filters"] ul{
    display: flex;
    flex-flow: row wrap;
}
div[class*="listing-holder"].wdt-custom-courses-listing-default div[class*="listing-filters"] ul > li{
    width: auto;
}
div[class*="listing-holder"].wdt-custom-courses-listing-default div[class*="listing-filters"] ul > li input{
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
div[class*="listing-holder"].wdt-custom-courses-listing-default div[class*="listing-filters"]>div[class$="filter"]>ul>li>label{
    font-weight: var(--wdtFontWeight_Alt);
    padding: 7px 15px;
    border: 2px solid var(--wdtHeadAltColor);
}
div[class*="listing-holder"].wdt-custom-courses-listing-default div[class*="listing-filters"]>div[class$="filter"]>ul>li.active > label,
div[class*="listing-holder"].wdt-custom-courses-listing-default div[class*="listing-filters"]>div[class$="filter"]>ul>li:hover > label{
    background-color: var(--wdtPrimaryColor);
    border-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
}

/* End */

/* Course Detail Type - 1 */

.dtlms-course-detail.type1 .dtlms-course-detail-header{
    display: grid;
    grid-template-columns: max-content auto auto;
}
.dtlms-course-detail.type1 .dtlms-course-detail-header > .dtlms-course-detail-header-inner{
    position: absolute;
    z-index: 1;
    width: auto;
    top: 10px;
    left: 10px;
}
.dtlms-course-detail.type1 .dtlms-course-detail-header > .dtlms-course-detail-header-inner .dtlms-certificate-badge span{
    background-color: var(--wdtAccentTxtColor);
}
.dtlms-course-detail.type1 .dtlms-course-detail-header > .dtlms-course-detail-content{
    padding: 20px;
    background-color: var(--wdtAccentTxtColor);
}
.dtlms-course-detail.type1 .dtlms-course-detail-content-meta > div{
    padding: 15px 20px;
    font-size: 16px;
    padding-left: 0;
}
.dtlms-course-detail.type1 div[class$="share-holder"]{
    margin-top: 0;
}
.dtlms-course-detail.type1 div[class$="share-holder"] span{
    padding-left: 0;
}
.dtlms-course-detail.type1 .dtlms-course-detail-content .dtlms-coursedetail-price-details{
    font-size: 20px;
    font-weight: var(--wdtFontWeight_Alt);
    margin-top: 10px;
    text-align: left;
}

/* End */

/* Type 3 */

.dtlms-course-detail.type3 .dtlms-course-detail-header .dtlms-course-detail-image{
    display: none;
}
.dtlms-course-detail.type3 .dtlms-item-progress-details-holder .dtlms-item-progress-details .dtlms-button:hover,
.dtlms-course-detail.type4 .dtlms-item-progress-details-holder .dtlms-item-progress-details .dtlms-button:hover{
    background-color: var(--wdtAccentTxtColor);
    color: var(--wdtHeadAltColor);
}
.dtlms-course-detail.type4  div[class*="dynamic-section-holder"] > div[class$="dynamic-section-startdate"]{
    color: var(--wdtAccentTxtColor);
}

/* End */

/* Type 2 */

.dtlms-course-detail.type2 .dtlms-course-detail-header{
    display: flex;
    flex-flow: row wrap;
}
.dtlms-course-detail.type2 .dtlms-course-detail-image{
    flex-basis: 35%;
}
.dtlms-course-detail.type2 .dtlms-course-detail-header > .dtlms-course-detail-content.left{
    flex-basis: 65%;
}
.dtlms-course-detail.type2 .dtlms-course-detail-header > .dtlms-course-detail-content.right{
    flex-basis: 100%;
}
.dtlms-course-detail.type2 .dtlms-item-progress-details-holder .dtlms-item-progress-details .dtlms-button:hover,
.dtlms-course-detail.type4 div[class*="dynamic-section-holder"] .dtlms-item-submit-button .dtlms-button:hover{
    background-color: var(--wdtAccentTxtColor);
    color: var(--wdtHeadAltColor);
}

/* End */

/* Teachers Profile(Detail) */

.dtlms-package-detail .dtlms-column.dtlms-one-third{
    width: 100%;
}
.dtlms-package-detail .dtlms-column{
    margin-left: 0;
}
.dtlms-package-detail .dtlms-column:not(:first-child){
    margin-bottom: 30px;
}

/* End */

/* Packages Detail */

.dtlms-package-detail .dtlms-package-items table td {
    border-color: var(--wdtBorderColor);
}
.dtlms-package-detail .dtlms-package-items table tr td:last-child, 
.dtlms-package-detail .dtlms-package-items table tr th:last-child{
    border-right: 1px solid var(--wdtBorderColor) !important;
}
.dtlms-package-detail.dtlms_packages .dtlms-package-items table td,
.dtlms-package-detail.dtlms_packages .dtlms-package-items table th{
    text-align: center;
}
.dtlms-package-detail.dtlms_packages .dtlms-package-items{
    margin: 20px 0 20px;
}
.dtlms-package-detail.dtlms_packages .dtlms-payment-details .dtlms-packagelist-price-details{
    padding: 0 0 15px;
}

/* Listing */

div[class*="listing-holder"] div.dtlms-packages-listing-containers.grid.dtlms-apply-isotope{
    display: block;
}

/* End */

/* Lessons pagination */

.dtlms-lesson-pagination > div{
    display: inline-block;
}
.dtlms-lesson-pagination > ul.page-numbers{
    display: inline-flex;
    padding-left: 0;
    margin: 0 5px 0 10px;
}
.dtlms-lesson-pagination > ul.page-numbers > li{
    list-style-type: none;
    padding-bottom: 0;
    margin: 0 3px;
}
.dtlms-lesson-pagination .prev-post a,
.dtlms-lesson-pagination .next-post a,
.dtlms-lesson-pagination .page-numbers li a{
    padding: 10px;
    border: 2px solid var(--wdtHeadAltColor);
    border-radius: var(--wdtRadius_1X);
    font-weight: var(--wdtFontWeight_Alt);
    min-width: 40px;
    display: inline-block;
    line-height: normal;
}
.dtlms-lesson-pagination .page-numbers li a,
.dtlms-lesson-pagination .page-numbers li span.current{
    text-align: center;
}
.dtlms-lesson-pagination .page-numbers li span.page-numbers.dots{
    margin: auto;
    font-size: 18px;
    color: var(--wdtHeadAltColor);
}
.dtlms-lesson-pagination .page-numbers li span.current{
    min-width: 40px;
    display: inline-block;
    line-height: normal;
    padding: 10px;
    font-weight: var(--wdtFontWeight_Alt);
    border-radius: var(--wdtRadius_1X);
}
.dtlms-lesson-pagination .prev-post a:hover,
.dtlms-lesson-pagination .next-post a:hover,
.dtlms-lesson-pagination .page-numbers li span.current,
.dtlms-lesson-pagination .page-numbers li a:hover{
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    border-color: var(--wdtPrimaryColor);
    border: 2px solid var(--wdtPrimaryColor);
}

/* End */

/* Login / Register */

.page-template.page-template-tpl-registration #main > .container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
}
.page-template.page-template-tpl-registration #main > .container .lmselementor-social-logins-wrapper{
    grid-area: 2 / 1 / span 2 / span 2;
}
.page-template.page-template-tpl-registration #main > .container .lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container{
    margin-top: 10px;
    text-align: center;
}
.page-template.page-template-tpl-registration #main > .container .lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container .lmselementor-pro-social-logins-divider{
    margin: 25px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--wdtHeadAltColor);
}
.page-template.page-template-tpl-registration #main > .container .lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container .lmselementor-pro-social-logins-divider:before{
    content: "";
    position: relative;
    display: inline-block;
    margin: auto;
    height: 1px;
    background-color: var(--wdtHeadAltColor);
    width: 150px;
    max-width: 150px;
    margin-right: 15px;
}
.page-template.page-template-tpl-registration #main > .container .lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container .lmselementor-pro-social-logins-divider:after{
    content: "";
    position: relative;
    display: inline-block;
    margin: auto;
    height: 1px;
    background-color: var(--wdtHeadAltColor);
    width: 150px;
    max-width: 150px;
    margin-left: 15px;
}
.lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container  a{
    padding: var(--wdtPadding_MiniBtn);
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 200px;
    position: relative;
    display: inline-block;
    border-radius: var(--wdtRadius_1X);
    color: var(--wdtAccentTxtColor);
    border: 1px solid;
    margin: 5px;
}
.lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container  a > i{
    margin-right: 10px;
    font-size: var(--wdtFontSize_Ext);
}
.lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container  a.lmselementor-pro-social-facebook-connect{
    background-color: rgb(59, 89, 152);
    border-color: rgb(59, 89, 152);
}
.lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container  a.lmselementor-pro-social-facebook-connect:hover{
    color: rgb(59, 89, 152);
    background-color: transparent;
}
.lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container  a.lmselementor-pro-social-google-connect{
    background-color: rgb(221, 75, 57);
    border-color: rgb(221, 75, 57);
}
.lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container  a.lmselementor-pro-social-google-connect:hover{
    color: rgb(221, 75, 57);
    background-color: transparent;
}

/* End */

/* Student Dashboard */

.wdt-custom-dashboard-tab .wdt-tabs-container[class*='-layout-vertical'] > .wdt-tabs-list-wrapper > .wdt-tabs-list{
    max-width: 250px;
}
.wdt-custom-dashboard-tab .wdt-tabs-container .wdt-tabs-content-wrapper,
.wdt-custom-dashboard-tab .ui-tabs .ui-tabs-panel{
    padding: 0;
}
.wdt-custom-dashboard-tab .wdt-tabs-container .wdt-tabs-content-wrapper{
    padding: 0 20px 0 30px;
}
.wdt-custom-dashboard-tab .wdt-tabs-container .wdt-tabs-list li{
    width: 100%;
    border: none;
}
.wdt-custom-dashboard-tab .wdt-tabs-container .wdt-tabs-list li > a{
    padding: var(--wdtPadding_Btn);
    min-height: 50px;
}
.wdt-custom-dashboard-tab .wdt-tabs-container {
    padding: 10px;
    background: none;
    border-color: var(--wdtBorderColor) !important;
    border-radius: 0;
}
.wdt-custom-dashboard-tab .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.wdt-custom-dashboard-tab .wdt-tabs-container .wdt-tabs-content-wrapper{
    background: none;
    overflow: hidden;
}
.wdt-custom-dashboard-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor{
    border: 2px solid var(--wdtHeadAltColor);
    color: var(--wdtHeadAltColor);
    font-weight: var(--wdtFontWeight_Alt);
}
.wdt-custom-dashboard-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-active .ui-tabs-anchor, 
.wdt-custom-dashboard-tab .wdt-tabs-container .wdt-tabs-list li.ui-state-hover .ui-tabs-anchor{
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    border-color: var(--wdtPrimaryColor);
}
.wdt-custom-dashboard-tab .ui-state-default, .wdt-custom-dashboard-tab .ui-widget-content .ui-state-default, 
.wdt-custom-dashboard-tab .ui-widget-header .ui-state-default{
    background: none;
}
.wdt-custom-dashboard-tab .wdt-tabs-container[class*='-layout-vertical'] .wdt-tabs-list li:not(.ui-state-active, .ui-state-hover) .ui-tabs-anchor{
    background-color: transparent;
}
.wdt-custom-dashboard-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-content-wrapper{
    background-color: transparent;
    padding: 20px 0 0;
}
.wdt-custom-dashboard-tab .dtlms-total-items{
    margin: 0;
}

/* Teacher Dashboard */

.wdt-custom-instructor-commission .dtlms-statistics-container span.select2{
    width: 100% !important;
}
ul.dtlms-commissions-overview-chart-options{
    padding-left: 0;
}
ul.dtlms-commissions-overview-chart-options > li{
    list-style-type: none;
}
.wdt-custom-dashboard-tab .dtlms-instructor-classes-container{
    margin-top: 20px;
}

/* End */

/* Side Nav Page */

.wdt-custom-additional-features-heading .wdt-heading-holder .wdt-heading-title-wrapper{
    text-transform: uppercase;
    font-size: clamp(1.125rem, 0.9519rem + 0.7692vw, 1.875rem);  /* max - 30px - min - 18px  */
    color: var(--wdtPrimaryColor);

}
.wdt-custom-additional-features-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
    font-size: var(--wdtFontSize_H4);
    font-weight: var(--wdtFontWeight_Base);
    text-transform: uppercase;
    color: var(--wdtSecondaryColor);
}

/* End */

/* Mega Menu */

.wdt-custom-mega-menu-heading .wdt-heading-holder .wdt-heading-title-wrapper{
    font-weight: var(--wdtFontWeight_Alt);
    text-transform: uppercase;
}
.wdt-custom-mega-menu-heading .wdt-heading-holder > *:not(:last-child){
    margin-bottom: 10px;
}
.wdt-custom-mega-menu-heading .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator .wdt-separator-line{
    width: 40px;
}
.wdt-custom-mega-menu-heading .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-separator-line{
    background-color: var(--wdtSecondaryColor);
}
.wdt-custom-mega-menu-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item a{ 
    padding: 10px 15px;
    border-radius: var(--wdtRadius_1X);
    background-color: transparent;
    padding-left: 0;
    line-height: normal;
    font-size: var(--wdtFontSize_Base);
}
.wdt-custom-mega-menu-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item a:hover{
    background-color: var(--wdtTertiaryColor);
    padding-left: 15px;
}

/* Contact Form */

.wdt-custom-mega-menu-contact #contact-form p .fa,
.wdt-custom-mega-menu-contact .mailchimp-form .fa,
.wdt-custom-mega-menu-contact #contact-form p:nth-child(3){
    display: none;
}
.wdt-custom-mega-menu-contact #contact-form p input, 
.wdt-custom-mega-menu-contact #contact-form p textarea, 
.wdt-custom-mega-menu-contact .mailchimp-form p input, 
.wdt-custom-mega-menu-contact .mailchimp-form p textarea{
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
}
.wdt-custom-mega-menu-contact #contact-form p input[type="submit"]{
    width: auto;
}
#contact-form p:focus, .mailchimp-form p:focus, #contact-form p:focus-within, .mailchimp-form p:focus-within {
    border-color: var(--wdtPrimaryColor);
}

/* Shop Menu Products */

.wdt-custom-shop-menu-products .widget{
    box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 14px 14px 14px 0;
    margin-bottom: 0;  
}
.wdt-custom-shop-menu-products aside.widget ul.product_list_widget li{
    margin-bottom: 15px;
}
.wdt-custom-shop-menu-products aside.widget ul.product_list_widget li a:hover{
    color: var(--wdtPrimaryColor);
}
.wdt-custom-shop-menu-products aside.widget ul.product_list_widget li a,
.wdt-custom-shop-menu-products aside.widget ul.product_list_widget li:hover a{
    background: none;
}

/* End */

/* Points System Page */

.wdt-custom-pointsystem-heading .wdt-heading-holder .wdt-heading-title-wrapper{
    text-transform: uppercase;
}
.wdt-custom-pointssystem-icon-box .wdt-content-item{
    padding: 25px;
    background-color: #f6f6f6;
}
.wdt-custom-pointssystem-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    width: 90px;
    height: 90px;
    font-size: 36px;
    color: var(--wdtPrimaryColor);
    background-color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
}
.wdt-custom-pointssystem-icon-box .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span{
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
}
.wdt-custom-pointssystem-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i{
    width: auto;
    height: auto;
}
.wdt-custom-pointssystem-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--wdtAccentTxtColor);
    border-radius: var(--wdtRadius_Full);
    transform: scale(1);
}
.wdt-custom-pointssystem-icon-box .wdt-content-item:hover .wdt-content-icon-wrapper .wdt-content-icon span:before{
    transform: scale(1.3);
    opacity: 0;
}
.wdt-custom-pointssystem-icon-box .wdt-content-item .wdt-content-title h5 a:hover{
    color: var(--wdtPrimaryColor);
}
.wdt-custom-pointssystem-icon-box .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination{
    margin-top: 10px;
}
.wdt-custom-pointssystem-icon-box .swiper-wrapper .swiper-slide{
    cursor: grab;
}

/* End */

/* Kids Classes */

.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter{
    background: none !important;
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] div[class$="filter"] {
    padding: 30px 0;
}
.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul{
    display: flex;
}
.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul > li{
    width: auto;
    border-radius: var(--wdtRadius_1X);
    overflow: hidden;
}
.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul > li:nth-child(2){
    display: none;
}
.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter .dtlms-title{
    display: none;
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"]>div[class$="filter"]>ul>li>label{
    padding: 8px 25px;
    border: 2px solid;
    z-index: 1;
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li > input[type="radio"]{
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    appearance: none;
    z-index: 0;
    background-color: transparent;
    border-radius: 0;
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li > input[type="radio"]:checked,
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li > input[type="radio"]:hover{
    background-color: var(--wdtPrimaryColor);
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li > input[type="radio"]:checked + label,
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li > input[type="radio"]:hover + label{
    border-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
}
.wdt-custom-kids-classes .dtlms-classlist-item-wrapper .dtlms-classlist-thumb > a{ 
    border-radius: var(--wdtRadius_2X) var(--wdtRadius_2X) 0 0;
}
.wdt-custom-kids-classes .dtlms-classlist-item-wrapper .dtlms-classlist-details{ 
    border-radius: 0 0 var(--wdtRadius_2X) var(--wdtRadius_2X);
}

/* Color Change */

/* All */

.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul > li:nth-child(1) > label{
    color: var(--wdtPrimaryColor);
    border-color: var(--wdtPrimaryColor);
}
.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul > li:nth-child(1) > input[type="radio"]{
    background-color: transparent;
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(1) > input[type="radio"]:checked + label, 
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(1) > input[type="radio"]:hover + label{
    color: var(--wdtAccentTxtColor);
    border-color: var(--wdtPrimaryColor);
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(1) > input[type="radio"]:checked, 
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(1) > input[type="radio"]:hover{
    background-color: var(--wdtPrimaryColor);
}

.wdt-custom-kids-classes .dtlms-classlist-item-wrapper.onsite:hover .dtlms-classlist-details{
    border-color: rgb(9, 184, 157);
}
.wdt-custom-kids-classes .dtlms-classlist-item-wrapper.online:hover .dtlms-classlist-details{
    border-color: rgb(141, 29, 130);
}
.dtlms-classlist-item-wrapper.onsite .dtlms-classlist-thumb .dtlms-class-type{
    background-color: rgb(9, 184, 157);
}
.dtlms-classlist-item-wrapper.online .dtlms-classlist-thumb .dtlms-class-type{
    background-color: rgb(141, 29, 130);
}

/* Onsite */

.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul > li:nth-child(3) > label{
    color: rgb(9, 184, 157);
    border-color: rgb(9, 184, 157);
}
.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul > li:nth-child(3) > input[type="radio"]{
    background-color: transparent;
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(3) > input[type="radio"]:checked + label, 
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(3) > input[type="radio"]:hover + label{
    color: var(--wdtAccentTxtColor);
    border-color: rgb(9, 184, 157);
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(3) > input[type="radio"]:checked, 
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(3) > input[type="radio"]:hover{
    background-color: rgb(9, 184, 157);
}

/* Online */

.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul > li:nth-child(4) > label{
    color: rgb(141, 29, 130);
    border-color: rgb(141, 29, 130);
}
.dtlms-classes-listing-holder.wdt-custom-kids-classes .dtlms-classes-classtype-filter ul > li:nth-child(4) > input[type="radio"]{
    background-color: transparent;
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(4) > input[type="radio"]:checked + label, 
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(4) > input[type="radio"]:hover + label{
    color: var(--wdtAccentTxtColor);
    border-color: rgb(141, 29, 130);
}
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(4) > input[type="radio"]:checked, 
div[class*="listing-holder"].wdt-custom-kids-classes div[class*="listing-filters"] > div[class$="filter"] > ul > li:nth-child(4) > input[type="radio"]:hover{
    background-color: rgb(141, 29, 130);
}

/* Kids Courses */

div[class*="list-item-wrapper"].list-item.type5{
    display: grid;
    grid-template-columns: 90px 1fr;
}
div[class*="listing-holder"].wdt-custom-courses-listing-kids div[class*="listing-containers"].list{
    display: flex;
    flex-flow: row wrap;
}
div[class*="listing-holder"].wdt-custom-courses-listing-kids div[class*="listing-containers"].list .dtlms-column{
    width: 50%;
    padding: 0 10px 15px;
    margin-bottom: 15px;
    position: relative;
}
div[class*="listing-holder"].wdt-custom-courses-listing-kids div[class*="listing-containers"].list .dtlms-column:not(:nth-child(3)):after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: rgba(var(--wdtHeadAltColorRgb),.15);
}
.dtlms-courses-listing-holder.wdt-custom-courses-listing-kids .dtlms-pagination.dtlms-ajax-pagination{
    display: none;
}
div[class*="listing-holder"].wdt-custom-courses-listing-kids div[class*="listing-containers"].list .dtlms-column:nth-child(7):after,
div[class*="listing-holder"].wdt-custom-courses-listing-kids div[class*="listing-containers"].list .dtlms-column:nth-child(8):after{
    background-color: transparent;
}

@media screen and (max-width: 479px){
    .wdt-custom-courses-listing-kids .type5.dtlms-courselist-item-wrapper.list-item .dtlms-courselist-details .dtlms-courselist-details-inner .dtlms-courselist-metadata-details{
        align-items: center;
    }
}

/* End */

/* Blog Thumb Image */

.wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry .blog-entry.has-post-thumbnail{
    grid-template-columns: minmax(30%, 1fr) auto;
}
.wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div{
    grid-column: 2/3;
    grid-column: 2/3;
    margin-left: 20px;
    border: 2px solid var(--wdtHeadAltColor);
    border-radius: var(--wdtRadius_1X);
    padding: 10px 0;
    min-width: 70px;
    text-align: center;
    grid-row: 1/100;
    place-self: start;
    margin-top: 0px;
}
.wdt-custom-thumb-blog .wdt-overlap-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry:last-child > div:not(.entry-thumb).entry-title,
.wdt-custom-thumb-blog .wdt-overlap-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb):not(.entry-title).entry-meta-group,
.wdt-custom-thumb-blog .wdt-overlap-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry .entry-meta-group + div{
    grid-column: 3/3;
    grid-row: auto;
}
.wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry .blog-entry.has-post-thumbnail > div:nth-child(2) + div{
    border: none;
    text-align: left;
}
.wdt-custom-thumb-blog .wdt-overlap-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb):not(.entry-title){
    margin: 0 0 0 20px;
}
.wdt-custom-thumb-blog .wdt-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb){
    padding: 0;
}
.wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry.entry-list-layout .blog-entry .entry-thumb{
    min-height: 250px;
    border-radius: 0;
}

/* Blog Single */

.post .commententries form .dtlms-column.ratings-holder{
    display: none;
}

@media screen and (max-width: 767px){
    .wdt-custom-thumb-blog .wdt-overlap-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry:last-child > div:not(.entry-thumb).entry-title, .wdt-custom-thumb-blog .wdt-overlap-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb):not(.entry-title).entry-meta-group, .wdt-custom-thumb-blog .wdt-overlap-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry .entry-meta-group + div{
        grid-column: auto;
    }
    .wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry .blog-entry.has-post-thumbnail{
        grid-template-columns: 100%;
    }
    .wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div{
        grid-column: auto;
    }
    .wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry.entry-list-layout .blog-entry .entry-thumb,
    .wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div{
        grid-row: auto;
    }
    .wdt-custom-thumb-blog .wdt-overlap-style.wdt-post-entry .blog-entry.has-post-thumbnail .entry-title h4{
        margin-top: 20px;
    }
    .wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div{
        padding: 10px 0;
    }
}

@media screen and (max-width: 479px){
    .wdt-custom-thumb-blog .wdt-posts-list-wrapper .wdt-overlap-style.wdt-post-entry .blog-entry .entry-format a:before{
        line-height: normal;
    }
}

/* End */

/* Points System Course Listing */

@media screen and (min-width: 768px){
    .wdt-custom-course-list-point-system .dtlms-courses-listing-containers.list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 20px;
    }
}
.dtlms-courses-listing-holder.wdt-custom-course-list-point-system .type3.dtlms-courselist-item-wrapper.list-item .dtlms-coursedetail-cart-details,
.dtlms-courses-listing-holder.wdt-custom-course-list-point-system .dtlms-pagination{
    display: none;
}
.dtlms-courses-listing-holder.wdt-custom-course-list-point-system .dtlms-courselist-item-wrapper .dtlms-courselist-progress-details .dtlms-undergoing, 
.dtlms-courses-listing-holder.wdt-custom-course-list-point-system .dtlms-courselist-item-wrapper .dtlms-courselist-progress-details .dtlms-underevaluation, 
.dtlms-courses-listing-holder.wdt-custom-course-list-point-system .dtlms-courselist-item-wrapper .dtlms-courselist-progress-details .dtlms-completed{
    font-size: 9px;
    padding: 7px 10px;
}

/* End */

/* Time Table For Kids */

.wcs-timetable__week.wcs-timetable__parent .wcs-day .wcs-timetable__classes .wcs-class{
    font-size: var(--wdtFontSize_Ext);
}
.wcs-timetable__week.wcs-timetable__parent .wcs-day .wcs-timetable__classes .wcs-class > time,
.wcs-timetable__week.wcs-timetable__parent .wcs-day .wcs-timetable__classes .wcs-class > .wcs-class__location,
.wcs-timetable__week.wcs-timetable__parent .wcs-day .wcs-timetable__classes .wcs-class > .wcs-class__instructor{
    font-size: var(--wdtFontSize_Base);
}
.wcs-timetable__week.wcs-timetable__parent .wcs-day .wcs-day__title{
    line-height: normal;
    font-size: 18px;
    padding: 7px 10px;
}
.wcs-timetable__week.wcs-timetable__parent .wcs-day .wcs-timetable__classes .wcs-class.wcs-class--canceled{
    background-color: var(--wdtAccentTxtColor);
}
.wcs-timetable--1 .wcs-timetable h2{
    display: none;
}
.wcs-timetable__container{
    padding: 0;
}

/* End */

/* Kids Page */

.wdt-custom-slider-kid .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination{
    margin-top: 0;
}
.wdt-custom-kids-title .wdt-heading-holder .wdt-heading-title-wrapper{
    text-transform: uppercase;
}
.wdt-custom-kids-icon-box .wdt-icon-box-holder.wdt-rc-template-ico-content-aside .wdt-content-item{
    margin-left: 0;
    margin-right: 0;
}
div[class*="listing-holder"].wdt-custom-courses-listing-kids.wdt-custom-courses-listing-kids-footer div[class*="listing-containers"].list{
    flex-direction: column;
    flex-flow: column wrap;
}
div[class*="listing-holder"].wdt-custom-courses-listing-kids.wdt-custom-courses-listing-kids-footer div[class*="listing-containers"].list .dtlms-column{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 100%;
}
.wdt-custom-courses-listing-kids.wdt-custom-courses-listing-kids-footer .type5.dtlms-courselist-item-wrapper.list-item .dtlms-courselist-details{
    padding-left: 0;
    width: 100%;
}
div[class*="listing-holder"].wdt-custom-courses-listing-kids.wdt-custom-courses-listing-kids-footer div[class*="listing-containers"].list .dtlms-column{
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
div[class*="listing-holder"].wdt-custom-courses-listing-kids.wdt-custom-courses-listing-kids-footer div[class*="listing-containers"].list .dtlms-column:after{
    left: 0;
}
.wdt-custom-kids-footer-list .elementor-icon-list-items .elementor-icon-list-item a:hover span.elementor-icon-list-text{
    color: var(--wdtPrimaryColor);
}
.wdt-custom-copyright .elementor-icon-list-items .elementor-icon-list-item a:hover span.elementor-icon-list-text{
    color: var(--wdtHeadAltColor) !important;
}  
.wdt-custom-courses-listing-kids-footer .wdt-custom-courses-listing-kids-footer .type5.dtlms-courselist-item-wrapper .dtlms-courselist-details .dtlms-courselist-details-inner h5{
    font-size: 14px;
} 
.wdt-custom-courses-listing-kids-footer .wdt-custom-courses-listing-kids-footer .type5.dtlms-courselist-item-wrapper.list-item .dtlms-price-status.dtlms-free{
    color: var(--wdtSecondaryColor);
}

@media screen and (max-width: 767px){
    .wdt-custom-courses-listing-kids-footer .dtlms-courselist-item-wrapper.list-item.type5 .dtlms-courselist-thumb .dtlms-courselist-thumb-inner, 
    .wdt-custom-courses-listing-kids-footer div[class*="list-item-wrapper"].list-item.type5 .dtlms-courselist-thumb .dtlms-courselist-thumb-inner{
        min-height: 0;
    }
}

/* End */

/* Cart */

.wp-block-product-new .wc-block-grid__products .tinv-wraper.tinv-wishlist{
    left: 10px;
    top: 10px;
    position: absolute;
}

/* End */

/* Course Listing With All Filters */

.wdt-custom-courses-search-with-filters .dtlms-column.dtlms-one-third.first,
.wdt-custom-courses-search-with-filters .dtlms-column.dtlms-two-third{
    width: 100%;
    margin: 0;
}
.wdt-custom-courses-search-with-filters .dtlms-column.dtlms-one-third.first .dtlms-courses-listing-filters{
    display: flex;
}
.wdt-custom-courses-search-with-filters .dtlms-column.dtlms-one-third.first .dtlms-courses-listing-filters .dtlms-courses-cost-filter .dtlms-title{
    display: block;
}
div[class*="listing-holder"].wdt-custom-courses-search-with-filters div[class*="listing-filters"] > *{
    margin-top: 0;
}
.wdt-custom-courses-search-with-filters .dtlms-column.dtlms-one-third.first .dtlms-courses-listing-filters .dtlms-courses-category-filter,
.wdt-custom-courses-search-with-filters .dtlms-column.dtlms-one-third.first .dtlms-courses-listing-filters .dtlms-courses-instructor-filter{
    flex-basis: 40%;
}
.wdt-custom-courses-search-with-filters .dtlms-column.dtlms-one-third.first .dtlms-courses-listing-filters .dtlms-courses-cost-filter{
    flex-basis: 20%;
}
div[class*="listing-holder"].wdt-custom-courses-search-with-filters div[class*="listing-filters"] ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div[class*="listing-holder"].wdt-custom-courses-search-with-filters div[class*="listing-filters"] ul > li{
    width: auto;
}
div[class*="listing-holder"].wdt-custom-courses-search-with-filters div[class*="listing-filters"]>div[class$="filter"]>ul>li>label{
    padding-bottom: 0;
}
div[class*="listing-holder"].wdt-custom-courses-search-with-filters div[class*="listing-filters"] > div[class$="filter"] > ul > li{
    margin-left: 0;
}
div[class*="listing-holder"].wdt-custom-courses-search-with-filters div[class*="listing-filters"] div[class$="filter"]{
    padding: 25px 30px;
}   
div[class*="listing-holder"].wdt-custom-courses-search-with-filters div[class*="listing-filters"] .dtlms-title{
    margin-bottom: 15px;
    font-size: var(--wdtFontSize_H5);
    font-weight: var(--wdtFontWeight_Alt);
}
@media screen and (min-width: 901px){
    .wdt-custom-courses-search-with-filters div[class*="listing-containers"] .dtlms-one-half{
        width: 33.3%;
    }
}
@media screen and (max-width: 767px){
    .wdt-custom-courses-search-with-filters .dtlms-column.dtlms-one-third.first .dtlms-courses-listing-filters{
        flex-direction: column;
    }
    .wdt-custom-instructor-commission .dtlms-statistics-container .dtlms-instructor-commissions-container{
        text-align: center;
    }
}

/* End */

/* About Page */

.wdt-custom-image-box-about .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{
    position: static;
}
.wdt-custom-image-box-about .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.wdt-custom-image-box-about .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--wdtAccentTxtColor);
    background-color: rgba(var(--wdtLinkColorRgb),.5);     
    color: var(--wdtAccentTxtColor);        
    border-radius: var(--wdtRadius_Zero);
    -webkit-border-radius: var(--wdtRadius_Zero);                                                                                                                                                               
}
.wdt-custom-image-box-about .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover{
    background-color: var(--wdtHeadAltColor);
}
.wdt-custom-image-box-about .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div.wdt-arrow-pagination-prev{
    left: 20px;
}
.wdt-custom-image-box-about .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div.wdt-arrow-pagination-next{
    right: 20px;
}
.wdt-custom-image-box-about .wdt-content-item .wdt-content-media-group{
    display: flex;
}
.wdt-custom-progress-1 .wdt-progressbar-circle.wdt-progressbar-container.wdt-progressbar-circle .wdt-progressbar-value{
    color: var(--wdtHeadAltColor) !important;
    font-family: var(--wdtFontTypo_Base);
}
.wdt-custom-progress-1 .wdt-progressbar-circle.wdt-progressbar-container.wdt-progressbar-circle .wdt-progressbar-value sup{
    top: 0;
}
.wdt-custom-progress-1 .wdt-progressbar-circle.wdt-progressbar-container.wdt-progressbar-circle .wdt-progressbar-value{
    font-size: var(--wdtFontSize_H1);
    font-weight: var(--wdtFontWeight_Base);
}
.wdt-custom-progress-text p{
    font-size: 18px;
    font-family: var(--wdtFontTypo_Alt);
}
.wdt-custom-bodybg-testimonials .wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-description:before{
    background: var(--wdtBodyBGColor);
}
.wdt-custom-pointssystem-icon-box.wdt-custom-pointssystem-icon-box-2 .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span:before,
.wdt-custom-pointssystem-icon-box .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
    background-color: var(--wdtBodyBGColor);
}
.wdt-custom-pointssystem-icon-box.wdt-custom-pointssystem-icon-box-2 .wdt-content-item{
    background-image: linear-gradient(45deg, var(--wdtTertiaryColor), var(--wdtTertiaryColor));
    background-size: 100% 75%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.wdt-custom-about-testimonials .wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-description:before{
    content: '';
    position: absolute;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #e2d6c1 #e2d6c1 transparent transparent;
    width: 24px;
    height: 24px;
    left: -12px;
    top: 25px;
    transform: rotate(45deg);
    background: transparent;
}
    
.wdt-custom-about-testimonials .wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-description:after{
    content: "";
    position: absolute;
    left: -1px;
    top: 20px;
    height: 33px;
    width: 1px;
    background-color: var(--wdtHeadAltColor);
}

@media screen and (max-width: 1024px){
    .wdt-custom-progress-1 .wdt-progressbar-circle.wdt-progressbar-container.wdt-progressbar-circle .wdt-progressbar-value{
        font-size: var(--wdtFontSize_H3);
    }
}
@media screen and (min-width: 480px) and (max-width: 767px){
    .wdt-custom-icon-box-services .wdt-icon-box-holder.wdt-rc-template-ico-title-aside .wdt-content-item .wdt-content-group{
        flex-direction: column;
        align-items: baseline;
        margin-left: 0;
        margin-right: 0;
    }
    .wdt-custom-icon-box-services .wdt-icon-box-holder.wdt-rc-template-ico-title-aside .wdt-content-item .wdt-content-group > div:first-child{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 479px){
    .wdt-custom-about-testimonials .wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-description{
        margin-left: 0;
        margin-top: 30px;
    }
    /* .wdt-custom-about-testimonials .wdt-testimonial-holder.wdt-rc-template-aside-content .wdt-content-item .wdt-content-group{
        flex-direction: column;
    } */
}

/* End */

/* Course Search Slider */

.wdt-custom-heading-1-for-course-search .wdt-heading-holder .wdt-heading-subtitle-wrapper{
    font-size: var(--wdtFontSize_H2);
    letter-spacing: 0;
    line-height: normal;
}
.wdt-custom-heading-2-for-course-search .wdt-heading-holder .wdt-heading-subtitle-wrapper{
    font-size: calc(var(--wdtFontSize_H3) - 2px);
    letter-spacing: 0;
    line-height: normal;
    font-style: italic;
}
.wdt-custom-heading-1-for-course-search .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-custom-heading-2-for-course-search .wdt-heading-holder .wdt-heading-title-wrapper{
    font-size: calc(var(--wdtFontSize_Alt) - 4px);
    text-transform: uppercase;
    font-family: var(--wdtFontTypo_Base);
}
.wdt-custom-slider-button-1 .wdt-button-holder .wdt-button{
    text-transform: uppercase;
}
.wdt-custom-slider-image-box .wdt-content-item .wdt-content-media-group{
    display: flex;
    align-items: center;
}
.wdt-custom-slider-image-box .wdt-content-item{
    margin-bottom: 25px;
}
.wdt-custom-slider-image-box .wdt-content-item > div[class*="group"] > .wdt-content-title{
    width: auto;
}
.wdt-custom-slider-image-box .wdt-content-item .wdt-content-title h5{
    font-size: var(--wdtFontSize_Base);
    text-transform: uppercase;
    margin-top: 0;
    padding-left: 30px;
}
.wdt-custom-slider-image-box .wdt-content-item .wdt-content-media-group > div:not(:last-child){
    margin-bottom: 0;
}
.wdt-custom-slider-image-box .wdt-content-item .wdt-content-image > span > img, 
.wdt-custom-slider-image-box .wdt-content-item .wdt-content-image > a > img{
    width: 50px;
    max-width: 50px;
}

@media screen and (max-width: 767px){
    .wdt-custom-heading-1-for-course-search .wdt-heading-holder .wdt-heading-subtitle-wrapper,
    .wdt-custom-heading-1-for-course-search .wdt-heading-holder .wdt-heading-title-wrapper, 
    .wdt-custom-heading-2-for-course-search .wdt-heading-holder .wdt-heading-title-wrapper,
    .wdt-custom-heading-2-for-course-search .wdt-heading-holder .wdt-heading-subtitle-wrapper{
        font-size: var(--wdtFontSize_H4);
    }
    .wdt-custom-slider-image-box .wdt-content-item .wdt-content-media-group{
        justify-content: center;
    }
}

/* End */

/* Home 2 Courses */

.wdt-custom-courses-two-in-row-with-list .dtlms-courses-listing-containers.list{
    display: flex;
    flex-wrap: wrap;
}
.wdt-custom-courses-two-in-row-with-list div[class*="list-item-wrapper"].list-item div[class*="list-thumb"]{
    width: 40%;
}  
.wdt-custom-courses-two-in-row-with-list div[class*="list-item-wrapper"].list-item > div[class*="list-details"]{
    width: 60%;
    padding: 0 20px 20px;
}
.wdt-custom-courses-two-in-row-with-list .type1.dtlms-courselist-item-wrapper .dtlms-courselist-details-inner h5{
    font-size: var(--wdtFontSize_H5);
}
.wdt-custom-courses-two-in-row-with-list .type1.dtlms-courselist-item-wrapper .dtlms-courselist-thumb > a, 
.wdt-custom-courses-two-in-row-with-list .type1.dtlms-courselist-item-wrapper .dtlms-courselist-thumb .dtlms-course-list-overlay > a{
    padding: 7px 12px;
    font-size: 12px;
}
@media screen and (min-width: 1025px){
    div[class*="listing-holder"].wdt-custom-courses-two-in-row-with-list div[class*="listing-containers"].list .dtlms-column{
        width: 50%;
    } 
}
@media screen and (min-width: 1025px) and (max-width: 1280px){
    .wdt-custom-courses-two-in-row-with-list div[class*="list-item-wrapper"].list-item div[class*="list-thumb"]{
        width: 45%;
    }
    .wdt-custom-courses-two-in-row-with-list div[class*="list-item-wrapper"].list-item > div[class*="list-details"]{
        width: 55%;
    }
}
@media screen and (max-width: 767px){
    .wdt-custom-courses-two-in-row-with-list div[class*="list-item-wrapper"].list-item div[class*="list-thumb"],
    .wdt-custom-courses-two-in-row-with-list div[class*="list-item-wrapper"].list-item > div[class*="list-details"]{
        width: 100%;
    }
    .wdt-custom-courses-two-in-row-with-list div[class*="list-item-wrapper"].list-item > div[class*="list-details"]{
        padding: 20px 0 0;
    }
}

/* End */

/* Course Detail page */

@media screen and (max-width: 1024px){
    .dtlms_courses-template-default.single .dtlms-course-detail-related-courses-list .dtlms-courselist-item-wrapper.dtlms-one-third{
        width: 49%;
    }
    .dtlms-course-detail.type1 .dtlms-course-detail-header{
        grid-template-columns: 100%;
    }
}
@media screen and (max-width: 824px){
    .tribe-events article{
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 767px){
    .dtlms_courses-template-default.single .dtlms-course-detail-related-courses-list .dtlms-courselist-item-wrapper.dtlms-one-third{
        width: 100%;
    }
    .page-template.page-template-tpl-registration #main > .container{
        grid-template-columns: 100%;
        grid-row-gap: 30px;
    }
    .page-template.page-template-tpl-registration #main > .container .lmselementor-social-logins-wrapper{
        grid-area: auto;
    }
    .page-template.page-template-tpl-registration #main > .container .lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container .lmselementor-pro-social-logins-divider:after,
    .page-template.page-template-tpl-registration #main > .container .lmselementor-social-logins-wrapper > .lmselementor-pro-login-form-container .lmselementor-pro-social-logins-divider:before{
        max-width: 30px;
    }
    .wdt-custom-dashboard-tab .wdt-tabs-container{
        padding: 0;
    }
    ul.dtlms-commissions-overview-chart-options > li{
        text-align: center;
    }
    .wdt-custom-dashboard-title h3{
        font-size: var(--wdtFontSize_H4);
    }
    .wdt-custom-dashboard-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list::before, 
    .wdt-custom-dashboard-tab .wdt-tabs-container[class*="-tabs-toggle-mode"] .wdt-tabs-list-wrapper .wdt-tabs-list::after {
        top: 60%;
    }
    div[class*="list-item-wrapper"].list-item.type5{
        grid-template-columns: 100%;
    }
}

/* End */


/* BuddyPress */

body #buddypress input[type="reset"],  
body #buddypress input[type="submit"] {
    border-radius: var(--wdtRadius_1X);
    padding: var(--wdtPadding_MiniBtn);
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Alt);
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    border-color: var(--wdtPrimaryColor);
}
body #buddypress input[type="reset"]:hover, 
body #buddypress input[type="submit"]:hover{
    background-color: var(--wdtSecondaryColor);
    border-color: var(--wdtSecondaryColor);
}

.bp-list li .item-avatar{
    margin-right: 20px;
    padding-bottom: 20px;
}
.bp-list li .item-avatar img{
    max-width: 75px;
}
.bp-list li .item .list-title{
    font-size: 16px;
    font-family: var(--wdtFontTypo_Alt);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Alt);
}

.buddypress-wrap form.bp-dir-search-form button[type="submit"]{
    margin: auto;
    line-height: normal;
    min-height: 38px;
}
.buddypress-wrap form.bp-dir-search-form button[type="submit"]:hover{
    color: var(--wdtPrimaryColor);
}
.buddypress-wrap form.bp-dir-search-form button[type="submit"] span{
    line-height: normal;
}
.buddypress-wrap .bp-feedback.loading .bp-icon{
    background-color: var(--wdtPrimaryColor);
}
.bp-navs ul li .count{
    font-size: 8px;
    position: relative;
    top: -2px;
}
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){
    border-top: 0;
    box-shadow: none;
    padding-bottom: 20px;
}
.buddypress-wrap form.bp-dir-search-form{
    border-color: var(--wdtBorderColor);
}
.buddypress-wrap form.bp-dir-search-form:hover{
    border-color: var(--wdtPrimaryColor);
}
.buddypress-wrap .select-wrap span.select-arrow{
    display: none;
}
body.buddypress .commententries ul.commentlist{
    padding-left: 0;
}
body.buddypress .commententries ul.commentlist li{
    list-style-type: none;
}
body.buddypress .commententries ul.commentlist li article .comment-author img{
    display: block;
    margin-bottom: 15px;
}
.buddypress-wrap .bp-feedback.help .bp-icon, .buddypress-wrap .bp-feedback.info .bp-icon{
    background-color: var(--wdtPrimaryColor);
}

/* End */