/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
.learn-press .course-meta-single>div.course-author .author-contain a span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px !important;
    display: inline-block;
}

.course-thumbnail .wrap-btn-add-course-to-cart{
	/*display: none !important;*/
}

@media screen and (max-width: 600px)
	.learn-press .course-meta-single{
		display: flex;
		flex-direction: row;
		align-items: center;
}
}