
/*------------------------------------------------------------------------
# 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-one__item {
  position: relative;
  margin: 0 0 36px;
}

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

.course-one__item:hover .course-one__content {
  border-color: var(--thm18-base);
}

.course-one__thumb {
  width: 246px;
  height: 248px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: linear-gradient(147deg, var(--thm18-soft4) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 0 0 0 auto;
  padding: 10px;
}

.course-one__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.course-one__thumb {
  background: linear-gradient(45deg, var(--thm18-base) 40%, var(--thm18-secondary) 100%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.course-one__like {
  position: absolute;
  right: 0px;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--thm18-secondary);
  color: var(--thm18-white);
  font-size: 16px;
  transition: 500ms ease;
  padding: 4px 14px
}
.course-one__like a {
  color: var(--thm18-white)
}

.course-one__like:hover {
  background-color: var(--thm18-base);
  color: var(--thm18-white);
}

.course-one__content {
  background-color: var(--thm18-white);
  border-radius: 14px;
  border: 1px solid var(--thm18-soft3);
  padding: 28px 30px 30px;
  box-shadow: 11px 15px 30px 0px rgba(128, 137, 225, 0.1);
  transition: 500ms ease;
  margin: -110px 0 0;
}

@media (max-width: 767px) {
  .course-one__content {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .course-one__content {
    margin-top: -80px;
  }
}
.course-one__time {
  height: 24px;
  background-color: var(--thm18-base);
  color: var(--thm18-white);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 10.5px;
  margin: 0 0 25px;
  position: relative;
  z-index: 30
}
.course-one__time a {
  color: var(--thm18-white);
}
.course-one__item:hover .course-one__thumb {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
    
.course-one__ratings {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--thm18-secondary);
  margin: 0 0 7px;
}

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

.course-one__title {
  font-size: 20px;
  line-height: 29px;
  margin: 0 0 12px;
  max-width: 300px;
}
.course-one__item .text{
  margin: 0 0 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .course-one__title {
    max-width: 320px;
  }
  .course-one__title br {
    display: none;
  }
}
.course-one__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-one__title a:hover {
  color: var(--thm18-base);
}

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

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

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

@media (max-width: 400px) {
  .course-one__author img {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .course-one__author img {
    display: none;
  }
}
.course-one__author__name {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 6px;
}

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


.course-one__author__designation a {
  color: var(--thm18-base);
}

.course-one__meta {
  position: relative;
}

.course-one__meta__price {
  margin: 0 0 5px;
  font-size: 20px;
  color: var(--thm18-base);
  line-height: 1;
}

.course-one__meta__class {
  margin: 0;
  font-size: 14px;
  color: var(--thm18-secondary);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.course-one__item:hover .course-one__content {
  border: 1px solid var(--thm18-base);
}
.course-one__item:hover .course-one__title a {
  background-size: 0% 1px, 100% 1px;
}
:root {
  --thm18-text: #697585;
  --thm18-soft: #F1F2FD;
  --thm18-soft2: #F6F5F5;
  --thm18-soft3: #E0E3FD;
  --thm18-secondary: #4F5DE4;
  --thm18-secondary-rgb: 79, 93, 228;
  --thm18-base: #F57005;
  --thm18-base-rgb: 245, 112, 5;
  --thm18-black: #2A254D;
  --thm18-black-rgb: 42, 37, 77;
  --thm18-white: #ffffff;
  --thm18-white-rgb: 255, 255, 255;
}
