
/*------------------------------------------------------------------------
# mod_mx_course Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
.la-member{
  position: relative;
}
.cource-width .course-entry {
	border: 0;
	margin-top: 0;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}

.cource-width .course-entry .course-cover {
	background-size: cover;
	border-radius: 3px;
	min-height: 407px;
	z-index: 0;
}

.cource-width .course-entry .course-cover img {
	border-radius: 3px 3px 0 0;
}
.cource-width .course-entry .course-detail {
	background-color: #fff;
	border: 2px solid #29b5ee;
	border-radius: 3px;
	border-top-color: transparent;
	bottom: 0;
	height: auto;
	left: 0px;
	min-height: 138px;
	opacity: 1;
	padding: 27px 28px 20px 32px;
	position: absolute;
	right: 0px;
	top: 269px;
	-webkit-transition: 0.4s top ease-in-out 0s;
	transition: 0.4s top ease-in-out 0s;
	z-index: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.cource-width .course-entry .course-detail {
		padding: 18px 20px;
	}
}

@media only screen and (max-width: 399px) {
	.cource-width .course-entry .course-detail {
		padding: 20px;
	}
}

.cource-width .course-entry .course-detail .course-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	min-height: 100px;
}

.cource-width .course-entry .course-detail .course-meta .course-price {
	color: #29b5ee;
	font: 700 3.6em/1em "Oswald";
	margin-left: 1em;
}


.cource-width .course-entry .course-detail .course-title {
	color: #505050;
	font-size: 1.428rem;
	line-height: 1.15em;
	margin: 0 0 0.45em;
	max-height: 88px;
	overflow: hidden;
	text-transform: uppercase;
}

.cource-width .course-entry .course-detail .course-title a {
	color: #505050;
}

.cource-width .course-entry .course-detail .course-title a:hover {
	color: #29b5ee;
}

.cource-width .course-entry .course-detail .course-author {
	margin-top: 1.7em;
	text-transform: uppercase;
}


.cource-width .course-entry .course-detail .course-meta + .course-buttons {
	display: none;
}

.cource-width .course-entry .course-detail .course-buttons {
	margin-top: 2em;
}


.cource-width .course-entry .course-detail .course-description {
	margin-top: 2em;
	max-height: 72px;
	overflow: hidden;
}


.cource-width .course-entry:hover .course-detail {
	background-color: rgba(41, 181, 238, 0.9);
	border-color: rgba(41, 181, 238, 0);
	border-radius: 3px;
	padding-top: 35px;
	top: 0;
}

.cource-width .course-entry:hover .course-detail .course-lesson-number,
.cource-width .course-entry:hover .course-detail .course-description,
.cource-width .course-entry:hover .course-detail .course-author a,
.cource-width .course-entry:hover .course-detail .course-author a:hover,
.cource-width .course-entry:hover .course-detail .course-price,
.cource-width .course-entry:hover .course-detail .course-title {
	color: #fff !important;
}

.cource-width .course-entry:hover .course-detail .theme_button.color2:hover,
.cource-width .course-entry:hover .course-detail .theme_button.color1 {
	background-color: #f7bd04;
	border-color: #f7bd04;
	color: #fff;
}

.cource-width .course-entry:hover .course-detail .theme_button.color1:hover,
.cource-width .course-entry:hover .course-detail .theme_button.color2 {
	background-color: #fff;
	border-color: #fff;
	color: #29b5ee;
}

.cource-width .course-entry .course-meta-data .course-meta-field:first-child {
	color: #fff;
	font-family: "Oswald";
	font-weight: 600;
	letter-spacing: 1px;
}

.cource-width .course-entry .course-meta-data .course-meta-field:first-child:after {
	color: #fff;
	font-weight: 400;
}


.cource-width .admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 17px;
  margin: 10px 0px;
}

.cource-width .admin img {
  border-radius: 50%;
  margin-bottom: 5px;
  width: 25px !important;
  height: 25px !important;
}

.cource-width .admin span {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  color: #fff;
}
.cource-width .course-rating {
  color: #f5c415;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 5px;
}
.cource-width .rating-count {
  color: #ffffff;
}
.cource-width .course-rating li {
  margin-right: 5px;
}
.inline-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.theme_button {
	background-color: #29b5ee;
	border: 2px solid #29b5ee;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 4px;
	min-width: 8.5em;
	padding: 13px 30px 13px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.theme_button:hover {
	background-color: #f7bd04;
	border: 2px solid #f7bd04;
	color: #fff;
}
