
/*------------------------------------------------------------------------
# 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;
}


.course-two__item {
  position: relative;
  background-color: var(--thm17-white);
  overflow: hidden;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}

.course-two__item:hover .course-two__title a {
  background-size: 0% 1px, 100% 1px;
}

.course-two__item:hover .course-two__thumb svg {
  fill: var(--thm17-secondary);
}

.course-two__thumb {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.course-two__thumb img {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="279" ry="278" fill="black"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="279" ry="278" fill="black"/></svg>');
  mask-repeat: repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
}

.course-two__thumb svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  fill: var(--thm17-base);
  transition: 500ms ease;
  z-index: -1;
  width: calc(100% - 63px);
}


.course-two__like {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 15px;
  border-radius: 8px;
  background-color: var(--thm17-base);
  color: var(--thm17-white);
}

.course-two__like:hover {
  background-color: var(--thm17-secondary);
  color: var(--thm17-white);
}
.course-two__like a {
  color: var(--thm17-white);
  font-size: 15px
}

.course-two__content {
  position: relative;
  padding: 42px 30px 30px;
}
.course-two__time a {
  color: var(--thm17-white);
}
.course-two__time {
  height: 24px;
  background-color: var(--thm17-black);
  color: var(--thm17-white);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 10.5px;
  margin: 0 0 8px;
}

.course-two__ratings {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--thm17-base);
  margin: 0 0 8px;
}

.course-two__ratings__reviews {
  font-size: 14px;
  color: var(--thm17-black);
  margin-left: 5px;
  letter-spacing: 0;
}

.course-two__title {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 15px;
}
.course-two__item .text{
  margin: 0 0 15px;
}
.course-two__title a {
  color: inherit;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}

.course-two__title a:hover {
  color: var(--thm17-secondary);
}

.course-two__bottom {
  position: relative;
  background-color: var(--thm17-soft2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 14px 19px 15px 19px;
}

.course-two__author {
  position: relative;
  padding: 0 0 0 54px;
}

@media (max-width: 991px) {
  .course-two__author {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .course-two__author {
    padding-left: 0;
  }
}
.course-two__author img {
  width: 44px !important;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 991px) {
  .course-two__author img {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .course-two__author img {
    display: none !important;
  }
}
.course-two__author__name {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 6px;
}

.course-two__author__designation {
  display: block;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}

.course-two__author__designation a {
  color: var(--thm17-base);
}
.course-two__meta {
  position: relative;
}

.course-two__meta__price {
  margin: 0 0 5px;
  font-size: 20px;
  color: var(--thm17-black);
  line-height: 1;
}

.course-two__meta__class {
  margin: 0;
  font-size: 14px;
  color: var(--thm17-text);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.course-two__meta__price .price span {
font-weight: 700;
}
:root {
  --thm17-text: #697585;
  --thm17-soft2: #F6F5F5;
  --thm17-secondary: #4F5DE4;
  --thm17-secondary-rgb: 79, 93, 228;
  --thm17-base: #F57005;
  --thm17-base-rgb: 245, 112, 5;
  --thm17-black: #2A254D;
  --thm17-black-rgb: 42, 37, 77;
  --thm17-white: #ffffff;
  --thm17-white-rgb: 255, 255, 255;
}
