/*Only custom css, not using scss*/

/*Cart/Checkout*/
.woocommerce-page.et_pb_button_helper_class a.checkout-button.button{
    padding: 15px;
    font-weight: bold;
}

.et_button_icon_visible.woocommerce-page button.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
    padding: 15px 35px 15px 20px!important;
    font-weight: bold;
    color: #fff;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
    background-color: #a03f8b;
    border-radius: 30px;
}
.woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a{
    color: #fff;
    text-decoration: underline;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
    color: #a03f8b;
    font-size: 18px;
}

.product-item-container{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-item-container a:not(.et_pb_button){
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-item-container a.et_pb_button{
    margin: auto auto 20px;
}
.section-shop[data-main-category="worksheets"] .product-item-container{
    text-align: center;
}
.social-contact ul{
    margin-top: 10px;
    list-style: none;
    padding: 0;
}
.social-contact ul li{
    display: inline-block;
}
.social-contact ul li a .platform-title{
    display: none;
}
.social-contact ul li a .platform-icon svg path{
    fill: #fff;
}
.social-contact ul li:not(:last-child){
    margin-right: 30px;
}
/*Contac us form*/
.contact-us-form input:not([type=submit]), .contact-us-form textarea{
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    padding: 16px 30px;
    margin-bottom: 15px;
    border: 0;
}
.contact-us-form input[type=submit]{
    background: #A03F8B;
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    border:0;
    color: #fff;
    background-image: url("src/img/small_link_arrow_white.svg");
    background-size: auto;
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 16px 55px 16px 30px;
}
.contact-us-form input[type=submit]:hover{
    background-color: #7B2A6A;
}

.contact-us-form textarea{
    min-height: 200px
}
/* Worksheet table */
.worksheets-activities{
    width: 100%;
}
.worksheets-activities th{
    text-align: left;
    padding-bottom: 40px;
}
.worksheets-activities td{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #D5D8DC;
}
.worksheets-activities td:first-child, .worksheets-activities th:first-child{
    border-right: 1px solid #D5D8DC;
}
.worksheets-activities td:nth-child(2), .worksheets-activities th:nth-child(2){
    padding-left: 150px;
}
.worksheets-activities td:first-child{
    vertical-align: top;
}
.worksheets-activities td a{
    display: block;
    margin-bottom: 15px;
}
.worksheets-activities td a:after{
    content: url("src/img/small_link_arrow_black.svg");
    margin-left: 15px;
}
.worksheets-activities td a, .worksheets-activities td{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.worksheets-activities td a:hover{
    text-decoration: underline;
    color: #A64F93;
}
.worksheets-activities td a:hover:after{
    content: url("src/img/arrow-colored-right.svg");
}

/*series*/
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
  
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  
  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
  
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
.for-organizations-row{
    display: flex;
    justify-content: flex-start;
}
.for-organizations-row:not(:first-child){
    margin-top: 20px;
}
.org-col{
    width: 24%;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.org-col a.et_pb_button{
    margin-top: auto;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.org-col:not(:last-child){
    margin-right: 1.33%;
}
.for-org{
    margin-bottom: 40px;
}
.for-org-date{
    margin-bottom: 30px;
}
.f-org-short-desc{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}
.org-col-last{
    background-color: #DADCE0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.org-col-last a{
    margin-top: auto;
    margin-bottom: 10px;
}
.org-col-last h4{
    margin-top: auto;
}
.for-org-cta .et_pb_button.et_pb_bg_layout_light, .for-org-cta .et_pb_button.et_pb_bg_layout_dark, 
.for-org-cta .et_pb_button.et_pb_bg_layout_light:hover, .for-org-cta .et_pb_button.et_pb_bg_layout_dark:hover{
    padding-right: 48px;
}
.for-org-cta a:first-child{
    float: left;
}
.for-org-cta a:last-child{
    float: right;
}
.series-img-prod img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
#section-shop-series .shop-sidebar .sidebar-section ul li{
    font-size: 18px;
    line-height: 24px;
    min-height: 60px;
}
#section-shop-series .shop-sidebar .sidebar-section ul li.tracks-view-all{
    border-bottom: 1px solid #EBEDF0;
    padding-bottom: 15px;
}
.track-item{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.tracks-view-all, .tracks-view-all label{
    cursor: pointer;
}
.track-item label{
    cursor: pointer;
    width: 100%;
}
/*.track-item:before{
    content: none;
    position: absolute;
    left: 0;
    top: 10px;
}
.track-item:nth-child(2):before{
    content: url(src/img/tree/tree-1.svg);
}
.track-item:nth-child(3):before{
    content: url(src/img/tree/tree-2.svg);
}
.track-item:nth-child(4):before{
    content: url(src/img/tree/tree-3.svg);
}
.track-item:nth-child(5):before{
    content: url(src/img/tree/tree-4.svg);
}
.track-item:nth-child(6):before{
    content: url(src/img/tree/tree-5.svg);
}
.track-item:nth-child(7):before{
    content: url(src/img/tree/tree-6.svg);
}
.track-item:nth-child(8):before{
    content: url(src/img/tree/tree-7.svg);
}*/
.color-tracks{
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%;
    display: table;
    position: relative;
    background: #b34d1a;
}
.whatisinside{
    background-color: rgba(255,255,255, 0.5);
}
.whatisinside .mfp-content{
    max-width: 650px;
    width: 100%;
    background-color: #A03F8B;
    border-radius: 40px;
    padding: 50px 20px 0 20px;
    margin: auto;
}
.whatisinside .mfp-close{
    color: #fff;
    right: 10px;
    top: 10px;
}
.whatisinside  .mfp-close:active{
    top: 10px;
}
#what-is-inside-popup{
    overflow: hidden;
    overflow-y: scroll;
    color: #fff;
    padding-bottom: 100px;
}
.whatisinside .mfp-content:after{
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(118, 36, 100, 0) 0%, #762464 100%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.whatisinside .mfp-content.hide-gradiant-bottom:after{
    background: transparent;
}
.label-inside-popup{
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}
.label-inside-popup:before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-right: 20px;
}
.label-inside-popup h5{
    color: #fff;
    display: inline-block;
}
#what-is-inside-popup form>ul>li{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding-top: 25px;
    position: relative;
    cursor: pointer;
}
#what-is-inside-popup form>ul>li>span{
    margin-right: 25px;
    display: block;
    margin-left: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
}
#what-is-inside-popup form>ul>li:not(:last-child).hide-children>span{
    border-bottom: 2px solid rgba(255,255,255,0.4);
}
#what-is-inside-popup form>ul>li>span:after, 
#what-is-inside-popup form>ul>li>ul>li .pop-prod-title:after{
    content: '';
    position: absolute;
    right: 0;
    height: 44px;
    width: 44px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
#what-is-inside-popup form>ul>li>span:after{
    background-image: url(src/img/arrow-white-up.svg);
    background-color: rgba(255,255,255,0.2);
    top: 25px;
    right: 30px;
}
#what-is-inside-popup form>ul>li.hide-children>span:after{
    background-image: url(src/img/arrow-white-down.svg);
}
#what-is-inside-popup form>ul>li>ul>li .pop-prod-title:after{
    background-image: url(src/img/arrow-black-up.svg);
    background-color: #F5F5F5;
    top: 15px;
    right: 30px;
}
#what-is-inside-popup form>ul>li>ul>li.hide-description .pop-prod-title:after{
    background-image: url(src/img/arrow-down.svg);
}
.hide-children>ul, .hide-description .pop-prod-desc{
    display: none;
}
/*#what-is-inside-popup form>ul>li>ul{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    color: #000;
}*/
#what-is-inside-popup form>ul>li>ul>li{
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    color: #000;
    margin-bottom: 10px;
}
#what-is-inside-popup form>ul>li>ul>li .pop-prod-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding-right: 30px;
}
.pop-prod-desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-top: 30px;
}
#what-is-inside-popup .pop-prod-variations ul li{
    background: #F5F5F5;
    border-radius: 33px;
    padding: 10px 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    position: relative;
}
#what-is-inside-popup .pop-prod-variations ul li:first-child{
    margin-bottom: 20px;
}
#what-is-inside-popup .pop-prod-variations ul li:before{
    content: url(src/img/cal.svg);
    top: 3px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#what-is-inside-popup .pop-prod-variations ul li input{
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-45%);
}
#what-is-inside-popup .pop-prod-variations ul li:not(:last-child){
    margin-bottom: 10px;
}
#what-is-inside-popup .pop-prod-variations label{
    cursor: pointer;
    display: block;
}
.mfp-wrap .mfp-container form button.add-to-cart-plan, .mfp-wrap .mfp-container form button.add-to-cart-plan:hover{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    cursor: pointer;
    border-radius: 30px;
    background-color: #50B849!important;
    border:0;
    padding: 16px 68px 16px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.mfp-wrap .mfp-container form button.add-to-cart-plan:hover{
    background-color: #3ea037!important;
}
.mfp-wrap .mfp-container form button.add-to-cart-plan:disabled{
    background-color: #999!important;
    cursor: not-allowed;
}
.mfp-wrap .mfp-container .add-to-cart-plan:after{
    content: url(src/img/small_link_arrow_white.svg);
    top: 15px;
    right: 30px;
    position: absolute;
}
.wcss-popup__header-close{
    background: #a03f8b;
}
.wcss-btn{
    border: 0;
    border-radius: 20px;
    padding: 10px!important;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.woocommerce div.product form.cart .variations td select{
    padding: 20px;
    border-radius: 30px;
    font-size: 18px;
}
.et_pb_wc_add_to_cart form.cart .variations td.value span:after{
    margin-top: -15px;
}
.woocommerce div.product form.cart .variations td.label{
    padding-top: 20px!important;
}
.woocommerce div.product span.price{
    color: #a03f8b;
}
.woocommerce-page .quantity input.qty, .woocommerce .quantity input.qty{
    background-color: #ececec!important;
    color: #666!important
}
.woocommerce-page .woocommerce-message .button{
    text-decoration: none;
    padding: 10px 40px 10px 20px !important;
}
.added-message{
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
.added-message a{
    color: #fff;
}
.product-header-image{
    background-image: url(/wp-content/uploads/2021/05/orionthemes-placeholder-image.png);
}
.product-header-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.4); }

.button.wcss-btn{
    width: 100%;
}
input[name='wcss_save_cart[cart_name]']{
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
}
/*.et_header_style_left .logo_container{
    left:0;
}*/
.time-icon, .clock-icon, .location-icon{
    background-repeat: no-repeat;
    background-position: center;
}
.time-icon{
    background-image: url(src/img/time.svg);
}
.clock-icon{
    background-image: url(src/img/clock.svg);
}
.location-icon{
    background-image: url(src/img/location.svg);
}
.related-products-hide-pagination .container-pagination{
    display: none;
}
.workshops-trainers-title{
    margin-top: 60px;
    margin-bottom: 60px!important;
}
.workshops-trainers{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
}
.workshops-trainers .et_pb_team_member{
    flex-grow: 1;
    width: 31%;
    max-width: 31%;
    height: fit-content;
    flex-direction: column;
}
.workshop-add-to-cart .variations_form.cart .single_variation_wrap, .workshop-add-to-cart form.cart{
    float: right;
}
.workshop-add-to-cart:after{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}
.workshop-add-to-cart .variations_form.cart{
    float: none;
}
.workshop-add-to-cart .single_add_to_cart_button:after{
    content: url("src/img/plus-sign.svg")!important;
    top: 5px;
    right: 20px;
}
.workshop-add-to-cart .et_pb_module_inner button.button.single_add_to_cart_button{
    padding-right: 45px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-weight: 500;
    filter: drop-shadow(0px 12px 32px rgba(0, 0, 0, 0.2));
}
.workshop-add-to-cart .et_pb_module_inner button.button.single_add_to_cart_button:hover{
    background-color: #7B2A6A!important;
}
.price-workshop{
    margin-top: -75px;
}
.mobile-arrows-test{
    display: none;
}
.bg-trainer{
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2; 
    width: 100%;
}
.et_pb_team_member{
    position: relative;
}
.et_pb_team_member_description, .et_pb_team_member_image{
    z-index: 3;
}
.et_pb_team_member_description{
    display: block!important;
}
.et_toggle_worksheet{
    border: 2px solid #a03f8b;
    background-color: #a03f8b;
    border-radius: 20px;
    margin-bottom: 25px !important;
    overflow: hidden;
}
.et_toggle_worksheet h5.et_pb_toggle_title{
    color: #ffff;
}
.et_toggle_worksheet .et_pb_toggle_content, .et_toggle_worksheet .et_pb_toggle_content a{
    color: #fff;
}
.et_toggle_worksheet .et_pb_toggle_title:before{
    color: #fff;
}
.price-curriculum{
    margin-top: -48px;
}
.cart-module-includes{
    font-size: 15px;
    line-height: 1.1;
}
.cart-module-includes ul{
    display: none;
}
.cart-module-includes span{
    display: block;
    cursor: pointer;
}
.cart-module-includes span:after{
    margin-left: 5px;
    content: '+';
}
.cart-module-includes.show-list span:after{
    content: '-';
}
.cart-module-includes.show-list ul{
    display: block;
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th{
    vertical-align: top;
}
.et_password_protected_form{
    max-width: 700px;
    margin: auto;
    margin-top: 100px;
}
.et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover{
    background-color: #a03f8b;
    padding: .3em 2em .3em .7em;
}
.et_pb_wc_add_to_cart .woocommerce-variation-add-to-cart{
    text-align: right;
}
body.single-product .qib-button.qib-button-wrapper{
    float: none!important;
}
.woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity{
    margin-right: 0!important;
}


.woocommerce ul.order_details.woocommerce-thankyou-order-details{
	margin-top:20px;
	padding-left:0px;
}

.woocommerce ul.order_details li{
    margin-top: 20px;
}


body.single-product .qib-button.qib-button-wrapper{
	margin:0px;
	margin-right:0px !important;
}

.mfp-wrap{
    z-index: 9999999!important;
}

.newsletter-popup-container{
    background-size: cover;
    background-position: bottom center;
    background-image: url(https://bethechangeconsulting.com/wp-content/uploads/2021/04/what-we-do-col-2.svg);
    background-color: #a03f8b;
    max-width: 700px;
    width: 100%;
    padding: 40px;
    margin: auto;
    position: relative;
    color: #fff;

}
.newsletter-popup-container h2{
    margin-bottom: 30px;
}
.newsletter-popup-container p{
    text-align: center;
}

#tote-close-btn{
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#toteNotice.totehide{
    display: none!important;
}


.et_pb_button.custom-button{
    color:#fff !important;
    margin-top:12px;
}

@media all and (max-width: 1340px) and (min-width: 981px){
    .price-curriculum{
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}
@media all and (max-width: 980px){
    .price-curriculum{
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .workshop-add-to-cart .variations_form.cart .single_variation_wrap, .workshop-add-to-cart form.cart{
        float: none;
    }
    .workshops-trainers .et_pb_team_member{
        width: 100%;
        max-width: 100%;
    }
    .mobile-arrows-test{
        display: flex;
        justify-content: space-evenly;
        margin: 20px 0 0;
    }
    .mobile-arrows-test span{
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background-color: #EEEFF1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        cursor: pointer;
        position: relative;
    }
    .mobile-arrows-test span svg{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .mobile-arrows-test span.active-arrow svg path{
        fill: #fff;
    }
    .mobile-arrows-test span.active-arrow{
        background-color: #A54E93;
    }
}
@media all and (max-width: 768px){
    .price-workshop, .price-curriculum{
        margin-top: 0;
        width: 100%!important;
        text-align: center;
    }
    .price-curriculum{
        margin-top: 20px;
    }
    .workshop-add-to-cart .single_variation_wrap{
        width: 100%;
    }
    body.single-product .qib-button.qib-button-wrapper{
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .woocommerce div.product form.cart .button{
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 10px;
    }
        
}

.hide-newsletter-popup-inline-footer{
    display: none;
}
.mfp-close-btn-in #newsletter-popup .mfp-close{
    color: #fff;
}
#newsletter-popup{
    max-width: 700px;
    position: relative;
    margin: auto;
}


#pa_date option[disabled]{
    display:none;
}
.whitebgheader{
    background-color: #fff!important;
}


.woocommerce-view-order .woocommerce-order-details{
	margin-top:24px;
}