.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details {
	display: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-right: 1.5em;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
    text-align: left;
}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions {
	display:none;
}
.square__img {
    border: 4px solid white;
    width: 381px;
    height: 597px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    right: initial;
}

.bgoverlay-2 {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 560px) {
.slider__section .square__img {
left: 50%;
}
}
.courses__sect .square__img {
	width: 544px;
    height: 84%;
    top: 8%;
    right: auto;
    left: 62%;
}


.ld-tab-content h4 {
	padding-top: 2rem;
}

.blog__single img {
    max-width: calc(100% + 140px);
    width: calc(100% + 140px);
    height: auto;
    max-height: 500px;
    object-fit: contain;
    margin-left: -70px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register label, .learndash-wrapper .ld-login-modal .ld-login-modal-register p {
color:white;
}

.shop__top .woo__tools select, form.variations_form.cart table select{
padding: 10px 29px 10px 15px;
    width: 100%;
    max-width: 100%;
	    min-width: 260px;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('../images/shop-select.svg');
    background-repeat: no-repeat;
    background-position: right 20px top 53%, 0 0;
    background-size: 9px 7px, 100%;
	cursor: pointer;
}
.coachffilters select {
-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/shop-select-white.svg);
    background-repeat: no-repeat;
    background-position: right 0 top 25%, 0 0;
    background-size: 9px 7px, 100%;
    cursor: pointer;
}
.header__section.header__bg .search__form input[type="submit"], .wthbanner .search__form input[type="submit"] {
    background-repeat: no-repeat;
}
 form.variations_form.cart table select {
	 margin-top: 10px;
	 background-color: initial;
    padding: 12px 29px 12px 15px;
}
form.variations_form.cart table select:hover{
background-color: #fff;
}
.woocommerce span.onsale {    
	top: 0;
    left: 0;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    margin: 0;
}
.woocommerce-LoopProduct-link .srvcs__inner {
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 30px;
    right: 60px;
}

.woocommerce-LoopProduct-link:hover .srvcs__inner {
    display: block;
}
.shop-page-listing-image {
    position: relative;
}
.woocommerce-LoopProduct-link:hover .cmnbtn {
    color: #c3b59b;
}
.woocommerce-LoopProduct-link:hover .shop-page-listing-image:after, .overview-block-product>a:hover .bgproperty:after, .content-courses .post-thumbnail:hover::after{
   	content: "";
	    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, #00212121, #05212121, #212121);
}
.content-courses .post-thumbnail {position:relative;}
.single-product.woocommerce .flex-control-nav .slick-current {border:black solid 1px;}

.nav > li.current-menu-item > a, .nav .current-menu-ancestor>a {
    background-color: #0a4436;
}
.header__section.header__bg .nav > .current-menu-ancestor > a {
    color: white;
}
.nav li .current-menu-item > a {
    background-color: #0a4436;
    color: white !important;
}
.content-courses .post-thumbnail, .content-courses .post-thumbnail img {
    object-fit: cover;
}
.content-courses {max-width: 100%;}
@media (max-width: 1024px) {
.blog__single img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}
}
@media (max-width: 992px) {
.single-product .flex, .contact__sect .flex {
    flex-direction: row;
}
}
@media (max-width: 768px) {
.content-courses {
    flex: 0 0 50%;
}
}
@media (max-width: 560px) {
    .content-courses {
    flex: 0 0 100%;
}
}
.blog__single .learndash img {
    width: auto;
    margin-left: 0;
}
@media screen and (min-width: 1025px){

.header__section.header__bg .nav li > ul {
    top: 50px;
}
}
.content-courses .post-thumbnail img {
	max-height: 400px;
}
body.single.password-protected .nav > li > a {
    color: #ffffff;
}
header.inner__section {
    display: flex;
    min-height: 680px;
    height: auto;
}
header.inner__section .container {
    margin-top: auto;
}
header.inner__section .container .slider__content {
    padding-top: 236px;
}
@media (max-width: 1200px) {
    header.inner__section .container .slider__content {
        padding-top: 174px;
    }
}
@media (max-width: 1024px) {
    header.inner__section .container .slider__content {
        padding-top: 208px;
    }
}
@media (max-width: 992px) {
    header.inner__section {
        min-height: 550px;
    }
}
@media (max-width: 560px) {
    header.inner__section {
        min-height: 485px;
    }
    header.inner__section .container .slider__content {
        margin-bottom: 70px;
    }
}