/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title>span:first-child {
    text-decoration: none !important;
    color: #3dc2e6 !important;
}

.bb-completed-item {
    text-decoration: none !important;
  	color: #3dc2e6 !important;
}

.lms-lesson-item.current>.bb-lesson-head, .lms-quiz-item.current>.bb-lms-title-wrap, .lms-topic-item.current>.bb-lms-title-wrap {
    background: rgba(146,164,183,.09) !important;
}

.SpeechBubble {
    background-color: #6EC1E4; 
	/* background-color: #F33535; */
    border-radius: 2px;
    color: #fff;
    color: var(--color,#fff);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 14px;
    margin-bottom: 16px;
    min-height: var(--min-height);
    min-width: var(--min-width);
    padding: 6px 8px;
    position: relative;
}

.SpeechBubble:after {
    border-color: transparent transparent #6EC1E4;
	/* border-color: transparent transparent #F33535;  */
    border-style: solid;
    border-width: 0 8.5px 11px;
    bottom: 0;
    content: "";
    height: 0;
    left: 20px;
    left: var(--corner-offset,20px);
    position: absolute;
    transform: rotate(180deg) translateY(-100%);
    width: 0;
}

button.single_add_to_cart_button.button.alt {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    /* font-family: 'Londrina Solid'; */
    border-radius: 20px;
}


html {
  overflow-x: hidden!important;
}

body {
  overflow-x: hidden!important;
}

