.learndash-course-grid .items-wrapper .grid-1 .post {
    line-height: 1.428571429;
    background-color: #ffffff;
	/*by user start*/
    /*border: 1px solid #dddddd;*/
	/*by user end*/
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
}

.learndash-course-grid .items-wrapper .grid-1 .ribbon {
    text-shadow: 0 1px rgb( 0 0 0 / 30% );
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    left: auto;
    border-radius: 0;
    color: #fff;
	/*by user start*/
    /*background: #fd6703;*/
	/*padding: 10px 12px;*/
	padding: 2px 6px;
	background: #4a8484;
	/*by user end*/
    font-weight: 400;
    font-size: 14px;
}

.learndash-course-grid .items-wrapper .grid-1 .thumbnail {
    margin: 0;
    padding: 0;
	/*by user start*/
	background-color: #000;
	/*by user end*/
}

.learndash-course-grid .items-wrapper .grid-1 .video > * {
    border-radius: 5px;
}

.learndash-course-grid .items-wrapper .grid-1 .thumbnail img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	height: auto;
}

.learndash-course-grid .items-wrapper .grid-1 .content {
    
	/*by user start*/
	/*color: #333333;*/
	/*padding: 30px 22px;*/
	padding: 10px 12px;
	color: #fff;
    background-color: #4a8484;
	/*by user end*/
}

.learndash-course-grid .items-wrapper .grid-1 .content > *:not(:last-child) {
    margin-bottom: 20px;
}

.learndash-course-grid .items-wrapper .grid-1 .content .top-meta > *:not(:last-child) {
    margin-bottom: 20px;
}

.learndash-course-grid .items-wrapper .grid-1 .content .entry-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
	/*by user start*/
	margin-bottom: 0px!important;
	/*by user end*/
}

.learndash-course-grid .items-wrapper .grid-1 .content .entry-title a {
    text-decoration: none;
	/*by user start*/
    /*color: #333;*/
	color: #fff;
	/*by user end*/
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
}

.learndash-course-grid .items-wrapper .grid-1 .content .entry-content {
	/*by user start*/
    /*margin-bottom: 20px ;*/
	margin-bottom: 10px ;
	/*by user end*/
}

.learndash-course-grid .items-wrapper .grid-1 .content .entry-content > * {
    margin: 0;
}

.learndash-course-grid .items-wrapper .grid-1 .content .author {
    font-size: 0.875rem;
    color: #949ca1;
}

.learndash-course-grid .items-wrapper .grid-1 .content .reviews,
.learndash-course-grid .items-wrapper .grid-1 .content .categories {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.learndash-course-grid .items-wrapper .grid-1 .icon {
    justify-content: center;
    margin-right: 3px;
}

.learndash-course-grid .items-wrapper .grid-1 .content .categories .icon {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}


.learndash-course-grid .items-wrapper .grid-1 .content .reviews .label {
    margin-right: 10px;
}

.learndash-course-grid .items-wrapper .grid-1 .content .reviews .stars {
    color: #ffb703;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta {
    display: grid;
	/*by user start*/
	/*grid-template-columns: repeat( 2, minmax( 0, 1fr ) );*/
	grid-template-columns: repeat( 1, minmax( 0, 1fr ) );
	text-transform: uppercase;
	/*font-size: 0.75rem;*/
	font-size: 15px;
	/*by user end*/
    gap: 15px;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section {
    display: flex;
	/*by user start*/
    /*align-items: center;*/
	align-items: flex-start;
	/*by user end*/
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .icon {
    width: auto;
    height: auto;
    display: block;
    font-size: 1rem;
    padding: 5px;
    background: #00bcb6;
    color: #fff;
    border-radius: 5px;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .wrapper {
    margin-left: 5px;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .wrapper > * {
	/*by user start*/
    /*display: block;*/
	display: inline-block;
	/*by user end*/
}

/*by user start*/
.learndash-block-inner .item.grid-1 .video {
	position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.learndash-block-inner .item.grid-1 .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.learndash-block-inner .top-meta {
	margin-bottom: 10px!important;
}

.learndash-block-inner .separator {
	margin-bottom: 10px!important;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .total-lessons {
	display: block;
	text-align:right;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .duration .value {
	text-transform: none;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .view-class-info {
	display: block;
	text-align: center;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .duration {
	text-align: left;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .view-class-info a {
	color: #fff;
}

@media screen and (max-width: 1920px) {
	.learndash-course-grid .items-wrapper .grid-1 .bottom-meta {
		font-size: 10px;
	}
}
/*by user end*/