/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

html:not(.et-fb-app-frame) .multistep-lesson .et_builder_inner_content .hs_divider {display: none;}

.multistep-lesson .et_builder_inner_content > div {display: none;}
.multistep-lesson .et_builder_inner_content  .et_animated, .multistep-lesson .et_builder_inner_content .et-animated {display: none;}
.multistep-lesson .et_builder_inner_content > div:first-child {display: block;}

.multistep-lesson .llms-lesson-button-wrapper {
    margin: 20px 0 60px;
    display: none;
}

html:not(.et-fb-app-frame) .ctf_zoom {
	transform: scale(0.1);
    transition: all ease 1500ms
}

html .ctf_zoom.ctf_animated {
	transform: scale(1);
}

html:not(.et-fb-app-frame) .ctf_rotate {
    transform: rotate(-180deg);
    transition: all ease 1500ms;
}

html .ctf_rotate.ctf_animated{
	transform: rotate(0deg);
}

.hs_nav {
    max-width: 1080px;
    width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

a.hs_nav_btn {
    background: #f1f1f1;
    display: block;
    padding: 25px 20px;
    width: 48%;
    margin: 1%;
    height: 100%;
    font-size: 22px;
    color: #0d4356;
    font-weight: 700;
    transition: all ease 300ms;
	border-radius: 3px
}

.hs_nav_btn span.lesson_title {
    display: block;
    font-size: 29px;
    margin-top: 5px;
}

a.hs_nav_btn:hover {
/*     background: #eaeaea; */
	background: #0D4356;
	color: #fff
}

/* a.hs_nav_btn.hs_new_journey {
    background: #0d4356;
    color: #fff;
} */

/* a.hs_nav_btn.hs_new_journey {
    background: #284155;
    color: #fff;
   border: 2px solid #284155; 
     padding: 23px 20px; 
} */

/* a.hs_nav_btn.hs_new_journey:hover {
    background: #5b97a7;
} */

.multistep-lesson {
    transition: opacity ease 200ms;
}

.multistep-lesson.loading {
    pointer-events: none;
    opacity: 0.6;
}

body .multistep-lesson .llms-lesson-button-wrapper {
    display: none !important;
}

a.hs_nav_btn:before {
    font-family: ETmodules!important;
    content: "\34";
    position: absolute;
    font-size: 60px;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    left: 0px;
}

a.hs_nav_btn {
    position: relative;
}

a.hs_nav_btn.hs_next:before {
    right: 0;
    left: auto;
    content: "\35";
}

a.hs_nav_btn.hs_next {
    padding-right: 60px;
    text-align: right;
}

a.hs_nav_btn.hs_prev {
    padding-left: 60px;
}

body.et-db #et-boc .et-l .hs_section h3.step_id {
    background: #f1f1f1;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 32px;
}

body.et-db #et-boc .et-l .hs_section h3.step_id {
	background: transparent;
	padding: 00;
	text-align: left;
	font-size: 28px;
	margin-bottom: 20px;
}

.et-db #et-boc .et-l .et_pb_section.hs_section {
	padding-top: 10px;
}

section.llms-sd-section.llms-my-memberships, .llms-student-dashboard .llms-sd-title {
    display: none;
}

#left-area .entry-content ul.llms-sd-items {
    padding-left: 0;
    margin-bottom: 20px;
}

#left-area ul.llms-loop-list {
    padding-left: 0;
}

.llms-sd-tab.dashboard {
    margin-bottom: 70px;
}
.et_pb_menu__menu>nav>ul>li.get-started-button {
    display: block !important;
    align-items: center;
}

body .et_pb_menu__menu>nav>ul>li.get-started-button>a {
    height: auto;
    line-height: 20px;
    padding: 15px 25px 12px!important;
    color: #fff !important;
}

.et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul {
    align-items: center;
}

header li.menu-item.menu-item-gtranslate {
    height: 46px;
}

body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.get-started-button a {
    color: #fff !important;
	transition: all ease 300ms
}
body:not(.logged-in) .hide-logged-out {
	display: none !important
}
body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.get-started-button a:hover {
    background: #00a0b0;
}
@media all and (max-width: 767px){
	.hs_nav {
	    flex-wrap: wrap;
	}

	a.hs_nav_btn {
	    width: 100%;
	}
}