/*
Theme Name: Edura
Theme URI: #
Author: #
Author URI: #
Description:#
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edura
Tags: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
.lp-archive-courses .course-detail-info {
  padding: 30px 0 20px 0;
  color: #fff;
  background: var(--lp-secondary-color);
  position: relative;
  padding: 60px !important;
}

/*courses price --------------*/
.course-box.style2 .price {
  color: var(--theme-color2);
      font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  margin-bottom: 0;
}

.course-grid .price {
  color: var(--theme-color2);
      font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  margin-bottom: 0;
}