/*
 Theme Name:   EduPress Child
 Theme URI:    https://edupress.thimpress.com/
 Description:  EduPress Child Theme
 Author:       ThimPress
 Author URI:   https://thimpress.com
 Template:     edu-press
 Version:      1.0.0
 Text Domain:   edu-press-child
*/

.content-item-wrap {
  width: 90% !important;
}

#popup-footer {
  max-width: 100% !important;
  background-color: #f0f0f0;
  padding: 0.5rem 5% !important;
  border-top: 1px solid #736fad;
  left: 0 !important;
  transform: translateX();
}

#popup-content {
  padding: 0 !important;
}

.relative {
  position: relative;
}

.lesson-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
  transform: translateX(calc(-5% - 15px));
}

.main-span-title {
  height: 3px;
  width: 120px;
  background-color: #736fad;
}

.lesson-title-wrapper .course-item-title {
  font-size: 40px !important;
  margin: 0 !important;
  font-weight: 700 !important;
}

form[name="learn-press-form-complete-lesson"] {
  display: none;
}

#popup-course .popup-header__inner {
  width: 80% !important;
}
