/*
 Theme Name:     Divi Child LMS
 Theme URI:      https://samarj.com/molti-lms
 Description:    Child Theme für Divi & LearnDash
 Author:         SamarJ
 Author URI:     https://samarj.com/
 Template:       Divi
 Version:        1.0
*/


/* 
------------------------------------------------------- */
/* Nach oben Button Style 1*/

.et_pb_scroll_top.et-pb-icon {
text-align: center;
background: #EDFF00; /* Hintergrundfarbe */
text-decoration: none;
position: fixed;
z-index: 99999;
bottom: 125px;
right: 0px;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
display: none;
cursor: pointer;
font-size: 35px; /* Icongröße */
padding: 5px;
color: #164731 !important;
}

.et_pb_scroll_top:before {
content: '6'; /* Icon im Button */
}


/*hier kommt das mobile menü rein*/


/*Header Codes - All the Codes for Main Header here*/
.molti-custom-dropdown-content{
-webkit-animation: scale-in-tr 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: scale-in-tr 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-tr {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-tr {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}

/*END*/


/*Dropdown Menu Animation and styling for Main Header - Desktop*/
.et-menu-nav .nav li li {
    padding: 0 !Important;
}
/*Change the width of the Sub Menu*/
.et-menu-nav .nav li ul{
	width:250px !Important
}
/*Remove the default hover background for Dropdown Menu Link*/
.et-menu-nav .nav ul li a:hover {
    background-color: transparent;
}
/*To add more padding and Spacing around menu Item*/
.et-menu-nav .et-menu li li a{
	padding:10px 20px;
	margin:3px 0;
}
/*This will add arrow Line to active Dropdown Menu link*/
.et-menu-nav .et_pb_menu .nav li ul.sub-menu li.current-menu-item a:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    left: 0px;
    transition: all .2s ease-in-out;
	background: #00c86f;
	width:4px;
	border-radius: 0px 3px 3px 0px;
}
/*Line shows on Hover on Sub Menu Link Hover*/
.et-menu-nav .et-menu li li a:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    left: 0px;
    transition: all .2s ease-in-out;
	border-radius: 0px 3px 3px 0px;
}
.et-menu-nav .et-menu li li a:hover:before {
    background: #00c86f;
	width:4px;
}
/*To add Entrance and Exit Animation to Dropdown Menu*/

/*Entrance Animation for Dropdown Menu*/
.et-menu-nav .et-show-dropdown .sub-menu{
-webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/*To add Box Shadow Corner Radius and Exit Animation to Dropdwon Menu*/
.et-menu-nav .sub-menu{
	box-shadow: 0px 5px 40px #0000002b !IMPORTANT;
	border-radius:8px;
	-webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/*Will add Arrow indicator to Dropdown Menu*/
.et-menu-nav .sub-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 11%;
    top: -22px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    z-index: 1;
}

/*Keyframes for Dropdown menu Entrance Animation*/
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*Keyframes for Dropdown Menu Exit Animation*/
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}


/*Stylings for the Homepage Starts here*/

/*This will fix the issue with the Buttom Module Animation*/
.et_pb_button_module_wrapper{
	transition:all .3s ease !Important;
}
/*To make any column vertically centered - Enable Equal Column height in the Row Settings*/
.et_pb_equal_columns>.et_pb_column{
	margin-top:auto;
	margin-bottom:auto;
}
/*To make buttons inline anywhere, add the class "inline-buttons-row" to the Row*/
.inline-buttons-row .et_pb_button_module_wrapper{
display:inline-block;
}
/*This will add hover transition to Blurb Module's Image*/
.et_pb_main_blurb_image{
	transition:.3s ease;
}
/*To push the Image a bit small on the Homepage*/
.service-card:hover .et_pb_main_blurb_image{
	transform:scale(0.90) !Important
}
/*The Features Section on the Homepage - Adding some Hover effect to blurb Image*/
.feature .et_pb_animation_off{
    background: #00c86f;
    padding: 10px;
    border-radius: 10px;
    transition:.3s ease;
}
.feature:hover .et_pb_animation_off{
	 box-shadow: 35px -15px 0px #e6ebee, -25px 15px 0px #e6ebee;
	 transform:scale(1.2)
}


/*Creating a Testimonial Carousel with Slider Module*/

/*manually add the image url to the slide controller*/
.molti-testimonial .et-pb-controllers a:nth-child(1) {
  content: url('/wp-content/uploads/2020/05/Team-1.jpg');
}
.molti-testimonial .et-pb-controllers a:nth-child(2) {
  content: url('/wp-content/uploads/2020/05/Team-7.jpg');
}
.molti-testimonial .et-pb-controllers a:nth-child(3) {
  content: url('/wp-content/uploads/2020/05/Team-5.jpg');
}
.molti-testimonial .et-pb-controllers a:nth-child(4) {
  content: url('/wp-content/uploads/2020/05/Team-3.jpg');
}
/*size and position of images*/
.molti-testimonial .et-pb-controllers a {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 15px;
  transition:.3s ease;
}
/*change opacity on hover*/
.molti-testimonial .et-pb-controllers a:hover {
 opacity: 1;
 transform:scale(0.90)
}
/*make the active slide slightly bigger*/
.molti-testimonial .et-pb-controllers .et-pb-active-control {
  width: 100px;
  height: 100px;
  margin-bottom: -5px;
  box-shadow:0px 1px 20px #f3efec;
}

/*force off the text shadows*/
.molti-testimonial .et_pb_slide_description {
text-shadow: none!important;
  margin-bottom: 20px!important;
}
/*change the slide description animation*/
.molti-testimonial .et-pb-active-slide .et_pb_slide_description {
 animation-name: fadeIn;
}


@media (max-width: 980px) {
/*size and position of images - mobile*/
.molti-testimonial .et-pb-controllers a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 10px;
}
  /*make the active slide slightly bigger - mobile*/
.molti-testimonial .et-pb-controllers .et-pb-active-control {
  width: 60px;
  height: 60px;
  margin-bottom: -5px;
  box-shadow:0px 1px 20px #e6ebee;
	}
  /*adjust image position - mobile*/
.molti-testimonial .et-pb-controllers {
    bottom: 10%;
}
}

/*position the images - mobile*/
@media (max-width: 767px) {
.molti-testimonial .et-pb-controllers {
  bottom: 20%;
}
/*position the images - mobile*/
.molti-testimonial .et_pb_slide_description {
  margin-bottom: 50px!important;
}
}


/*This is to add animation when hoverout of the card - exit*/
.molti-view-button{
	opacity:0;
	-webkit-animation: fade-out-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/*Animation when hover to card - entrance*/
.molti-column:hover .molti-view-button{
	opacity:1;
	-webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/*Keyframes for the Button to show with Animation - entrance*/
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


/*Keyframe for the button to go away with animation - exit*/
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}


/*FAQ Toggle Module - Desiging the Toggle Module*/
.molti-faq .et_pb_toggle_title:before {
    content: "\4c" !IMPORTANT;
    font-weight: 900;
	transition:.3s ease;
}
/*Stylings for when the Toggle is open*/
.molti-faq.et_pb_toggle_open .et_pb_toggle_title:before{
	transform: rotate(180deg);
	content: "\22" !IMPORTANT;
	color: #00c86f !Important
}


/*Will make buttons centered after the Testimonial section on About Page*/
.row-after-testimonials{
	text-align:center;
}


/*Molti Custom Testimonial Styling*/

/*This will add an active state to active Testimonial image*/
.active-img{
	transform:scale(1.1);
	transition: all .3s ease;
}
/*To add an overlay to active Image in testimonial*/
.active-img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 35%);
	z-index:10;
	border-radius:10px;
}
/*This will add border inside the image to active testimonial image*/
.active-img:after{
	content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    z-index: 10;
    border-radius: 10px;
    left: 10px;
    top: 4.7%;
	transition: all .3s ease;
}
/*Adjusting for Mobile*/
@media only screen and ( max-width: 479px ) {
.active-img:after{
	display:none;
}
.active-img{
	transform:scale(1.05);
}
}
/*This will hide other testimonial content by default*/
.not-active-text{
	display:none !Important;
}
/*This will show the testimonoial content when switched to other testimonial item */
.active-text{
	display:block !Important;
	-webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/*Animation keyframes*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*For sidebar module*/
.molti-sidebar .widget_categories ul li a{
	color:#000 !Important;
}
.molti-sidebar .widget_categories ul li:hover a{
	color:#ff6d6f !Important;
}
.molti-sidebar .widget_categories ul li {
    margin-bottom: .5em;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding: 20px 20px;
	transition: .2s;
}
.molti-sidebar .widget_categories ul li:hover {
    padding: 20px 40px;
}
.molti-sidebar .widget_categories ul li a:before {
	font-family: 'ETmodules';
    content: "\24";
    font-size: 18px;
    position: absolute;
    opacity: 0;
    font-weight: 600;
    left: 0;
    transition: .1s;
}
.molti-sidebar .widget_categories ul li:hover a:before {
    opacity: 1;
    left: 15px;
    transition: .3s;
	color: #ff6d6f;
}
/*ENDS HERE*/

/*Animation keyframes for the button*/
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*END Animation keyframes*/



/*To remove the arrow icon on Sub sub Menu*/
.nav li li ul:after{
	display:none !Important;
}

/*steuert die Höhe vom mobilen Menü - OnlineOlm*/
.et_pb_menu .et_mobile_menu {
    max-height: calc(100vh - 80px); /* passt sich der Bildschirmhöhe an */
    height: auto !important;
    overflow-y: auto;
    padding-bottom: 20px;
}

/* Change the hamburger icon to X when opened*/
.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}


/*Molti LMS*/


.et-menu li li a {
    width: 230px;
}

/*Styling for LMS HomePage*/

/*CSS for Testimonials Toggles*/
.molti-testimonial-content {
    display:none;
    z-index: 1;
}
.molti-active-content {
    z-index: 2;
    display:block;
    -webkit-animation: fade-in-bottom 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.molti-testimonial-tab{
    cursor:pointer !Important;
    opacity:.7
}
.molti-active-tab{
position: relative;
right: -1.5px;
transition:all .2s ease;
opacity:1;
}
.molti-testimonial-tab .et_pb_image_wrap {
    border: 4px solid transparent;
    transition:all .2s ease;
}
.molti-active-tab .et_pb_image_wrap {
    transform: scale(1.1);
    box-shadow: 0px 5px 30px #00000036;
    border: 4px solid #fff;
}

@media only screen and ( min-width: 980px ) { 
.molti-testimonial-tab{
    border-right: 2px solid transparent;
}
.molti-active-tab{
    border-right: 2px solid #00c86f !Important;
}
}
@media only screen and ( max-width: 980px ) { 
.molti-testimonial-tab{
    border-bottom: 2px solid transparent;
}
.molti-active-tab{
    border-bottom: 2px solid #00c86f !Important;
}
}


/*Styling the Course Grid*/

/*Course Image*/
.ld-course-list-items .ld_course_grid .thumbnail.course img {
	border-radius: 7px 7px 0 0;
}

/*Course Ribbon*/

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon:before{
	display:none;
}

/*Styling the Ribbon*/

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
    background: #164731;
    left: 0;
    top: 0;
    border-radius: 7px 0;
    box-shadow: 0 5px 10px #00000036;
    text-shadow: none!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    font-weight: 400!important;
    padding: 8px 12px;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled:after{
	display:none;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.free{
	background:#164731 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled{
	background:#00c86f
}

.ld-course-list-items .ld_course_grid .entry-title {
    margin-bottom: -13px!important;
    font-weight: 700;
    margin-top: 15px!important;
    line-height: 1.4em;
}

.ld-course-list-items .ld_course_grid .thumbnail .caption p {
    font-size: 13px !important;
    line-height: 1.8em;
}

.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400!important;
    text-transform: uppercase!important;
    background: #164731 !important;
    border: none;
    padding: 13px;
    box-shadow: 0px 9px 18px -9px rgb(0 0 0 / 30%);
	transition:.2s ease;
	margin-top:20px;
	margin-bottom:10px;
}

.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary:hover{
	transform:translate(0%, -5%);
	box-shadow: 0px 9px 18px -9px rgb(0 0 0 / 40%);
}

/*Styling the Grid Card*/

.ld-course-list-items .ld_course_grid .thumbnail.course {
    border: none;
	box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    border-radius: 8px !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course:hover{
	transform:translate(0%, -2%);
	box-shadow: 0px 15px 50px rgb(0 0 0 / 15%);
}

.ld-course-list-items .ld_course_grid .thumbnail .caption {
    padding: 15px 25px;
    color: #00c86f;
}

/*Responsive Course Grid for Tablet*/

@media (max-width: 768px) and (min-width:575px){
.ld-course-list-items .col-md-4 {
    flex: 0 0 50% !IMPORTANT;
    max-width: 50% !important;
}
}

/*All Courses Page*/

#ld-course-list-content-35e49d5cb2f50b256c579085e75cb423 > div.learndash-pager.learndash-pager-course_list > span.pager-right > a:nth-child(2), #ld-course-list-content-35e49d5cb2f50b256c579085e75cb423 > div.learndash-pager.learndash-pager-course_list > span.pager-left > a:nth-child(1){
	display:none;
}

.learndash-pager {
    width: 300px!important;
    padding: 15px;
    border-radius: 100px;
    background: #eee;
}

.ld-loading:before {
    border: 4px solid #000;
    border-top-color: #00c86f;
    height: 30px;
    left: -16%;
    top: 55%;
    width: 30px;
    box-shadow: 0px 5px 30px #0003;
}

.learndash-pager a {
    color: #ffffff;
    background: #00c86f;
    font-size: 23px;
    border-radius: 100%;
    padding: 3px 14px 6px 14px;
	transition:.2s ease;
}

.learndash-pager a:hover {
    box-shadow: 0px 7px 20px #0000003d !important;
}

/*Styling for Course Grid V2, V3, V4*/

.molti-course-grid .et_pb_widget {
    width: 100% !important;
}

.molti-course-grid .entry-title a {
    line-height: 1.3em !important;
}

.molti-course-grid .post{
	border-radius:6px !important;
	
}

.molti-course-grid .thumbnail img {
    border-radius: 5px 5px 0 0px;
}

.molti-course-grid .ribbon {
    background: #164731 !Important;
    text-transform: uppercase !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    padding: 6px 8px !important;
    top: 5px !important;
    right: 6px !important;
    border-radius: 4px !important;
    box-shadow: 0px 5px 20px #0000005e !important;
	text-shadow:none !important;
}

.molti-course-grid .ribbon.enrolled:after{
	display:none;
}

.molti-course-grid .toggle-filter, .molti-course-grid .learndash-course-grid-filter .buttons .button.grey{
    color: #333333;
    background-color: #eeeeee;
    border-color: #eeeeee;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
	margin-bottom: 30px;
}

.molti-course-grid .toggle-filter:hover, .molti-course-grid .learndash-course-grid-filter .buttons .button.grey:hover{
	background-color: #e6ebee;
    border-color: #e6ebee;
}

.molti-course-grid .learndash-course-grid-filter .buttons .button.grey{
	margin-bottom:0 !important;
}

.molti-course-grid .learndash-course-grid-filter {
    right: -30px;
    position: absolute;
    top: 50px;
    box-shadow: 0px 25px 50px #00000036;
	-webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.molti-course-grid .buttons .button.blue {
    color: #ffffff;
    background-color: #164731 !important;
    border-color: #164731 !important;
	text-transform: uppercase !important;
    font-size: 13px;
    font-weight: 400;
}

.molti-course-grid .buttons .button.blue:hover {
    background-color: #164731 !important;
    border-color: #164731 !important;
}

.molti-course-grid .toggle-filter.opened::before {
    content: "\f158";
    font-family: 'Dashicons';
    padding-right: 6px;
    top: 0px;
    position: relative;
}

.molti-course-grid input[type="text"], .molti-course-grid .filter.price .number-wrapper input {
    padding: 8px 8px;
    border-radius: 5px;
    border: solid 2px #e6ebee;
}

.molti-course-grid input[type="text"]:focus{
	border: solid 2px #e6ebee;
}

.molti-course-grid form input[type=range]::-webkit-slider-runnable-track {
    background: #eee;
}
.molti-course-grid form input[type=range]:focus::-webkit-slider-runnable-track{
    background: #eee;
}

.learndash-course-grid-filter form input[type=range]::-moz-range-track {
    background: #eee;
	box-shadow:none !important;
	border:none !important;
	borde-radius:10px !important;
}


/*Thumb/Handle Styling*/
.learndash-course-grid-filter form input[type=range]::-webkit-slider-thumb{
	border: none;
	transition:.2s ease;
	transform:scale(1.1);
	box-shadow: 0 0 0 2px #00c86f;
}
.learndash-course-grid-filter form input[type=range]::-webkit-slider-thumb:hover{
	box-shadow: 0 0 0 5px #00c86f;
}

.learndash-course-grid-filter form input[type=range]::-moz-range-thumb{
	border: none;
	transition:.2s ease;
	transform:scale(1.1);
	box-shadow: 0 0 0 2px #00c86f;
}

.learndash-course-grid-filter form input[type=range]::-moz-range-thumb:hover{
	box-shadow: 0 0 0 5px #00c86f;
}

.molti-course-grid .button a {
    background: #164731!important;
    border-color: #164731!important;
    padding: 13px !IMPORTANT;
    max-width: 100% !important;
	margin-top: 15px;
}

.learndash-course-grid .items-wrapper .grid-2 .thumbnail .arrow * {
    padding: 10px !important;
}

.learndash-course-grid .items-wrapper .grid-2 .thumbnail .arrow a {
    padding: 0 !important;
}

.molti-course-grid .button a:hover{
	transform:translate(0%, -5%);
	box-shadow: 0px 5px 30px #00000030;
}

.molti-course-grid .arrow .dashicons {
    background: #fff !important;
    color: #d6dee2 !important;
    box-shadow: 0px 5px 10px #0000001c;
	transition:.2s ease !important;
}

.molti-course-grid .price-wrapper {
    background: #eee;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 9px;
}

.molti-course-grid .price-wrapper .price {
    font-weight: 700;
}

.molti-course-grid .author img {
    border: none !important;
}

/*Styling Checkbox*/
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    display: inline-block!important;
    position: relative;
    background-color: #f3efec;
    color: #19191a;
    top: 0;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    box-shadow: 0 0 1px #19191a;
    border-radius: 50px;
    cursor: pointer;
    margin: -3px 7px 0 5px;
    outline: none;
    transition: all .2s ease-in-out;
}
/*Hover effect for the Checkbox*/
 input[type=checkbox]:hover {
    transform:scale(1.15) !important
}
/*Adding tick Icon when checkbox is checked*/
 input[type=checkbox]:checked:before {
	content: '\4e'!IMPORTANT;
    position: absolute;
    font-size: 10px!important;
    font-family: 'ETmodules';
    font-weight: 700;
    left: 2px;
    top: 3px;
    animation: .2s;
}


/*Styling for LeardnaDash Profile Page*/

@media (min-width: 1220px){
	#ld-profile{
    width:1100px !important;
}
}

@media (min-width: 930px){

	#ld-profile{
    display: flex !important;
}
	.learndash-wrapper .ld-profile-summary {
    width: 35% !important;
    margin-right: 60px !important;
	}
	.learndash-wrapper .ld-item-list {
    width: 70% !important;
}
}
.learndash-wrapper .ld-profile-summary {
    box-shadow: 0px 5px 30px #0000001a !important;
    padding: 25px !important;
    border-radius: 7px !important;
	height: max-content;
}



/*Styling Load More Button on Course Grid*/
.learndash-course-grid .pagination .load-more {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    background: #00c86f;
    border-color: #00c86f;
	transition:.2s ease;
}

.learndash-course-grid .pagination .load-more:hover{
	transform:translate(0%, -5%);
	box-shadow: 0px 7px 30px #00000029;
	background: #00c86f;
}


#ld-profile > div.ld-profile-summary > div.ld-profile-stats > div.ld-profile-stat.ld-profile-stat-completed {
	border-right: none !important;
}


#ld-profile > div.ld-profile-summary > div.ld-profile-stats > div.ld-profile-stat.ld-profile-stat-courses, #ld-profile > div.ld-profile-summary > div.ld-profile-stats > div.ld-profile-stat.ld-profile-stat-completed{
	border-bottom: 1px solid #e2e7ed;
}

@media (max-width: 640px) and (min-width: 438px){
#ld-profile > div.ld-profile-summary > div.ld-profile-stats > div.ld-profile-stat.ld-profile-stat-courses, #ld-profile > div.ld-profile-summary > div.ld-profile-stats > div.ld-profile-stat.ld-profile-stat-completed{
	border-bottom: none !important;
}
}
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
    padding: 22px 0px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 3px 0px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
    height: 120px;
    width: 120px;
}


.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon {
    background: #eee;
    padding: 10px;
    margin-right: 2px;
    border-radius: 100px;
    font-size: 15px;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before {
    right: 133px;
}


.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents {
    padding: 0px 20px;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text] {
    font-size: 13px;
    border-radius: 100px;
    padding: 15px !IMPORTANT;
}

.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:before {
    content: "\4d";
    font-family: 'ETMODULES';
    font-weight: 900;
}
.learndash-wrapper .ld-item-list .ld-item-search .ld-closer {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper {
    background: #eee !important;
    padding: 30px 30px;
}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before {
	background: #eee !important;
}


.ld-course-title{
	margin-top:4px;
}

@media (max-width: 479px){
#ld-profile > div.ld-profile-summary > div.ld-profile-stats > div.ld-profile-stat.ld-profile-stat-courses{
	padding-bottom:20px !important;
	}
}


.learndash-wrapper .ld-item-list {
    width: 100% !important;
}




/*Styling LearnDash Login Popup*/

.learndash-wrapper .ld-login-modal {
    width: 70% !important;
    box-shadow: 0px 25px 100px #00000030;
    top: 90px;
	border-radius: 10px;
}
@media (max-width: 479px){
.learndash-wrapper .ld-login-modal {
	width: 90%!important;
}
}

.learndash-wrapper .ld-login-modal .ld-login-field, .learndash-wrapper .ld-login-modal .ld-password-field, .learndash-wrapper .ld-login-modal input[type=email], .learndash-wrapper .ld-login-modal input[type=password], .learndash-wrapper .ld-login-modal input[type=text]{
	padding: 12px 30px;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #eee;
    font-size: 15px;
}

.learndash-wrapper .ld-login-modal .ld-login-field, .learndash-wrapper .ld-login-modal .ld-password-field, .learndash-wrapper .ld-login-modal input[type=email], .learndash-wrapper .ld-login-modal input[type=password], .learndash-wrapper .ld-login-modal input[type=text]{
	padding: 12px 30px !important;
    border-radius: 6px;
    background: transparent !important;
    border: 2px solid #eee !important;
    font-size: 15px;
	color:#000;
}

.learndash-wrapper .ld-login-modal .ld-login-field:focus,  .learndash-wrapper .ld-login-modal .ld-password-field:focus,  .learndash-wrapper .ld-login-modal input[type=email]:focus,  .learndash-wrapper .ld-login-modal input[type=password]:focus,  .learndash-wrapper .ld-login-modal input[type=text]:focus{
	    border: 2px solid #eee;
}

#ld-user-register .ld-login-field, #ld-user-register .ld-password-field, #ld-user-register input[type=email], #ld-user-register input[type=password], #ld-user-register input[type=text]
{
		color:#fff !important;
}


.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before,
.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before{
    top: 45px;
    left: 13px;
    font-weight: bold;
}


.learndash-wrapper .ld-login-modal .ld-login-modal-form label, .learndash-wrapper .ld-login-modal .ld-login-modal-register label {
	text-align:left;
      font-size: 11px;
    text-transform: uppercase;
}


.learndash-wrapper .ld-login-modal input[type=submit] {
    border-radius: 6px;
    text-transform: uppercase;
}

.learndash-wrapper .ld-login-modal input[type=submit]:hover{
	transform: translate(0, -5%);
    box-shadow: 0px 6px 17px #0003 !important;
}

.learndash-wrapper .ld-button.ld-button-reverse, .learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit{
	border-radius: 6px;
    text-transform: uppercase;
	transition:.2s ease;
	border: 2px solid #fff !important;
}

.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open > div > div.ld-login-modal-register > div > div.ld-content > a:hover, .learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit:hover{
	transform: translate(0, -5%) !important;
    box-shadow: none !important;
	border: 2px solid #fff !important
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img {
    width: 150px;
}

.learndash-wrapper .ld-login-modal .ld-modal-heading {
    font-weight: 600;
}


.ld-icon-delete:before {
    content: "\4d";
    font-family: ETModules;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0px;
}

.ld-login-modal .ld-tertiary-color-hover:hover, .ld-login-modal .ld-tertiary-color, .ld-login-modal .ld-alert-warning {
    color: #fff!important;
    box-shadow: 0 0 0 1px #fff;
    background: #00c86f;
    text-align: left;
}


/*Instructors Page*/
/*Adjusting the padding on Carousel on homepage category slider*/
.slick-track{
	padding: 50px ;
}
/*Mobile Adjustment for Carousel on category slider*/
@media only screen and ( max-width: 479px ) {
.slick-track{
	padding: 10px 0px !Important;
}
}
/*Icon for the Next Arrow on the Carousel*/
.slick-next::before {
    content: '\24' !important;
}
/*Icon for the Prev Arrow on the Carousel*/
.slick-prev::before {
    content: '\23' !important;
}
/*Adjusting the Arrow Icon*/
.slick-next::before, .slick-prev::before  {
    font-family: ETModules !important;
	opacity:1 !important;
	font-weight: 900 !important;
}
/*Styling the Arrow Icons for Carousel*/
.slick-prev, .slick-next{
	background: #00c86f !Important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px !important;
	box-shadow: 0px 5px 10px #0000002e !important;
	transition:.2s ease !important;
	margin: 0 -40px;
}
/*Hover Styling the Arrow Icons for Carousel*/
.slick-prev:hover, .slick-next:hover{
	background: #00c86f !Important;
	box-shadow: 0px 5px 30px #00000054 !important;
	transform:scale(1.1) translate(0, -50%) !important;
}
/*Adjusting the Next Arrow Position on Category Slider*/
.top-instructors .slick-next{
	right:-40px !Important;
}
/*Adjusting the Prev Arrow Position on Category Slider*/
.top-instructors .slick-prev{
    left:-40px !Important;
}
/*Mobile Position adjustment for the arrows*/
@media only screen and ( max-width: 479px ) {
.top-instructors .slick-next{
	right:-15px !Important;
}
.top-instructors .slick-prev{
    left:-15px !Important;
}
}
/*CSS for FAQ Page*/
/*CSS for FAQ Tabs Toggles*/

/*This will hide inactive content*/
.faq-content {
    display:none;
}
/*This will show active content with animation */
.active-faq-content {
    display:block;
    -webkit-animation: fade-in-bottom 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/*Styling the Faq tabs*/
.faq-tab{
    cursor:pointer !Important;
    transition:.2s ease;
}
/*Styling active Faq tab*/
.active-faq-tab {
  box-shadow: 0px 5px 30px #0000001a;
  color:#08415c;
}



/*Molti Hamburger v3 CSS*/

.molti-ham-icon{
	width: 36px;
    height: 30px;
    margin: 22px 45px 17px 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    transform: scale(.7);
}
.molti-ham-icon span{
  background-color:#00c86f;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 4px;
}
.molti-ham-icon span:nth-child(1){
  top:0px;
  left: 0px;
}
.molti-ham-icon span:nth-child(2){
  top:13px;
  left: 0px;
}
.molti-ham-icon span:nth-child(3){
  bottom:0px;
  left: 0px;
}
.molti-ham-icon:not(.molti-ham-open):hover span:nth-child(1){
  transform:  scaleY(1.2);
  left: -5px;
}
.molti-ham-icon:not(.molti-ham-open):hover span:nth-child(2){
  transform: rotate(5deg) scaleY(1.1);
}
.molti-ham-icon:not(.molti-ham-open):hover span:nth-child(3){
  transform:  scaleY(1.2);
  left: 5px;
}
.molti-ham-icon.molti-ham-open span:nth-child(1){
  transform: rotate(45deg) scaleX(0.7);
  top: 13PX;
  left: -8px;
}
.molti-ham-icon.molti-ham-open span:nth-child(2){
  transform: scale(0);
  transition-duration: 50ms
}
.molti-ham-icon.molti-ham-open span:nth-child(3){
  transform: rotate(-45deg) scaleX(0.7);
  top: 13PX;
  left: 7px;
}


/*Making Icons same width in dropdown content*/

.molti-dropdown-v3 .et_pb_blurb_position_left .et-pb-icon{
	width:40px;
	text-align:center;
}


/*Hide Dropdown V3*/
.hide-dp{
	display:none;
}

/*Elemente vertikal ausrichten. Eintragen bei der Spalte!) */ 
.centered {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}


/* Temporärer Fix: Alle Divi-Animationen deaktivieren für Firefox-Stabilität */
.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_module {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* LearnDash-Profil- und Kursliste auch absichern */
.learndash-wrapper .ld-item-list .ld-item-list-item,
.learndash-course-grid .ld_course_grid,
.ld-course-list-items .ld_course_grid {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
