/* Change font size on signup page (blue) welcome mat */
#signUpForm .landing-form-big-title {font-size: 3.5rem !important;}

/* Remove course header from fall 2021 landing page */
div#el1629219004175_1 h3.lnd-temp-2-41-lbl  {display: none !important;}

/* Get the strike out price off the ENROLL dropdown pricing options */
.course-bundle-initial-price, .course-pay-once-initial-price {

    text-decoration: none !important;
    display: none !important;
}


/* Get the strike out price off the checkout form */
span.deleted-price {display: none !important;}



/* Remove this part if LW has a problem with it */
div.footer-part.js-learnworlds {display: none;}
div#pageFooter .-lw-copyright {display: none;}


/* Swap out the icon on each checkout page since LW drops in a default one we can't override manually */
.product-type-bundle 
div.order-item-img.js-product-image.js-non-editable,
.product-type-subscription 
div.order-item-img.js-product-image.js-non-editable,
.product-type-course 
div.order-item-img.js-product-image.js-non-editable
{
background-image: url("https://lwfiles.mycourse.app/chfcampus-public/c48f56934b7e99567095b237f8cbf8e2.png") !important;
}

/* Remove extra padding and borders from Enroll Button Dropdown */
.enrollment-dropdown-section {
    padding: initial !important;
    background-color: initial !important;
}


/* clean up the damned ugly landing pages for bundles */

.lnd-temp-2-189-buy-now-btn:after {
 -webkit-animation-name:none !important;
 -ms-animation-name:none !important;
 animation-name:none !important;
 -moz-animation-name:none !important;
}

.lnd-temp-2-189-buy-now-btn:before {
  box-shadow: none !important;  
    }


.lnd-temp-2-189-wrapper {
 background-color:#fff;
 background-image: none !important;
}


.js-bundle-title {
    font-family: 'Lato', sans-serif !important; color: black !important; font-weight: 600;
}

.lnd-temp-2-189-desk-wrapper,
.lnd-temp-2-189-clock {display: none;}

.lnd-temp-2-191-wrapper.clr1-bg {
    background-color: #cc8f2c !important;
}