/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

button.toggle-filter {
    display: none;
}
.ld-course-status.ld-course-status-enrolled {
	display: none !important;
}

.learndash-wrapper .ld-item-list {
	margin: 0;
}

/*.learndash-course-grid .items-wrapper .list-1 .thumbnail img {
    width: 50% !important;
}*/

.learndash-wrapper .ld-item-list .ld-item-list-item {
	/*background: #f2f2f2;*/
	background: #0F5699;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: 0 0 1em 0;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title {
	color: #ffffff !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
	margin-top: 0;
}

.learndash-wrapper .ld-item-list .ld-section-heading {
	display: none;
}

.learndash-course-grid .items-wrapper .list-1 .post {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #cccccc;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.learndash-course-grid .items-wrapper .list-1 .thumbnail {
	width: 100%;
}

.learndash-course-grid .items-wrapper .list-1 .content {
	width: 100%;
}

.learndash-course-grid .items-wrapper .list-1 .content .entry-title {
	font-size: 18px;
}
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
	display: none !important;
}
.wp-block-social-links {
	padding-left: 0 !important;
}
.wp-block-social-link {
	display: inline-block !important;
}

@media screen and (max-width: 1024px) {
	.learndash-course-grid .items-wrapper.grid {
   		grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
	}
}

@media screen and (max-width: 767px) {
	.learndash-course-grid .items-wrapper.grid {
   		grid-template-columns: repeat(1, minmax(0px, 1fr)) !important;
	}
	.learndash-course-grid .items-wrapper .list-1 .content .entry-title {
	    font-size: 16px !important;
		line-height: 1 !important;
    }
    .wp-block-embed iframe {
    	height: 200px;
		width: 100%;
    }
}
.learndash-wrapper .ld-content-actions .ld-content-action+a{
	font-weight:800 !important;
}


.learndash-wrapper:hover .ld-button:hover{
	color:#ffffff !important;
}