/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* custom css
 */


/* panel animation */
.learndash-wrapper .ld-table-list,
.learndash-wrapper .ld-topic-list,
.learndash-wrapper .ld-lesson-topic-list{
  transition: max-height .35s ease;
}

/* optional: show open state */
.learndash-wrapper .orbix-lesson-open{
  border-radius: 10px;
  outline: 1px solid rgba(255,255,255,.08);
}

/* if your lesson item has arrow icon inside, rotate it when open */
.learndash-wrapper .orbix-lesson-open .ld-icon-arrow-down{
  transform: rotate(180deg);
  transition: transform .25s ease;
}




p {
    margin: 0;
    padding: 0;
}
body .entry-content p {
    margin-bottom: 0;
}
.woocommerce-js h2 {
    margin-bottom: 0;
}
.learndash-wrapper .ld-status-waiting {
    color: #ffffff !important;
    background: linear-gradient(90deg, #732c8a 0%, #b91f89 49.64%, #e23d7b 100%);
}

button.ld-button {
    background: linear-gradient(90deg, #732c8a 0%, #b91f89 49.64%, #e23d7b 100%) !important;
    color: #fff !important;
    padding: 14px 20px !important;
}

.ld-course-status-price {
    color: #1C1C1F !important;
}
input#btn-join {
    color: #fff !important;
    background: linear-gradient(90deg, #732c8a 0%, #b91f89 49.64%, #e23d7b 100%);
}

body .ld-progress-percentage.ld-secondary-color {
    color: #ffffff !important;
}

/* Hide LearnDash login modal completely */
#ld-login-modal,
.ld-login-modal,
.ld-login-modal-overlay,
.ld-modal,
.ld-overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


#btn-primary .elementor-button{
	background: linear-gradient(90deg, #732C8A 0%, #B91F89 49.64%, #E23D7B 100%);
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#btn-primary .elementor-button:before {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: linear-gradient(-90deg, #732c8a 0%, #b91f89 49.64%, #e23d7b 100%) !important;
    content: "";
    z-index: -1;
    transition: all 0.4s;
    
}

#btn-primary .elementor-button:hover:before {
      height: 100%;
}


#blog-filter {
  display: none;
}

#blog-filter.active {
  display: block;
}



.course-list {
    background-color: #FFFFFF;
    padding: 32px;
    border: 1px solid #F5F5F5;
    border-radius: 20px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 556px auto;
    align-items: center;
    gap: 32px;
}

.course-card {
    background-color: #FFFFFF;
    padding:8px;
    border: 1px solid #F5F5F5;
    border-radius: 20px; 
	  transition: all 0.5s;
}
.course-card:hover {
     box-shadow: 0px 6px 16px 0px #0000000F;
}
   

.course-card .courselist-details {
    padding: 12px 12px 16px;
}

.courslist-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.coursgrid-title {
    color: #0f0f0f;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 13px;
    padding-right: 20px;
    border-top: 1px solid #f5f5f5;
    padding-top: 16px;
    padding-bottom: 12px;
}

.course-card .courslist-excerpt {
    padding-bottom: 32px;
    border-bottom: 0;
	  margin-bottom: 0px !important;
}

.course-sub-title {
    color: #0F0F0F;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 13px;
}
.courselist-thumb {
	  width: 100%;
    border-radius: 16px !important;
}

.courselist-button {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #732C8A, #B91F89, #E23D7B) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 500;
    font-family: 'Outfit';
    color: #E23D7B;
    display: block;
    text-align: center;
    transition: all 0.7s;
}

.courselist-button:hover {
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(to right, #732C8A, #B91F89, #E23D7B) border-box;
    color: #fff;
}
ul {
    margin: 0px !important;
    padding: 0px !important;
}
li {
    list-style: none;
}

.custom-profile-form .full_name {
    grid-column: 1/-1 !important;
}

.courslist-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter Display';
    color: #E23D7B;
    background-color: #FAEDF5;
    padding: 12px 20px;
    border-radius: 50px;
    text-align: unset;
    border: 1px solid #E23D7B;
}
.courslist-excerpt {
    color: #2B2B2E;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 16px !important;
}

.courselist-hour {
    font-family: 'Outfit';
    color: #2B2B2E;
    font-weight: 400;
}

.couselist-list {list-style: none;display: flex;align-items: center;gap: 7px;}

.courslist-meta {
    padding: 0!important;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 14px 0px 15px !important;
}

.courselist-item {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px;
    background-image: url(/wp-content/uploads/2025/12/checkbox.svg);
    background-repeat: no-repeat;
    background-position: 0% 5px;
    padding-left: 25px;
}
.courselist-item:last-child {
    padding-bottom: 0px;
}

.couselist-listext {
    font-family: 'Outfit';
    font-weight: 400;
    color: #2B2B2E;
}

.courslist-listbox {
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 34px;
}

.courselist-text {
    font-size: 14px;
    color: #0f0f0f8c;
    padding-bottom: 6px;
}

.course-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

span.ld-acc-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.ld-acc-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ld-acc-group {
    border-bottom: 1px solid #373737;
    padding: 18px 0px;
  cursor: pointer;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    border-radius: 12px !important;
    padding: 16px 16px !important;
    background: linear-gradient(90deg, #732c8a 0%, #b91f89 49.64%, #e23d7b 100%) !important;
    width: 455px;
}


.ld-acc-group.is-open .course_arrow {
    transform: rotate(180deg);
}
.sfwd-courses { 
    background-color: transparent !important; 
}

.learndash_post_sfwd-courses {
   padding: 20px!important;
    background-color: #18181A !important;
    border: 1px solid #262626;
    border-radius: 20px !important;
}

.ld-acc-group .learndash-wrapper .ld-item-list .ld-item-list-item {
    background: #262626 !important;
    border-bottom: 1px solid #373737 !important;
    border-radius: 0px !important;
    margin: 0px !important;
    color: #FFFFFF;
}
.learndash-wrapper.learndash-wrapper--course {
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
}
.single-sfwd-courses .ast-container {
    max-width: max-content;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.ld-item-title {
    color: #fff;
    font-size: 14px;
}

.ld-acc-group.is-open .ld-acc-title {
    padding-bottom: 10px;
}

.ld-acc-content {
    border-radius: 5px!important;
    overflow: hidden;
    background-color: #262626;
}
.learndash-wrapper .ld-status-incomplete.ld-status-icon {
    background-color: transparent;
    border: 1px solid #F0F0F0 !important;
}
.learndash-wrapper .ld-status-icon {
    border-radius: 4px !important;
}

.lesson-item-box {
    border-bottom: 1px solid #373737;
}

.lesson-item-box:last-child {
    border-bottom: 0px;
}

.lesson-item-box:hover {
    background-color: #FFFFFF1F;
}

.lesson-item-box .ld-status-complete {
    background: linear-gradient(90deg, #732c8a 0%, #b91f89 49.64%, #e23d7b 100%) !important;
}
.ld-item-name.ld-primary-color-hover {
    display: flex;
    align-items: center;
}

.single-sfwd-courses .ld-section-heading {
    display: none !important;
}

.single-sfwd-courses .entry-meta {
    display: none;
}
.ld-progress-steps {
    display: none;
}

.ld-status.ld-status-progress.ld-primary-background {
    display: none !important;
}
.ld-acc-group:first-child {
    padding-top: 0px;
}
.ld-acc-group:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.learndash-wrapper .ld-item-list {
    margin: 0em 0 0em !important;
    width: 770px;
}

/* Courses lesson page */

body.ld-in-focus-mode .learndash-wrapper {
    background: unset !important;
}
.single-course-title {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin: 0px !important;
}
.learndash-wrapper .ld-breadcrumbs {
    display: none !important;
}
.ld-primary-color.ld-course-step-back {
    display: none !important;
}

.ld-button {
    background: linear-gradient(90deg, #732c8a 0%, #b91f89 49.64%, #e23d7b 100%) !important;
    color: #ffffff !important;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
    display: none !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions {
    border-top: 0px solid #e2e7ed !important;
}
#ld-focus-header {
    display: none !important;
}
body.ld-in-focus-mode {
    background: #0F0F0F !important;
}

.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main {
    margin-right: auto !important;
}
.learndash-wrapper .ld-course-navigation .ld-status-icon {
    flex: unset !important;
    height: 20px !important;
    width: 20px !important;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
    padding: 16px !important;
}
.learndash-wrapper .ld-status-complete {
    background: linear-gradient(90deg, #732c8a 0%, #b91f89 49.64%, #e23d7b 100%) !important;
}
body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper {
    background-color: #18181A;
}
.single-sfwd-lessons .site-content .ast-container {
    display: unset !important;
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
    background-color: #262626 !important;
    border-bottom: 1px solid #373737 !important;
    cursor: pointer;
}

body .learndash-wrapper .ld-focus {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    flex-direction: row-reverse;
    gap: 16px;
    padding-top: 10px;
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar {
    background-color: #18181A;
    border-right: 1px solid #e2e7ed; 
    left: 0;
    padding-top: 0;
    position: unset !important; 
    width: auto; 
}

body .learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar {
    border-left: 0px solid transparent;
    border-right: initial;
    left: auto;
    right: 0;
}

body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content { 
    padding: 0;
}

body .ld-course-navigation-heading {
    display: none !important;
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item:hover {
    background-color: #FFFFFF1F !important;
}

body .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content { 
    padding: 0px !important;
}
body .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-status-incomplete {
    border-color: #ffffff !important;
}

body .learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
    color: #ffffff !important;
}
body .ld-focus.ld-focus-initial-transition.ld-focus-position-right {
    background: #18181a;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #262626;
    margin-top: 40px;
}

.course-title-top {
    display: grid;
    align-items: center;
    grid-template-columns: 35px auto;
    gap: 10px;
    max-width: 1312px;
    margin: 0 auto;
    padding: 24px 16px;
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper {
    padding-bottom: 0;
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading {
    padding: 0 0px 15px !important;
}

body .learndash-wrapper .ld-tabs {
    margin: 0;
    transform: translate(0px, -14px);
    border-radius: 20px !important;
    overflow: hidden;
}

.ld-button.learndash-link-previous-incomplete {
    display: none !important;
}

body .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) * {
    box-sizing: border-box;
}

body .learndash-wrapper .ld-alert-warning {
    background-color: #262626 !important;
    border-color: #E23D7B !important;
    color: #fff !important;
    font-size: 20px !important;
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar { 
    height: 630px; 
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination {
    justify-content: flex-end;
    margin: 2em 0;
    padding-right: 30px;
}

body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages {
    background-color: #262626;
    flex: 0 0 120px;
    padding: 14px 10px;
}

body .ld-icon-arrow-right:before {
    content: "\e913";
    color: #E23D7B;
}

.sfwd-courses .entry-title { 
    display: none;
}

.ld-alert-messages {
    color: #fff;
}

.learndash-wrapper .ld-alert-success {
    border-color: #9C27B0;
    background-color: transparent!important;
    color: #019e7c;
}

/*Single course css */


/* Courses tabs */
.ldax-courses{
  display:flex; flex-wrap:wrap;
  gap:10px;
  margin: 0 auto 16px;
  max-width:1200px;
}
.ldax-course{
  text-decoration:none;
  color:#fff;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  padding:10px 12px;
  border-radius:999px;
  font-size:13px;
}
.ldax-course.is-active{
  background:rgba(236,72,153,.12);
  border-color:rgba(236,72,153,.25);
}

/* Layout */
.ldax-shell{
  display:grid;
  grid-template-columns: 1fr 380px;
  gap:24px;
  max-width:1200px;
  margin:0 auto;
}
@media (max-width:980px){ .ldax-shell{ grid-template-columns:1fr; } }

.ldax-left{
  background:#111118;
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  padding:18px;
  box-shadow:0 30px 70px rgba(0,0,0,.45);
  color:#fff;
  position:relative;
}
.ldax-left.is-loading::after{
  content:"Loading...";
  position:absolute; inset:0;
  background:rgba(0,0,0,.35);
  display:flex; align-items:center; justify-content:center;
  border-radius:18px;
}

.ldax-right{
  background:#14141b;
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  padding:16px;
  position:sticky;
  top:18px;
  height:fit-content;
  color:#fff;
}

/* Player */
.ldax-video{ border-radius:16px; overflow:hidden; background:#0b0b10; }
.ldax-video iframe, .ldax-video video{ width:100%; aspect-ratio:16/9; display:block; }
.ldax-video-empty{ padding:14px; border-radius:12px; background:#0b0b10; color:rgba(255,255,255,.7); }

.ldax-title{ margin:14px 0 6px; font-size:18px; }
.ldax-content{ color:rgba(255,255,255,.75); font-size:13px; line-height:1.7; }

.ldax-empty, .ldax-note, .ldax-muted{
  color:rgba(255,255,255,.65);
  font-size:13px;
}

/* Progress */
.ldax-progress{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  padding:14px;
  margin-bottom:14px;
}
.ldax-progress-head{ font-size:12px; opacity:.85; margin-bottom:10px; }
.learndash-wrapper .ld-progress .ld-progress-bar{ border-radius:999px; overflow:hidden; }
.learndash-wrapper .ld-progress .ld-progress-bar-percentage{
  background:linear-gradient(90deg,#ec4899,#8b5cf6) !important;
}

/* Accordion list */
.ldax-acc{
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
  border-radius:14px;
  margin-bottom:10px;
  overflow:hidden;
}
.ldax-sum{ list-style:none; }
.ldax-sum::-webkit-details-marker{ display:none; }

.ldax-item, .ldax-subitem{
  display:flex; align-items:center; gap:10px;
  padding:12px;
  text-decoration:none;
  color:#fff;
}
.ldax-subitem{ padding:10px 12px; color:rgba(255,255,255,.85); }

.ldax-topics{ padding:6px 0 10px; border-top:1px solid rgba(255,255,255,.06); }
.ldax-check{
  width:18px; height:18px;
  display:inline-flex; align-items:center; justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  font-size:12px;
  opacity:.9;
}
.ldax-item.is-active, .ldax-subitem.is-active{
  background:rgba(236,72,153,.12);
}

body .user_has_no_access .learndash-wrap {
    width: 600px;
}


@media only screen and (min-width: 992px) and (max-width: 1100px) { 
   .course-list { 
        grid-template-columns: 410px auto; 
    }
	.course-grid {
		grid-template-columns: 1fr 1fr; 
	}
  .learndash-wrapper.learndash-wrapper--course { 
      flex-direction: row; 
      flex-wrap: wrap;
  }
  body .ld-focus.ld-focus-initial-transition.ld-focus-position-right { 
      margin-left: 16px;
      margin-right: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .course-grid {
        grid-template-columns: 1fr 1fr;
    }
  .learndash-wrapper.learndash-wrapper--course { 
      flex-direction: row; 
      flex-wrap: wrap;
  }
  .learndash-wrapper .ld-item-list { 
      width: 100%;
  }

}



@media only screen and (max-width: 768px) { 
 .course-list { 
    grid-template-columns: 1fr
 }
  .learndash-wrapper .ld-item-list { 
      width: 100%;
  }
  .learndash-wrapper.learndash-wrapper--course { 
    flex-direction: column;
      flex-wrap: wrap;
  }
  .learndash-wrapper .ld-course-status.ld-course-status-enrolled { 
      width: 100%;
  }
  .ld-acc-icon {
      width: 21px;
  }
  .single-sfwd-courses .ast-container {
      max-width: 100%;
  }
  body .user_has_no_access .learndash-wrap {
    width: 100%;
   }
  body .ld-focus.ld-focus-initial-transition.ld-focus-position-right { 
        margin-left: 16px;
        margin-right: 16px;
    }
 
  body .learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content, .learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content {
    margin: 0px auto 0px !important; 
  }
 
  body .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern)
          .ld-content-actions
          div:nth-child(2) {
      order: 1;
      width: 100%;
      display: none;
  }
  
}

@media only screen and (max-width: 767px) { 
	.course-list {
		padding: 12px;
	}
	.courslist-title { 
		font-size: 16px; 
	}
	.courselist-hour { 
		font-size: 12px;
	}
	.course-sub-title { 
		font-size: 18px; 
	}
	.courslist-excerpt {
		font-size: 14px;
	}
	.couselist-listext { 
		font-size: 14px;
	}
	.course-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
    body .ld-progress-percentage.ld-secondary-color { 
      text-align: left;
  }
    body .learndash-wrapper .ld-focus { 
      padding-left: 16px;
  }
  body .ld-course-navigation {
    display: none !important;
}
 

}