/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
 
 
.video-info {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  font-size: 14.4px;
  color: var(--e-global-color-c668341);
  margin-bottom: 4px;
}
.video-info .info-wrp {
  display: flex;
  gap: 6px;
  align-items: center;
}

.legal-notice {
  transition: all 1s ease;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: initial;
  bottom: 2.5%;
  width: 95%;
  height: fit-content;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}

.legal-notice i {
  margin-right: 4px;
}

.ue_post_grid_item.play-video:hover .legal-notice {
  transition: all 1s ease;
  opacity: 1;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  transition: color 0.3s ease;
  color: rgba(0, 0, 0, 0.7);
}
.lity-container {
  max-width: 94% !important;
}

.Video-post-grid-wrp .ue_post_grid_item:hover .video-play-button {
  color: #dc3545;
  transition: all 1s ease;
}

.lity-close {
  cursor: pointer !important;
  height: auto !important;
  margin: 0;
  padding: 4.5px 16px !important;
  transition: color 0.2s !important;
  visibility: inherit;
  width: auto !important;
  background: rgba(30, 30, 30, 0.6) !important;
  border: 0px !important;
  text-shadow: unset !important;
  color: #ccc !important;
  font-size: 24px !important;
}

.lity-close:hover {
  color: #fff !important;
}

.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}
.lity-content::after {
  content: unset !important;
}

.lity-close > svg {
  display: block;
  overflow: visible;
  position: relative;
  width: 24px;
  height: 24px;
}

.lesson-content-wrp .elementor-widget-container {
  min-height: 152px;
}

/*Plugin Custom Repeater Field Data Styling*/

.repeater-tag-list-wrp {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style:none;
}
.repeater-tag-list-wrp > li {
    position:relative;
    display: flex;
    align-items: top;
    gap: 8px;
}

.repeater-tag-list-wrp > li:before {
  font-family: "Font Awesome 5 Free";
   content: "\f058";
   display: inline-block;
   font-weight: 900;
   color: var( --e-global-color-primary );
}

.repeater-tag-list-wrp.whats_not_included > li:before {
   content: "\f057";
   color: var( --wp--preset--color--vivid-red );
}


.pricing-reapter-list-wrp {
  list-style: none;
  padding: 0px;
}
.pricing-reapter-list-wrp > li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.pricing-reapter-list-wrp > li .add-price {
 color: #007025;
  background-color: #d9f2e1;
  padding: 1px 4px;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #d9f2e1;
  flex: 1;
  text-align: center;
}

.package-detail {
  color: var( --e-global-color-primary );
  flex: 5;
  display: flex;
  flex-direction: column;
}
.more-information {
  font-size: 13px;
  padding-left: 4px;
}

/*Plugin Custom Repeater Field Data Styling*/





