/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.10.1736484988
Updated: 2025-01-10 04:56:28

*/

/* Global css start here */
.nfd-site-preview-warning {
  display: none;
}
body, .ast-separate-container {
  background-color: #f2f2f2 !important;
  background-image: none !important;
}
.mb-0 p {
margin-bottom: 0px !important;
}

a:focus {
outline: none !important;
}
.btn-full-width a {
  display: block;
  width: 100%;
}
/* Global css close here */


/* Header start here */
.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before, 
.ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link:before {
height: 4px;
border-radius: 0px 0px 100px 100px;
}

.ast-desktop .ast-menu-hover-style-overline .current-menu-item .menu-link:before {
  width: calc(100% - 1.2em);
  background-color: currentColor;
  transform: scale(1, 1) translate(50%, 0);
}

.site-header-primary-section-right a.ast-custom-button-link .ast-custom-button {
  background-color: transparent;
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%);
}

.site-header-primary-section-right a.ast-custom-button-link .ast-custom-button:hover {
background-image: linear-gradient(90deg, #1f443f 0%, #4e2f61 100%);
}

.she-header {
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
  z-index: 9999;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  width: 100%;
}

.admin-bar .she-header {
  top: 32px !important;
}

@-webkit-keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translatey(-10px);
      -moz-transform: translatey(-10px);
      -o-transform: translatey(-10px);
      transform: translatey(-10px);
  }

  to {
      opacity: 1;
      -webkit-transform: translatey(0);
      -moz-transform: translatey(0);
      -o-transform: translatey(0);
      transform: translatey(0);
  }
}

@-moz-keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translatey(-10px);
      -moz-transform: translatey(-10px);
      -o-transform: translatey(-10px);
      transform: translatey(-10px);
  }

  to {
      opacity: 1;
      -webkit-transform: translatey(0);
      -moz-transform: translatey(0);
      -o-transform: translatey(0);
      transform: translatey(0);
  }
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      -webkit-transform: translatey(-10px);
      -moz-transform: translatey(-10px);
      -o-transform: translatey(-10px);
      transform: translatey(-10px);
  }

  to {
      opacity: 1;
      -webkit-transform: translatey(0);
      -moz-transform: translatey(0);
      -o-transform: translatey(0);
      transform: translatey(0);
  }
}

.in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.she-header .ast-primary-header-bar {
  backdrop-filter: blur(5px);
  background: #ffffffe6;
}

.she-header .site-primary-header-wrap {
  min-height: max-content;
}

.she-header a.menu-link {
  line-height: 72px !important;
}

.no-active a.menu-link:before {
  width: 0px !important;
}

.no-active a.menu-link:hover:before {
  width: 100% !important;
}

.sn-topaccount_menu > a.sn-topmenu {
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 0.94117647058824rem;
  line-height: 1;
  display: inline-block;
  background-color: transparent;
  font-weight: 400;
  background-image: linear-gradient(90deg, #4E2F61 0%, #1F443F 100%);
  cursor: pointer;
  text-decoration: none;
color: #ffffff;
  text-transform: uppercase;
	    font-weight: 500;
	    font-family: 'TT Fors';
}
.sn-topaccount_menu > a.sn-topmenu:hover, .sn-topaccount_menu > a.sn-topmenu:focus {
  background-color: transparent;
  background-image: linear-gradient(90deg, #1F443F 0%, #4E2F61 100%);
}
.sn-topaccount_menu > a.sn-topmenu > .fa-user {
  margin-right: 8px;
font-size: 18px;
}
a.head-btn {
    border-radius: 8px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    background-color: transparent;
    font-weight: 500;
    background-image: linear-gradient(90deg, #4E2F61 0%, #1F443F 100%);
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'TT Fors';
}
a.head-btn:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #1F443F 0%, #4E2F61 100%);
}
.she-header .menu-link:before {
    top: -9px !important;
}
#ast-desktop-header {
    position: absolute;
    width: 100%;
}
#masthead {
    height: 100px;
}
/* Header close here */


/* Home page start here */
.cus-post-list .tab__post__single--item {
  padding: 0px !important;
  width: 47.5% !important;
}

.cus-post-list .ekit--tab__post__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cus-post-list .tab__post--header {
  display: none !important;
}

.elementor-button-text {
  display: flex;
  align-items: center;
}

.elementor-button-icon {
  display: flex;
  align-items: center;
}

.cus-post-list .tab__post--title {
  white-space: inherit !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cus-post-list .tab__post--title a {
  border-bottom: 1px solid #3C3C3C;
  padding: 15px 0px !important;
  min-height: 96px;
  display: flex;
  align-items: center;
} 

.newsletter-form .mailerlite-form-title {
  display: none;
}

.newsletter-form .mailerlite-form-description {
  display: none;
}

.newsletter-form .mailerlite-form-field label {
  display: none;
}

.newsletter-form .mailerlite-form-field input {
  display: block;
  width: 100%;
  border: none;
  font-size: 15px;
  border-radius: 7px;
  padding: 13px 20px;
}

.newsletter-form .mailerlite-form-field {
  margin-bottom: 15px;
}

.newsletter-form .mailerlite-subscribe-submit {
  display: block;
  width: 100%;
  background: #ffff33;
  color: #000;
  font-size: 15px;
  transition: .4s;
  padding: 17px 20px;
}

.newsletter-form .mailerlite-subscribe-submit:hover, 
.newsletter-form .mailerlite-subscribe-submit:focus {
  background: #e6e600;
}

.mailerlite-form-error {
  margin-top: 5px;
  color: #ff3a3a;
  font-size: 15px;
}

#sbi_load {
  margin-top: 20px;
}

.sbi_follow_btn a {
  background-image: linear-gradient(90deg, #FFA149 0%, #BE2E9D 100%) !important;
  padding: 11.7px 20px 11.7px 20px !important;
  text-transform: uppercase;
  font-size: 15px !important;
  letter-spacing: .5px !important;
  border-radius: 7px !important;
}

html body .sbi_follow_btn a:hover, html body .sbi_follow_btn a:focus {
  background-image: linear-gradient(90deg, #BE2E9D 0%, #FFA149 100%) !important;
  box-shadow: none !important;
}

.sbi_follow_btn a svg {
  width: 17px !important;
  height: 17px !important;
  margin-right: 4px !important;
}

a.sbi_load_btn {
  background-color: transparent;
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%) !important;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 7px !important;
  padding: 11.7px 25px 11.7px 25px !important;
}

a.sbi_load_btn:hover {
  background-image: linear-gradient(90deg, #1f443f 0%, #4e2f61 100%) !important;
  box-shadow: none !important;
}

#sb_instagram .sbi_photo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000078;
  left: 0px;
  top: 0;
  z-index: 2;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
}

#sb_instagram .sbi_photo:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/01/Instagram-Icon.svg);
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
  background-size: 100%;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
}

#sb_instagram .sbi_photo:hover:before, 
#sb_instagram .sbi_photo:hover:after {
  opacity: 1;
  visibility: visible;
}

.courses-wrapper li.course {
  padding: 0px 10px !important;
}

.courses-wrapper .course-item {
  background: #f0f1f0bd;
  border: 1px solid #d1d1d1 !important;
}

html body .courses-wrapper .course-info {
  flex-direction: row !important;
  flex-wrap: nowrap;
  border-top: 1px solid #d1d1d1;
  margin-top: 15px;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 9px 16px;
}

.courses-wrapper .price {
  font-weight: 500 !important;
}

.courses-wrapper .course-readmore a {
  padding: 0px 24px 0px 0px !important;
  border: none !important;
  text-align: right;
  width: max-content;
  margin-left: auto;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}

.courses-wrapper .course-readmore {
  text-align: right !important;
}

.courses-wrapper .course-item .course-content {
  padding: 0px 0px 0px 0px !important;
}

.courses-wrapper .course-readmore a:after {
  background-position: left center;
  content: "";
  width: 18px;
  height: 16px;
  background: url(/wp-content/uploads/2025/01/Right-arrow-icon.svg);
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.courses-wrapper .course-readmore a:hover:after {
  transform: translateX(5px) translateY(-50%);
}

.courses-wrapper .course-readmore a:hover{
  background: transparent !important;
  color: #4c305f !important;
}

.learn-press-courses .course-instructor-category > div:nth-child(2) {
  display: none;
}

.courses-wrapper .course-wrap-meta {
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-bottom: 0px !important;
}

.courses-wrapper .course-permalink {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.d-none {
	display: none !important;
}
.learn-press-courses {
  min-height: min-content !important;
}
.courses-wrapper .course-title {
    font-weight: 500 !important;
    font-size: 19px !important;
}
.courses-wrapper .course-price {
    font-weight: 500;
}

ul.snlearn-press-courses {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 20px;
    position: relative;
}
ul.snlearn-press-courses li.sncourse {
    display: flex;
    flex-basis: calc(25% - 15px);
    border: 1px solid #C0CAD2;
    border-radius: 8px;
    padding: 20px;
    margin: 0;
    background: #F0F1F0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
ul.snlearn-press-courses li.sncourse:hover {
    background: #E5E5E5;
}
li.sncourse .sncourse-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0px 0px 50px;
    position: relative;
}
li.sncourse .sncourse-item .sn-course-title {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    color: #4E2F61;
}
li.sncourse .sncourse-item .sn-course-title .course-title {
    color: #4E2F61;
}
li.sncourse .sncourse-item .sn-course-excerpt {
    margin-bottom: 20px;
    color: #4E2F61;
    font-size: 16px;
    line-height: 1.5;
}
li.sncourse .sncourse-item .sncourse-info {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 2;
}
li.sncourse .sncourse-item .sncourse-info a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    font-family: "TT Fors", sans-serif;
    font-size: 0.94rem;
    font-weight: 500;
    text-transform: uppercase;
}
li.sncourse .sncourse-item .sncourse-info a .course-price {
    display: inline-block;
    width: 90px;
    text-align: center;
    padding: 12px 5px;
    background: #D76D44;
    color: #ffffff;
    line-height: 1.2;
}
li.sncourse .sncourse-item .sncourse-info a .course-readmore {
    display: inline-block;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    text-align: center;
    padding: 12px 5px;
    background: #1f443f;
    color: #ffffff;
    line-height: 1.2;
}
li.sncourse .sncourse-item .sncourse-info a:hover .course-readmore {
    background: #4e2f61;
}
/* Home page close here */

/* Home 2 start here */
.coach-follow-icons {
    transition: .4s;
    opacity: 0;
}
.coach-info-box:hover .coach-follow-icons {
    opacity: 1;
    transform: translateX(-10px);
}
.elementor-html .coach-info-box .coach-follow-icons{
	opacity: 1 !important;
}
.book-btn-full-width a.elementor-button {
    display: block;
    width: 100%;
}
.price-btn .price {
    background: #D76D44;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 11px;
    margin-right: 12px;
    transition: .4s;
}
.price-btn a.elementor-button {
    overflow: hidden;
    width: 100%;
    text-align: justify;
    padding-right: 15px !important;
}
.price-btn a.elementor-button .elementor-button-content-wrapper {
    justify-content: space-between;
}
#content .price-btn a.elementor-button {
    background: #1f443f !important;
    display: block !important;
}
#content .price-btn a.elementor-button:hover{
    background: #4e2f61 !important;
}
/* Home 2 close here */


/* Footer start here */
.site-footer .widget-title {
font-size: 18px;
text-align: left;
margin-top: 60px !important;
}

.social-icon {
display: flex;
align-items: center;
}

.social-icon li {
margin-right: 7px;
}

.social-icon li a {display: flex;justify-content: center;align-items: center;width: 31px;height: 31px;background: #D76D44;border-radius: 100px;transition: .4s;}

.social-icon li a:hover {
background: #e6e600;
}

.site-footer-section-4 .textwidget a {
position: relative;
padding-left: 12px;
}

.site-footer-section-4 .textwidget a:before {
content: "";
width: 6px;
height: 6px;
background: #ffffff;
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%);
border-radius: 100px;
}

.site-footer-section-1 .textwidget a.btn {border-radius: 8px;padding: 16px 24px;font-size: 16px;line-height: 1;display: inline-block;background-color: transparent;font-weight: 500;background-image: linear-gradient(90deg, #4E2F61 0%, #1F443F 100%);cursor: pointer;text-decoration: none;color: #ffffff;text-transform: uppercase;font-family: 'TT Fors';margin-top: 5px !important;}

.site-footer-section-1 .textwidget a.btn:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #1F443F 0%, #4E2F61 100%);
    color: #fff !important;
}

.site-footer .menu {
  display: flex;
/*     justify-content: space-between; */
}

.site-footer .menu a, .site-footer .menu li {
  line-height: 17px !important;
}

.site-footer .menu li {
  margin-right: 20px;
}

.site-below-footer-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-primary-footer-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
}

.site-primary-footer-wrap .ast-builder-footer-grid-columns {
display: flex;
justify-content: space-between;
align-items: flex-start;
grid-column-gap: 35px;
}

.site-primary-footer-wrap .site-footer-section-1 {
width: 23%;
}

.site-primary-footer-wrap .site-footer-section-2 {
width: 36%;
}

.site-primary-footer-wrap .site-footer-section-3 {
width: 10%;
}

.site-primary-footer-wrap .site-footer-section-4 {
width: 23%;
}

#ast-scroll-top {
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%);
  border: 1px solid #ffffff !important;
}

/* .site-footer:before {
  content: "";
  width: 85px;
  height: 85px;
  background: url(/wp-content/uploads/2025/01/star-icon.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: -43px;
} */

.site-footer {
  position: relative;
}
.site-primary-footer-wrap {
    border-top: none !important;
}
.site-footer {
    background-color: #E9EAE8 !important;
    background-image: none;
}
.site-footer-primary-section-1 img {
    width: 110px;
}
.site-footer-primary-section-1 p {
    color: #4d2f62;
    font-size: 16px;
}
.site-footer .widget-title {
    color: #4d2f62 !important;
    font-weight: 600;
}
.site-footer .menu a, .site-footer .menu li {
    font-size: 15px;
    color: #4d2f62 !important;
}
.site-footer-primary-section-4 .textwidget,
.site-footer-primary-section-4 .textwidget p,
.site-footer-primary-section-4 .textwidget a{
    color: #4d2f62 !important;
    font-size: 15px;
}
.site-footer-section-4 .textwidget a:before {
    background: #4d2f62 !important; 
}
.social-icon li a img {
    filter: invert(1);
}
.social-icon li a:hover {
    background: #c35226;
}
/* Footer close here */


/* Contact page start here */
.con-form .ff-el-input--content input, .con-form .ff-el-input--content textarea {
  background: #e9eae854;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 11.5px 15px;
  height: min-content;
  line-height: 20px;
  border-radius: 6px;
}

.con-form .ff-el-group {
  margin-bottom: 17px;
}

.con-form .ff-el-input--content textarea {
  height: 115px;
}

.con-form .ff_submit_btn_wrapper {
  margin-bottom: 0px;
}

.con-form .ff_submit_btn_wrapper button {
  background: #ffff33 !important;
  color: #000 !important;
  transition: .4s !important;
font-weight: 400 !important;
}

.con-form .ff_submit_btn_wrapper button:hover {
  background: #e6e600 !important;
  opacity: 1 !important;
}

.con-form .ff-el-input--content input:hover, .con-form .ff-el-input--content textarea:hover, 
.con-form .ff-el-input--content input:focus, .con-form .ff-el-input--content textarea:focus {
  border-color: #224341 !important;
}

.ff-message-success {
  border: 1px dashed #00a504;
  background: #00a50412;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
}
/* Contact page close here */


/* Contact page 2 start here */
.text-link a {
  border-bottom: 1px solid;
  color: #513366;
}

.text-link a:hover {
  color: #114c3a;
}

.con-form-2 .ff-el-input--content input, .con-form-2 .ff-el-input--content textarea {
  background: white;
}

.con-form-2 .ff_submit_btn_wrapper button {
  background-color: transparent !important;
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%) !important;
  color: white !important;
}

.con-form-2 .ff_submit_btn_wrapper button:hover {
  background-image: linear-gradient(90deg, #1f443f 0%, #4e2f61 100%) !important;
}
/* Contact page 2 close here */


/* About page start here */
.elementor-widget-text-editor ul li {
  margin-bottom: 10px;
}

.elementor-widget-text-editor ul li strong {
  font-weight: 500;
  color: #1c1c1c;
}

.elementor-widget-text-editor ul li::marker {
  color: #4e2f61;
}

.elementor-widget-text-editor ul {
  margin-left: 21px;
margin-bottom: 0px;
}
/* About page close here */


/* Blog page start here */

.cus-articles-item {
  border: 1px solid #c7c7c791;
  border-radius: 7px;
  margin-bottom: 25px;
  background: #ffffffc9;
  transition: .4s;
}

.learn-more-button img {
  width: 19px;
  transition: .4s;
  margin-left: 3px;
}

.learn-more-button:hover img {
  transform: translateX(5px);
}

a.learn-more-button {
  color: #4e2f61;
  /* font-weight: 500; */
}

.cus-articles-item h2 {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 9px;
}

.article-inner-content {
  padding: 20px 22px;
}

.post-botoom-foo {
  border-top: 1px solid #c7c7c791;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.post-published-date p {
  margin-bottom: 0px !important;
}

.article-inner-content p {
  margin-bottom: 0px;
}

.cus-articles-item:hover {
  background: white;
  transform: translateY(-4px);
}

.cus-articles-item h2 a {
  transition: .4s;
}

.cus-articles-item h2 a:hover, .cus-articles-item:hover h2 a {
  color: #4e2f61;
}



.articles-main-page #content {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.articles-main-page #primary {
  padding-right: 50px !important;
  width: 73%;
  border-right: 1px solid #c7c7c791;
  padding-top: 50px !important;
padding-bottom: 120px !important;
}

.articles-main-page #secondary {
  border-left: 1px solid #c7c7c791;
  width: 27%;
  padding-left: 50px;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sidebar-main .widget-title {
  font-weight: 500;
  font-size: 21px;
  position: relative;
  padding-bottom: 12px;
}

.sidebar-main .widget-title:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #FFC0CB;
  position: absolute;
  bottom: 0px;
}

.sidebar-main aside {
  border-bottom: 1px solid #c7c7c791;
  margin-bottom: 25px;
  padding-bottom: 35px;
}

.sidebar-main aside:last-child {
  border-bottom: none;
} 

.widget_search .search-form .search-field {
  background: white;
  border-color: #c7c7c791 !important;
  border-radius: 6px;
  padding: 10px 17px !important;
border-style: solid;
}

.widget_search .search-form .search-field:hover, .widget_search .search-form .search-field:focus {
  border-color: #4e2f61 !important;
}

.articles-main-page .sidebar-main #recent-posts-1 {
  display: none;
}

.sidebar-info-box p {
  line-height: 26px;
  margin-bottom: 15px;
}

.sidebar-info-box .newsletter-form .mailerlite-form-field input {
  border: 1px solid #c7c7c791;
  font-size: 14px !important;
  background: white !important;
  padding: 12px 17px;
  transition: .4s;
}

.sidebar-info-box .newsletter-form .mailerlite-form-field input:hover {
  border-color: #4b305f !important;
}

.sidebar-info-box .mailerlite-form-field {
  margin-bottom: 10px !important;
}

.sidebar-newsletter .mailerlite-subscribe-submit {
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%) !important;
  color: white !important;
  font-size: 16px !important;
  padding: 15px 20px !important;
}

.sidebar-newsletter .mailerlite-subscribe-submit:hover {
  background-image: linear-gradient(90deg, #1f443f 0%, #4e2f61 100%) !important;
}

.sidebar-main li.cat-item {
  display: flex;
  justify-content: space-between;
}

.sidebar-main li.cat-item a:hover {
  color: #4e2f61;
}

.sidebar-main #sbi_images {
  padding-top: 5px !important;
  display: flex !important;
  flex-wrap: wrap;
}

.sidebar-main #sbi_images .sbi_item {
  width: 47.7% !important;
}

.sidebar-main #sbi_images .sbi_item .sbi_photo {
  height: 100px !important;
}

.sidebar-main #sbi_images .sbi_item:nth-child(5), 
.sidebar-main #sbi_images .sbi_item:nth-child(6), 
.sidebar-main #sbi_images .sbi_item:nth-child(7), 
.sidebar-main #sbi_images .sbi_item:nth-child(8) {
  display: none !important;
}

.sidebar-main .sbi_load_btn {
  display: none !important;
}

.sidebar-main #sbi_load {
  margin-top: 10px !important;
}

.pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px 4px;
  border: 1px solid #4e2f61;
  color: #4e2f61;
  padding: 4px 13px;
  border-radius: 5px;
  transition: .4s;
}

.pagination .page-numbers:hover {
  background: #4e2f61;
  border-color: #4e2f61;
  color: white;
}

.pagination .current {
  background: #4e2f61;
  color: white;
  border-color: #4e2f61;
}

.sidebar-main .sbi_follow_btn a {
  padding: 10.7px 15px 10.7px 16px !important;
  font-size: 15px !important;
}

.sidebar-main .widget_recent_entries li {
  list-style: disc;
  line-height: 28px;
  margin-bottom: 9px !important;
}

.sidebar-main .widget_recent_entries li::marker {
  color: #4e2f61;
}

.sidebar-main .widget_recent_entries ul {
  margin-left: 21px;
}

.sidebar-main .widget_recent_entries ul a {
  /* line-height: 19px; */
}

.sidebar-main .widget_recent_entries {
  padding-top: 5px;
  padding-bottom: 18px;
}
/* Blog page close here */



/* Login Page Start */
.loginpage-wrap {
  display: flex;
  max-width: 910px;
  margin: 60px auto !important;
  flex-direction: row;
  width: 100%;
  border: 1px solid #4b305f;
  padding: 0;
  position: relative;
  background: white;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 100px !important;
}
.loginpage-wrap .form-left-text {
  flex: 0 1 265px;
  padding: 16px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1C1C1C;
  color: #ffffff;
}
.loginpage-wrap .form-left-text h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500 !important;
}
.loginpage-wrap .learn-press-form {
  padding: 70px;
  overflow: inherit;
  margin: 0 auto;
  box-sizing: border-box;
}

.loginpage-wrap .form-left-text {
  width: 30%;
  padding: 16px;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%) !important;
}
.loginpage-wrap .learn-press-form {
  padding: 50px;
  overflow: inherit;
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
}
.learn-press-form > h3 {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.learn-press-form form {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0px 0px;
  position: relative;
  box-sizing: border-box;
}
.learn-press-form form ul.form-fields {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.learn-press-form form ul.form-fields li.form-field {
  display: block;
  width: 100%;
  margin: 20px 0px;
  padding: 0;
  position: relative;
}
.learn-press-form form ul.form-fields li.form-field label {
  display: block;
  width: 100%;
  margin: 0px 0px 5px;
  padding: 0;
  position: relative;
}
.learn-press-form form ul.form-fields li.form-field input {
  display: block;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #d1d1d1;
  font-size: 15px;
  padding: 11.5px 15px;
  height: min-content;
  line-height: 20px;
  border-radius: 6px;
  transition: .3s;
}

.learn-press-form form ul.form-fields li.form-field input:hover {
border-color: #4d3060 !important;	
}

.mepr-login-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.mepr-login-actions p {
  display: inline-block;
  margin: 0px;
}
.custom-checkbox-label {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
line-height: 1.3;
}
.custom-checkbox-label .custom-checkbox-input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.custom-checkbox-label .custom-checkbox-input:checked ~ .custom-checkbox-checkmark .checkmark-svg {
opacity: 1;
}
.custom-checkbox-label .custom-checkbox-checkmark {
height: 20px;
width: 20px;
min-height: 20px;
min-width: 20px;
border-radius: 50%;
border: 1px solid #35373a;
display: flex;
align-items: center;
justify-content: center;
margin-right: 7px;
}
.custom-checkbox-label .custom-checkbox-checkmark .checkmark-svg {
opacity: 0;
}
.learn-press-form form  button[type="submit"], .learn-press-form form input[type="submit"] {
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 0.94117647058824rem;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%);
  width: 125px;
}
.loginpage-wrap .reset_password.learn-press-form input[type="submit"] {
  width: 200px;
}
.learn-press-form form  button[type="submit"]:hover, .learn-press-form form input[type="submit"]:hover {
  background-image: linear-gradient(90deg, #1f443f 0%, #4e2f61 100%) !important;
}
li#show_hide_password a.input-group-text, li#show_hide_password2 a.input-group-text {
  position: absolute;
  right: 1px;
  top: 31px;
  display: flex;
  width: auto;
  align-items: center;
  background: 0 0;
  color: #4e2f61;
  text-decoration: none;
  padding: 13px;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.login-footer-link {
  display: block;
  width: 100%;
  margin: 35px 0px 0px;
  padding: 25px 0px 0px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.login-footer-link p {
  margin-bottom: 0px;
}
.login-footer-link p a {
  color: #4e2f61;
}

.mid-text-main {
  text-align: center;
  padding-bottom: 25px;
}

.login-icon-img {
  background: #ffff33;
  width: 150px;
  height: 150px;
  border-radius: 58% 42% 55% 45% / 43% 40% 60% 57%;
  padding: 32px;
  margin-bottom: 25px;
margin-left: auto;
  margin-right: auto;
}

.login-icon-img img {
  width: 100%;
}
/* Login Page Close */


/* Register Page Start */
.learn-press-form form ul.form-fields .cust-name-outer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  margin: 20px 0px 0px;
  padding: 0;
  position: relative;
}
.learn-press-form form ul.form-fields .cust-name-outer li.form-field {
  display: block;
  margin: 0;
  padding: 0;
  flex: 1;
  position: relative;
}
a.terms-policy {
  margin-left: 5px;
  color: #4e2f61;
}
/* Register Page Close */


/* Forgot Password Page Start */
body.page-id-2598 .content-area.primary {
  margin: 0px !important;
}
body.page-id-2598 .content-area.primary article {
  padding: 0px !important;
  background: transparent !important;
}
.forg-pass-text {
  display: block;
  width: 100%;
/*     margin: 20px 0px; */
  padding: 0;
  position: relative;
}
.forgot_password .form-group {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
.forgot_password .form-group  label {
  display: block;
  width: 100%;
  margin: 0px 0px 5px;
  padding: 0;
  position: relative;
}
.forgot_password .form-group input {
  display: block;
  width: 100%;
  background: #e9eae854;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 11.5px 15px;
  height: min-content;
  line-height: 20px;
  border-radius: 6px;
}
/* Forgot Password Page Close */


/* Reset password Page Start */
body.page-id-2597 .content-area.primary, body.page-id-2598 .content-area.primary {
  margin: 0px !important;
}
body.page-id-2597 .content-area.primary article, dy.page-id-2598 .content-area.primary article {
  padding: 0px !important;
  background: transparent !important;
}
.forg-pass-text {
  display: block;
  width: 100%;
/*     margin: 20px 0px; */
  padding: 0;
  position: relative;
}
.forgot_password .form-group {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
.forgot_password .form-group  label {
  display: block;
  width: 100%;
  margin: 0px 0px 5px;
  padding: 0;
  position: relative;
}
.forgot_password .form-group input {
  display: block;
  width: 100%;
  background: #e9eae854;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 11.5px 15px;
  height: min-content;
  line-height: 20px;
  border-radius: 6px;
}
/* Reset password Page Close */

/* Account Page Start */
body.learnpress-profile .content-area.primary {
  margin: 0px !important;
  padding: 0px !important;
}
body.learnpress-profile .site-content > .ast-container {
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  box-sizing: border-box;
}
.wrapper-profile-header {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.lp-user-profile .lp-profile-left {
  min-width: 40px !important;
  max-width: 40px !important;
}
.lp-user-profile .lp-profile-content-area {
  align-items: center !important;
}
body.learnpress-profile .site-content main.site-main >  article {
  padding-top: 50px;
  padding-bottom: 80px;
}
body.learnpress-profile .lp-ajax-message {
  border: 2px solid #FFC0CB;
}
.fep-form-field.fep-form-field-fep-message-to {
    display: none;
}
.fep-form-field.fep-form-field-message_title {
    margin-bottom: 20px;
}
.fep-form-field.fep-form-field-message_content {
    margin-bottom: 20px;
}
.fep-form-field.fep-form-field-order_id {
    display: none;
}
#fep-menu-message_box > .fep_unread_message_count_hide_if_zero {
    margin-left: 5px;
}


#fep-content-single > #fep-content-single-sidebar {
    display: none;
}
.fep-per-message > .fep-message-content {
    padding: 0px 10px;
}
.fep-message .fep-per-message.fep-per-message-top>.fep-message-title-heading {
    background: transparent;
    padding: 5px;
    font-size: 20px;
    box-shadow: none;
    border: none;
}
.fep-message .fep-per-message.fep-per-message-top>.fep-message-title-heading.participants {
    font-size: 14px;
    padding: 0px 5px;
    font-weight: 500;
}
/* Account Page Close */

/* Single post page start here */
.single-post #primary {
  margin-top: 0px;
  padding-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.single-post #secondary {
  margin-top: 0px;
  padding-top: 55px;
}

.single-post .entry-title {
  margin-bottom: 14px !important;
  font-weight: 500;
  line-height: 44px;
letter-spacing: 0px;
}

.single-post .entry-header {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 28px;
  margin-bottom: 30px !important;
}

blockquote {
  background: white;
  border-left: 4px solid #ffc0cb;
  border-radius: 6px;
  box-shadow: 0px 5px 8px #cccccc82;
  margin: 10px 0px 20px 0px;
}

blockquote p span {
  color: #4e2f61 !important;
}

.single-post .entry-content .elementor-element {
  margin-bottom: 13px;
}

.site .ast-single-related-posts-container {
  margin-top: 0px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 7px 8px #cccccc61;
padding: 30px;
}

.ast-single-related-posts-container .ast-related-posts-title {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 22px;
}

.ast-single-related-posts-container .ast-related-posts-title-section {
  border-top: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.ast-single-related-posts-container .related-entry-header {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  margin-top: 0px;
}

.ast-single-related-posts-container .entry-meta {
  margin-bottom: 0px !important;
}

.ast-single-related-posts-container .ast-related-post-title.entry-title {
  line-height: 25px;
}

.ast-single-related-posts-container .ast-related-post-title.entry-title a {
  color: #35373a;
}

.ast-single-related-posts-container .ast-related-post-title.entry-title a:hover {
  color: #4e2f61;
}

.single-post .ast-article-single .entry-content ul {
    margin-left: 25px;
}

.single-post .ast-article-single .entry-content ul li::marker {
    color: #4e2f61;
}

.single-post .ast-article-single .entry-content a {
    border-bottom: 1px solid #ccc;
    transition: .3s;
    color: #4e2f61;
}

.single-post .ast-article-single .entry-content ul li {
    margin-bottom: 10px;
}

.single-post .ast-article-single .entry-content a:hover {
    border-bottom-color: #224341;
    color: #224341;
}
/* Single post page close here */

/* Language learning page start here */
.btn-arrow-animate i {
position: relative;
display: inline-block; 
animation: jump 1.5s infinite ease-in-out; 
}

@keyframes jump {
0%, 100% {
  transform: translateY(-3px);
}
50% {
  transform: translateY(3px);
}
}

.ser-icon-boxes .elementor-icon-box-title {
  margin-bottom: 13px;
}

.lang-hero-banner {
  height: calc(100vh - 102px) !important;
}

.step-number .elementor-widget-container {
  width: 45px;
  height: 45px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  transition: .4s;
}

.step-number {
  position: relative;
}

.step-number:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.step-box:hover .step-number .elementor-widget-container {
  background: #ffff33 !important;
  transform: scale(1.2);
}

.step-box .step-number .elementor-heading-title {
  transition: .4s;
}

.step-box:hover .step-number .elementor-heading-title {
  color: #000 !important;
}

.testimonial-slider .elementskit-watermark-icon  {
  transform: rotate(180deg) !important;
}

.arro-bordered-icon a.elementor-icon {
  border: 6px solid white;
}
/* Language learning page close here */


/* Courses Start */
.lp-archive-courses > .learn-press-breadcrumb {
  display: none;
}
.lp-archive-courses .learn-press-courses-header {
  padding: 70px 0px 50px;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}
.lp-archive-courses .learn-press-courses-header h1 {
  margin: 0 0 20px;
  font-size: 44px;
}
.lp-archive-courses .lp-courses-bar .switch-layout {
  display: none;
}
.lp-archive-courses ul.learn-press-courses li.course {
  width: 33.33%;
}
.courses-wrapper .lp-archive-courses ul.learn-press-courses li.course {
  width: 25%;
}
.learn-press-courses .course-thumbnail img {
  max-height: 200px !important;
  object-fit: cover !important;
}

.course-sidebar-preview .lp-course-buttons {
  margin-bottom: 0px !important;
}

.course-sidebar-preview .course-time {
  margin-top: 15px;
}

.single.single-lp_course form.form-button > button.lp-btn-complete-item {
  border-radius: 6px;
  padding: 10px 25px !important;
  font-size: 0.94117647058824rem;
  line-height: 1;
  display: inline-block;
  background-color: transparent;
  font-weight: 400;
  background-image: linear-gradient(90deg, #4E2F61 0%, #1F443F 100%);
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  border-color: #4E2F61 !important;
}
.single.single-lp_course form.form-button > button.lp-btn-complete-item:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #1F443F 0%, #4E2F61 100%);
}
.single.single-lp_course #popup-footer {
  border-color: #1F443F;
}
/* Courses Close */

/* Courses main page start here */
.lp-archive-courses .learn-press-courses-header {
  padding-top: 50px;
  padding-bottom: 0px;
  text-align: left;
  margin-left: 0px;
  max-width: 570px !important;
  margin-bottom: -50px;
}

.lp-courses-bar {
  /* justify-content: flex-end  !important; */
}

.lp-courses-bar .search-courses {
  flex: inherit;
}

.lp-archive-courses .learn-press-courses-header h1 {
  margin-bottom: 15px !important;
}

.archive .lp-archive-courses .learn-press-courses {
  margin-top: 45px;
  margin-left: -15px;
  margin-right: -15px;
}

.lp-archive-courses .learn-press-courses-header {
  padding-top: 50px;
  padding-bottom: 0px;
  text-align: left;
  margin-left: 0px;
  max-width: 500px;
  margin-bottom: -50px !important;
}

.lp-courses-bar {
  justify-content: flex-end !important;
}

.lp-courses-bar .search-courses {
  flex: inherit !important;
}

.lp-archive-courses .learn-press-courses-header h1 {
  margin-bottom: 15px;
}

.archive .lp-archive-courses .learn-press-courses {
  margin-top: 45px;
  margin-left: -15px;
  margin-right: -15px;
} 

.lp-archive-courses .course-thumbnail {
  display: none;
}

.lp-courses-bar .search-courses button i {
  font-size: 15px !important;
}

.lp-archive-courses .course-content:not(.home .lp-archive-courses .course-content) {
  background: white;
  border-radius: 7px;
  border: 1px solid #d1d1d1 !important;
  padding: 0px !important;
}

.lp-archive-courses .course-item:not(.home .lp-archive-courses .course-item) {
  border: none !important;
}

.lp-archive-courses .course-content .course-info {
  flex-direction: row !important;
  flex-wrap: nowrap;
  border-top: 1px solid #d1d1d1;
  margin-top: 15px;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 18px;
}

.lp-archive-courses .course-content .course-info .course-readmore {
  text-align: right !important;
}

.lp-archive-courses .course-content .course-info .course-readmore a {
  font-weight: 500 !important;
  padding: 0px 24px 0px 0px !important;
  border: none !important;
  text-align: right;
  width: max-content;
  margin-left: auto;
  position: relative;
  font-size: 15px;
  color: #4e2f61;
}

.lp-archive-courses .course-content .course-info .course-readmore a:after {
  background-position: left center;
  content: "";
  width: 18px;
  height: 16px;
  background: url(/wp-content/uploads/2025/01/Right-arrow-icon.svg);
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.lp-archive-courses .course-content .course-info span.price {
  color: #4e2f61;
  font-weight: 500 !important;
}

.lp-courses-bar .search-courses input {
  background: white;
  border: 1px solid #d1d1d1 !important;
}

.lp-courses-bar .courses-order-by {
  background-color: white;
  border: 1px solid #d1d1d1  !important;
}

.lp-archive-courses .course-content .course-info .course-readmore a:hover {
  background: transparent;
  color: #4e2f61;
}

.lp-archive-courses .course-content .course-info .course-readmore a:hover:after {
  transform: translateY(-50%) translateX(10px);
}
.lp-archive-courses .course-content .course-wrap-meta {
  padding-left: 18px;
  padding-right: 18px;
}

.lp-archive-courses .course-instructor-category a, .lp-archive-courses .instructor-display-name {
  font-weight: 500 !important;
  color: #4e2f61;
}

.lp-archive-courses .course-instructor-category {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.lp-archive-courses .course-permalink {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
  font-weight: 500;
  transition: .3s !important;
}

.lp-archive-courses .lp-content-area .lp-main-content {
  padding-bottom: 80px;
}

.lp-courses-bar .search-courses input {
  padding: 11px 13px !important;
}

.courses-order-by-wrapper {
  display: none !important;
}

.course-curriculum .section-content .course-item-preview::before {
  background: #ffff33 !important;
  color: #000 !important;
}
/* Courses main page close here */

/* Courses Single Page Start */
/* .lp-archive-courses .course-summary-sidebar {
margin-top: -105px !important;
} */
.lp-archive-courses .course-meta__pull-left .meta-item::before {
  color: #ffff33 !important;
}

.courses-order-by-wrapper {
  display: none;
}

.lp-archive-courses .course-detail-info::before, 
.lp-archive-courses .course-detail-info::after,
.lp-archive-courses .course-detail-info {
  background: #4e2f61 !important;
}

.course-nav.course-nav-tab-instructor {
  display: none;
}

.meta-item__value span.instructor-display-name {
  color: white;
}

.lp-archive-courses .course-meta__pull-left .meta-item-categories {
  display: none !important;
}

.lp-archive-courses .course-detail-info .course-title {
  font-weight: 500 !important;
  letter-spacing: 0px;
}

.course-meta__pull-left .meta-item-student {
  display: none !important;
}

.course-meta.course-meta-secondary {
  margin-bottom: 0px;
}

.lp-archive-courses .course-detail-info {
  padding: 40px 20px !important;
}

.single-lp_course #content {
  background: white;
}

.single-lp_course .course-content.course-summary-content {
  border: none !important;
}

.lp-archive-courses .course-summary-sidebar {
  margin-top: -55px !important;
}

.course-summary-sidebar__inner {
  position: static !important;
}

.lp-archive-courses .course-summary-sidebar__inner .course-sidebar-top {
  box-shadow: none !important;
  background: #f4f5f4;
}

.course-summary-sidebar .course-sidebar-preview {
  background: #f4f5f4 !important;
  margin-bottom: 0px !important;
}

.course-sidebar-preview .media-preview {
  margin-bottom: 20px !important;
}

.course-summary-sidebar .lp-course-buttons button {
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 13px 20px;
  border-radius: 6px;
}

.course-summary-sidebar .lp-course-buttons button:hover {
  background-image: linear-gradient(90deg, #1f443f 0%, #4e2f61 100%) !important;
}

.course-extra-box__title {
  background: #f4f5f4 !important;
  font-weight: 600 !important;
}

.course-extra-box {
  border-color: #d1d1d1 !important;
  overflow: hidden;
}

.course-extra-box.active .course-extra-box__title {
  border-bottom: 1px solid #d1d1d1;
}

.course-extra-box__content li {
  border-color: #d1d1d1;
  position: relative;
  padding-left: 48px !important;
}

.course-extra-box__content li::before {
  position: absolute;
  left: 20px;
  top: 12px;
} 

.single-lp_course #content .course-content.course-summary-content {
  border: none !important;
}

.course-curriculum .section-header .section-desc {
  font-style: normal;
  line-height: 24px;
  margin-top: 2px;
}

.course-curriculum .section-left .section-title {
  font-weight: 600 !important;
}

.course-curriculum .course-item {
  margin-bottom: 6px !important;
  border-radius: 6px;
  background: #f4f5f4 !important;
}

.course-curriculum .section-content:not(.course-curriculum .section.closed .section-content) {
  padding-top: 20px;
}

.course-sidebar-preview .course-time {
  border-color: #d1d1d1 !important;
}

.course-tab-panel .lp-course-author img {
  width: 60px !important;
  height: 60px !important;
}

.course-tab-panel .lp-course-author {
  align-items: center !important;
}

.course-tab-panel-faqs .course-faqs-box__title {
  background: #f4f5f4 !important;
  font-weight: 600 !important;
}

.course-tab-panel-faqs .course-faqs-box {
  border-color: #d1d1d1;
  overflow: hidden;
}

input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__content {
  border-top: 1px solid #d1d1d1;
}

.course-sidebar-top .free {
  color: green;
  font-weight: 500;
  text-transform: uppercase;
}

.single-lp_course .lp-archive-courses {
  padding-bottom: 50px;
}

#popup-sidebar .section-item {
  padding-left: 15px;
  padding-right: 15px;
}

.button-enroll-course {
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%) !important;
  color: white !important;
  font-weight: 400 !important;
  padding: 14px 20px !important;
  border-radius: 6px;
  display: block;
  border: none !important;
  text-transform: uppercase !important;
  box-shadow: none;
  height: min-content !important;
  min-height: max-content !important;
  max-height: min-content !important;
}

.button-enroll-course:hover {
  background-image: linear-gradient(90deg, #1f443f 0%, #4e2f61 100%) !important;
}
.single-lp_course .lp-archive-courses #popup-header {
  background: #4E2F61;
}

.lp-modal-dialog .lp-modal-header {
  background: #4e2f61 !important;
}
.course-summary-sidebar .course-sidebar-preview .course-results-progress > .items-progress:first-child {
    margin-top: 15px;
}
.lp-archive-courses .course-meta__pull-left .meta-item__value label {
    font-weight: normal !important;
}
.course-sidebar-preview .course-time-row strong {
    font-family: TT Fors,Helvetica,Arial,sans-serif !important;
}
.course-sidebar-preview .course-time-row time {
    font-weight: normal !important;
}
.course-summary-sidebar .course-results-progress .number {
    font-weight: normal !important;
}
/* Courses Single Page Close */

/* My account page start here */
.learnpress-profile .course-instructor-category {
  display: none  !important;
}

.dashboard-statistic__row .statistic-box {
  background: white !important;
}

.lp-user-profile #profile-sidebar {
  background: white  !important;
}

.learn-press-tabs {
  border-color: #d1d1d1 !important;
}

.learn-press-form .form-fields .form-field>label {
  font-style: normal !important;
}

.learnpress-profile .learn-press-form .form-fields .form-field input[type=email], 
.learnpress-profile .learn-press-form .form-fields .form-field input[type=text], 
.learnpress-profile .learn-press-form .form-fields .form-field input[type=password], 
.learnpress-profile .learn-press-form .form-fields .form-field input[type=tel], 
.learnpress-profile .learn-press-form .form-fields .form-field input[type=url], 
.learnpress-profile .learn-press-form .form-fields .form-field input[type=number], 
.learnpress-profile .learn-press-form .form-fields .form-field textarea {
  background: white;
  border-color: #d1d1d1;
  border-radius: 6px;
  padding: 10px 16px;
}

.learnpress-profile .lp-button {
  padding: 14px 22px;
  border-radius: 7px;
}
.learnpress-profile .learn-press-form .form-fields .form-field label {
  margin-bottom: 3px !important;
  font-weight: 600 !important;
}
.learnpress-profile .course-title {
  font-size: 18px !important;
}

.learnpress-profile .course-count-item.lp_lesson, .learnpress-profile .course-count-student {
  font-size: 14px !important;
}

.wrapper-profile-header .lp-profile-user-bio {
  display: none;
}

.lp_profile_course_progress__header th:first-child {
  display: none;
}

.lp_profile_course_progress__item td:first-child {
  display: none !important;
}

.learn-press-message.success {
  border: 1px dashed !important;
}
/* My account page close here */


/* Newsletter popup start here */
/* .pum-theme-default-theme {
  backdrop-filter: blur(5px);
  background: #000000a1 !important;
}

.pum-theme-default-theme .pum-container {
  background: transparent !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 670px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.pum-container .pum-title {
  display: none;
}

.subscribe-popup-wrapper {
  background: white;
  display: flex;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #4b305f;
}

.subscribe-img-col {
  width: 32%;
  padding: 35px;
  background-image: linear-gradient(90deg, #4e2f61 0%, #1f443f 100%) !important;
  display: flex;
  align-items: center;
}

.subscribe-form-col {
  width: 68%;
  padding: 30px 38px 40px 38px;
}

.subscribe-form-wrapper h3 {
  margin-bottom: 6px;
}

.popup-subscription-form .mailerlite-form-title {
  display: none;
}

.popup-subscription-form .mailerlite-form-field label {
  display: none;
}

.popup-subscription-form {
  margin-top: 22px;
}

.popup-subscription-form .mailerlite-form-field input {
  display: block;
  width: 100%;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 14px;
  background: #f4f5f4;
}

.popup-subscription-form .mailerlite-form-field input:hover {
  border-color: #45325b;
  background: white;
}

.popup-subscription-form .mailerlite-form-field {
  margin-bottom: 16px;
}

.popup-subscription-form .mailerlite-subscribe-button-container {
  text-align: left;
}

.popup-subscription-form .mailerlite-subscribe-button-container button {
  font-size: 14px;
  padding: 14px 17px;
  border-radius: 6px;
  background: #ffff33 !important;
  color: #000;
  transition: .3s;
}

.popup-subscription-form .mailerlite-subscribe-button-container button:hover {
  background: #e6e600 !important;
  color: #000;
}

.pum-close.popmake-close {
  background: url(/wp-content/uploads/2025/01/close-icon.png) !important;
  box-shadow: none !important;
  color: #000 !important;
  font-size: 0px !important;
  width: 16px !important;
  height: 16px !important;
  top: 15px !important;
  right: 15px !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: center !important;
padding: 0px !important;
filter: invert(1);
}

.join-newsletter-wrapper {
  background: white;
  border-radius: 7px;
  overflow: hidden;
}

.newsletter-row {
  padding: 36px 40px 42px 36px;
}

.newsletter-header {
  background: #4E2F61;
  text-align: center;
  margin-top: -2px;
}

.newsletter-header h2 {
  color: white;
  font-size: 26px;
  padding: 12px;
}

.newsletter-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.newsletter-con-left {
  width: 45%;
}

.newltter-form-col {
  width: 50%;
}

.newltter-form-col .popup-subscription-form {
  margin-top: 0px !important;
}

.newsletter-con-left .social-icon {
  list-style: none;
  margin: 15px 0px 0px 0px !important;
}

.newsletter-con-left h3 {
  margin-bottom: 5px;
}

.newltter-form-col + p {
  display: none;
} */


.pum-overlay {
    backdrop-filter: blur(5px);
    background: #1F443Fed !important;
}

.pum-container {
  max-width: 380px !important;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  padding: 0px !important;
  top: 50% !important;
  transform: translateY(-50%);
  margin-bottom: 70px;
  box-shadow: none !important;
}

.popmake-title {
  display: none;
}

.logo-top-left {
  width: 55px !important;
}

.join-newsletter-wrapper {
  position: relative;
  padding: 20px 20px 75px 20px;
  background: #f2f2f2;
}

.popup-star-img {
  position: absolute;
  width: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.star-top {
  top: -27px;
}

.star-bottom {
  bottom: -27px;
}

.newsletter-inner-content h4 {
  text-align: center;
  font-size: 16px;
  color: #1F443F;
}

.newsletter-inner-content {
  text-align: center;
  padding-top: 15px;
}

.newsletter-inner-content h2 {
  color: #1F443F;
  margin-bottom: 5px;
  margin-top: 2px;
}

.popup-form-wrapper .mailerlite-form-title {
  display: none;
}

.popup-form-wrapper .mailerlite-form-field label {
  display: none;
}

.popup-form-wrapper .mailerlite-form-field input {
  display: block;
  width: 100%;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 15px;
  padding: 11px 17px;
  border-color: #d1d1d1 !important;
  background: #f2f2f2;
}

.popup-form-wrapper .mailerlite-form-field {
  margin-bottom: 0px;
}

.popup-form-wrapper .mailerlite-form-inputs {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-inner-content p {
  color: #35373a;
}

.popup-form-wrapper .mailerlite-subscribe-submit {
  margin-top: 20px;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 15px 40px !important;
}

.popup-form-wrapper .mailerlite-form-field input:hover, .popup-form-wrapper .mailerlite-form-field input:focus {
  border-color: #214441 !important;
}

.popmake-close {
  font-size: 0px !important;
  right: 10px !important;
  top: 10px !important;
  height: 17px !important;
  width: 17px !important;
  box-shadow: none !important;
  background: url(/wp-content/uploads/2025/01/close-icon.png) !important;
  background-color: transparent !important;
  background-size: 100% !important;
  padding: 0px !important;
  background-repeat: no-repeat !important;
}
/* Newsletter popup close here */


/* Checkout page start here */
.learnpress-checkout .lp-archive-courses {
  padding-top: 50px;
  padding-bottom: 50px;
}

.learnpress-checkout h1.lp-content-area {
  font-size: 40px;
  margin-bottom: 10px;
}

.learnpress-checkout .lp-checkout-order__inner {
  background: white;
  border-color: #D1D1D1 !important;
}

.learnpress table tbody td, 
.learnpress table tbody th, 
.learnpress table tfoot td, 
.learnpress table tfoot th {
  border-color: #d1d1d1;
}

.learnpress-checkout .order-total th, 
.learnpress-checkout .order-total td {
  font-size: 20.5px;
}

.order-comments {
  border-color: #d1d1d1 !important;
  background: white;
  border-radius: 5px;
  margin-top: 8px;
}

#learn-press-checkout .payment-methods .lp-payment-method>label {
  background: #e1e1e1 !important;
  border-radius: 6px;
}

#learn-press-checkout .payment-methods .lp-payment-method.selected>label {
  background: #e1e1e1;
}

#checkout-payment #checkout-order-action button {
  padding: 14px;
}

.lp-terms-and-conditions a {
  color: #4e2f61 !important;
}

#checkout-account-logged-in a {
  color: #4e2f61;
}

.lp-checkout-form {
  margin-top: 30px !important;
}

.lp-checkout-form__before #checkout-order {
  margin-top: -9px;
}

#checkout-order .cart-item .course-name {
  padding-left: 0px;
  width: 100% !important;
  min-width: 100%;
  max-width: 100% !important;
}


#checkout-order .cart-item .course-thumbnail {
  display: block;
  padding: 0px;
  border: none;
  width: max-content;
}

#checkout-order .cart-item .course-thumbnail img {
  display: none;
}

.backBtn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    position: relative;
}
.backBtn .back-btn {
    border-radius: 8px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    background-color: transparent;
    font-weight: 500;
    background-image: linear-gradient(90deg, #4E2F61 0%, #1F443F 100%);
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'TT Fors';
    margin-top: 5px !important;
}
.backBtn .back-btn:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #1F443F 0%, #4E2F61 100%);
    color: #fff !important;
}
table.lp-list-table.order-table-details td.course-name a {
    color: #1863DC !important;
}
.lp-label {
    font-weight: 400 !important;
}
/* Checkout page close here */

/* Order summary start here */
.learnpress table tbody td, .learnpress table tbody th, .learnpress table tfoot td, .learnpress table tfoot th {
  border-color: #d1d1d1;
}
/* Order summary close here */

/* instructor page start here */
.instructor-main-page .ast-article-single {
  padding: 0px;
  background: transparent !important;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.instructor-main-page .lp-single-instructor__info {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background: white;
}

.instructor-main-page .avatar {
  border-radius: 6px;
  height: 250px;
  object-fit: cover;
}

.lp-single-instructor__info .instructor-avatar {
  width: 240px;
margin-right: 20px !important;
}

.instructor-main-page .lp-single-instructor__info__right {
  padding-top: 5px;
  padding-bottom: 10px;
}

.instructor-main-page .lp-single-instructor__info__right h2 {
  margin-bottom: 10px;
  font-weight: 600;
}

.instructor-main-page .lp-single-instructor__info__right h2 span {
  letter-spacing: 0px !important;
}

.instructor-main-page .instructor-description {
  margin-bottom: 15px;
}

.instructor-main-page .wrapper-instructor-total-courses {
  display: inline-flex !important;
  width: max-content !important;
}

.instructor-main-page .wrapper-instructor-total-students {
  display: inline-flex !important;
  margin-left: 20px;
  width: max-content !important;
}

.instructor-main-page #primary {
  margin-top: 55px;
}
.ul-instructor-courses .course-img {
  display: none;
}

.ul-instructor-courses .item-course {
  border: 1px solid #d1d1d1;
  flex-direction: column;
  display: flex;
  border-radius: 6px;
  background: white;
}

.ul-instructor-courses h2 {
  order: -1;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 15px;
}

.ul-instructor-courses .course-count {
  border-top: 1px solid #d1d1d1;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 9px;
}

.ul-instructor-courses {
  gap: 25px !important;
}

.ul-instructor-courses .course-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.ul-instructor-courses .price-categories {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 9px !important;
}

/* .course-count-student {
  display: none !important;
} */

.learn-press-courses .course-wrap-meta .meta-item.meta-item-student {
  display: none;
}

.course-count-student {
  display: none !important;
}

#main .wrapper-instructor-total-students {
  display: none !important;
}
/* instructor page close here */

/* Search result page start here */
.search #secondary {
  width: 27%;
  border-left: 1px solid #d1d1d1 !important;
  padding-left: 50px;
  margin: 0px !important;
  padding-top: 50px;
}

.search #primary {
  width: 73% !important;
  padding-right: 50px !important;
  margin-top: 0px !important;
  padding-top: 50px !important;
}

.search .ast-archive-description {
  padding: 0px;
  margin-bottom: 20px;
}

.search .page-title {
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 30px;
}

.search .ast-blog-featured-section {
  display: none;
}

.search .ast-article-inner {
  background: white;
  box-shadow: none;
  padding: 16px 20px;
  border-radius: 6px;
}

.search .entry-header {
  display: none;
}

.search .entry-title a {
  font-size: 22px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search .entry-title {
  line-height: 31px;
}

.search article {
  width: 50% !important;
}

.search .ast-excerpt-container {
  margin-top: 10px;
}

.search .ast-excerpt-container p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.search .read-more {
  margin-top: 15px;
}

.search .read-more a {
  color: #4e2f61;
  font-weight: 500;
}

.site-main .no-results #search-field {
  width: 78%;
  border-radius: 5px;
}

.no-results.not-found {
  padding: 40px 40px 45px 40px;
  background: white;
  border-radius: 5px;
}

.no-results.not-found form {
  margin-bottom: 0px !important;
}

.site-main .no-results input.search-submit {
  border-radius: 5px;
  padding: 10px 22px;
}
/* Search result page close here */

/* post archive page start here */
.archive.category #secondary {
  padding-left: 50px;
  border-left: 1px solid #d1d1d1;
  margin-top: 0px;
  padding-top: 60px;
  width: 27%;
  margin-bottom: 0px;
}

.archive.category #primary {
  width: 73%;
  padding-right: 50px;
  margin-top: 0px;
  padding-top: 60px;
}

body.archive .ast-archive-description {
  background: transparent;
  padding: 0px;
  margin-bottom: 40px;
}

body.archive .ast-archive-description h1 {
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 38px !important;
  margin-bottom: 30px;
}

.archive.category #main article.ast-article-post {
  width: 50%;
}

.archive.category #main article.ast-article-post .ast-article-inner {
  background: white;
  border-radius: 7px;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  padding: 0px;
}

.archive.category #main article.ast-article-post .ast-article-inner .ast-read-more-container {
  margin: 0px;
  border-top: 1px solid #d1d1d1;
  padding: 8px 20px;
}

.archive.category #main article.ast-article-post .ast-article-inner .entry-title a {
  display: block;
  padding: 18px 20px 0px 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.archive.category #main article.ast-article-post .ast-article-inner .entry-title a:hover {
  color: #4e2f61 !important;
}

.archive.category #main article.ast-article-post .ast-article-inner .ast-excerpt-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 18px;
}

.archive.category #main article.ast-article-post .ast-article-inner .ast-excerpt-container p {
  overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 2;
  line-clamp: 2; 
 -webkit-box-orient: vertical;
}

.archive.category #main article.ast-article-post .ast-article-inner .ast-read-more-container a:hover span {
  color: #4e2f61;
}

.lp-sidebar-toggle__open #content-item-quiz .quiz-status>div .questions-index, 
.lp-sidebar-toggle__open #content-item-quiz .quiz-status>div .questions-index span {
  color: white;
}

.quiz-status>div>div .countdown {
  color: white;
}

.answer-options .answer-option input[type=radio]:checked::after {
  background: #4e2f61 !important;
}

/* Post archive page close here */

/* Newsletter page start here */
.newsletter-wrapper .mailerlite-form-loader {
  display: none;
}

.newsletter-wrapper .mailerlite-form-inputs {
  display: flex;
  justify-content: space-between;
}

.newsletter-wrapper .mailerlite-form-field {
  width: 38.5%;
}

.newsletter-wrapper .mailerlite-subscribe-button-container {
  width: 20%;
}

.newsletter-wrapper .mailerlite-form-field input {
  padding: 14px 18px;
}

.newsletter-form .mailerlite-subscribe-submit {
  padding: 18px 20px;
}

#courses-list-wrapper .course-instructor-category {
  display: none;
} 

#courses-list-wrapper .course-price {
  display: none;
}

#courses-list-wrapper .course-content {
  display: flex;
  align-items: center;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
  border-bottom: none !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  position: relative;
}

#courses-list-wrapper ul.learn-press-courses {
  display: block;
}

#courses-list-wrapper li.course {
  width: 100%;
  margin-bottom: 0px;
}

#courses-list-wrapper .course-info {
  border: none;
  padding: 0px;
  margin-top: 0px;
}

#courses-list-wrapper .course-wrap-meta {
  margin-bottom: 0px;
  order: -1;
  padding-left: 0px;
  padding-right: 33px;
  min-width: 165px;
}

#courses-list-wrapper .course-item {
  box-shadow: none;
}

#courses-list-wrapper a.course-permalink {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#courses-list-wrapper .course-title {
  margin: 0px;
  font-weight: 500;
}

#courses-list-wrapper .course-readmore a {
  font-size: 0px;
  padding: 0px !important;
  width: 27px;
  height: 27px;
  background-color: #4b305f;
  border-radius: 100px !important;
  background-image: url(/wp-content/uploads/2025/01/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  transition: .4s;
}

#courses-list-wrapper .course-readmore a:after {
  display: none;
}

#courses-list-wrapper a.course-permalink:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#courses-list-wrapper a.course-permalink span {
  transition: .3s;
}

#courses-list-wrapper a.course-permalink:hover span {
  color: #4e2f61 !important;
}

#courses-list-wrapper li.course:last-child .course-item .course-content {
  border-bottom: 1px solid #d1d1d1 !important;
}

#courses-list-wrapper .course-content:hover .course-readmore a {
  background-color: #20433f;
}

.product-link-grid .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.product-link-grid .elementor-icon-list-items li {
  width: 48%;
  margin-top: 0px !important;
  margin-bottom: 17px;
  margin-bottom: 0px;
} 

.product-link-grid .elementor-icon-list-items li a {
  border-bottom: 1px solid #d1d1d1;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
}

/* .product-link-grid .elementor-icon-list-items li:first-child a,
.product-link-grid .elementor-icon-list-items li:nth-child(2) a {
  border-top: 1px solid #d1d1d1;
} */

.product-link-grid .elementor-icon-list-icon {
  order: 1;
  min-width: 27px;
  min-height: 27px;
  background: #4b305f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: .4s;
  display: none !important;
}

.product-link-grid a {
  justify-content: space-between;
  width: 100%;
}

.product-link-grid .elementor-icon-list-text {
  width: 100%;
}

.product-link-grid .elementor-icon-list-icon i {
  padding: 0px !important;
  width: min-content;
  color: white;
}

.product-link-grid 
a:hover .elementor-icon-list-icon {
  background: #20433f;
}
/* Newsletter page close here */

/* cookies banner start here */
.cky-notice .cky-title {
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 0px;
  margin-bottom: 5px !important;
  font-size: 19px !important;
}

.cky-consent-bar .cky-notice-des p {
  line-height: 20px;
}

button.cky-btn.cky-btn-reject {
  display: none;
}

.cky-notice {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.cky-preference-header, .cky-preference-body-wrapper {
  max-width: 1140px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 10px;
  padding-right: 10px;
}

.cky-btn {
  color: white !important;
  border: none !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.cky-consent-bar .cky-btn-customize::after {
  border-top-color: white;
}

.cky-preference-header .cky-preference-title {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 17px !important;
}

.cky-accordion-header .cky-accordion-btn:hover {
  background: transparent !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn:hover {
  background: transparent;
}

.cky-accordion-header-des {
  margin-top: 0px !important;
}

.cky-preference-center, .cky-preference, 
.cky-preference-body-wrapper, .cky-preference-content-wrapper, 
.cky-accordion-wrapper, .cky-accordion, .cky-footer-wrapper, 
.cky-prefrence-btn-wrapper {
  border-color: #d1d1d18f !important;
}
/* cookies banner close here */


/* Message styling start here  */

/*.fep-table.fep-action-table {
    display: none;
}*/
#fep-content > form.fep-message-table.form {
    margin-top: 0px !important;
}
.fep-action-table > div > div {
    width: 50% !important;
}
.fep-action-table > div > div {
    width: 50% !important;
    text-align: right;
}
.fep-action-table > div > .fep-bulk-action {
    text-align: left !important;
}
#fep-menu > #fep-menu-directory {
    display: none;
}
#fep-menu > #fep-menu-newmessage {
    display: none;
}
#fep-menu > #fep-menu-message_box.fep-button-active {
    display: none;
}
#fep-content {
    margin-top: 0px !important;
    padding: 0px !important;
}
#fep-content > h2 {
    margin-top: 15px;
    text-transform: inherit;
    font-weight: 600;
    font-size: 24px;
}
#fep-content .fep-filter {
    display: none;
}
.fep-action-table select {
    margin-top: 0px;
    padding: 10px 20px;
    border-radius: 6px !important;
}
#fep-content p, #fep-content form {
    margin-left: 0px !important;
}
input.fep-messagebox-search-form-field {
    padding: 10px 20px !important;
    width: 330px;
    border-radius: 6px;
}
form.fep-message-table.form {
    margin-top: 30px !important;
}
.fep-cb-check-uncheck-all-div {
    margin-bottom: 10px;
    font-weight: 600;
}
.fep-avatar-p .fep-avatar-1, .fep-avatar-p .fep-avatar-2, .fep-avatar-more-60, .fep-avatar-group-60 {
    width: 35px !important;
    height: 35px !important;
}
.fep-avatar-p-90 {
    display: flex !important;
    align-items: center;
    min-width: 40px !important;
}
.fep-avatar-p .fep-avatar-2 {
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}
.fep-table .fep-column-avatar, .fep-table .fep-column-fep-cb {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.fep-table .fep-column-author, .fep-table .fep-column-date {
    padding: 7px 0px 4px 0px !important;
}
.fep-table .fep-message-date {
    line-height: 10px;
}
.fep-column.fep-column-title span a {
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
}
.fep-message-excerpt {
    font-size: 15px;
    opacity: .6 !important;
}
input {
    accent-color: #4b305f !important;
}
#fep-menu .fep-button, .fep-button, .fep-button-active {
    font-size: 15px !important;
}
#fep-content h2 {
    margin-bottom: 10px;
    color: #1d1d1d;
}
.fep-form-newmessage .fep-field {
    margin-bottom: 10px !important;
}
.fep-form-newmessage .fep-label {
    font-size: 15px;
    font-weight: 600;
}
.fep-form-newmessage .fep-field input {
    font-size: 15px;
    border-radius: 7px;
    padding: 12px 17px;
}
.mce-flow-layout-item .mce-btn {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.mce-flow-layout-item .mce-btn button:hover i {
    color: white;
}
.fep-form-field-order_id .fep-label {
    display: none;
}
.fep-form-field-fep_upload input.fep-attachment-field-input {
    background: white;
    margin-right: 10px;
}
a.fep-attachment-field-a {
    color: red !important;
}
.fep-form-newmessage button.fep-button {
    padding: 14px 25px !important;
    background: #4b315f !important;
    border: none !important;
    color: white !important;
    font-weight: 500 !important;
    border-radius: 7px;
    transition: .4s !important;
}
.fep-form-newmessage button.fep-button:hover {
    background: #244242 !important;
}
#fep-content-single #fep-content-single-sidebar {
    padding-left: 0px !important;
}
#fep-content-single-heads .fep-avatar-p {
    padding-left: 10px;
}
#fep-content-single-heads .fep-avatar-2 {
    left: 30px !important;
}
#fep-content-single-heads .fep-message-head:hover, #fep-content-single-heads .fep-message-head-active {
    border-radius: 0px !important;
}
select.fep-filter {
    font-size: 15px;
    width: 100%;
    appearance: none;
    padding: 10px 15px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2025/10/down-arrow.png);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 90%;
}
#fep_upload {
    margin-top: 20px;
}
#fep_upload input.fep-attachment-field-input {
    background: white;
    padding: 10px 13px;
    border-radius: 8px;
}
#fep-content-single-reply-form button.fep-button {
    background: #4c305f;
    color: white;
    border: none;
    font-weight: 500;
    padding: 13px 37px;
    transition: .4s;
}
#fep-content-single-reply-form button.fep-button:hover {
    background: #214340;
}
.fep-per-message.fep-per-message-admin .fep-message-title {
    background: #d3eef5;
}
.fep-message-title-heading.participants {
    font-size: 17px;
}
/* Message styling close here  */






















@media screen and (max-width: 1025px) {
	/* 	header start here */
	.admin-bar .she-header {
	  top: 0px !important;
	}

	html #wpadminbar {
	  display: none;
	}

	html {
	  margin-top: 0px !important;
	}

	.ast-button-wrap .menu-toggle.main-header-menu-toggle {
	  padding: 8px 9px;
	}

	body.admin-bar .ast-mobile-popup-drawer, body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {
	  top: 0px;
	}

	.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
	  border: none !important;
	  padding: 0px 10px;
	  display: flex;
	  align-items: center;
	}

	.menu-toggle-close svg {
	  width: 23px;
	  height: 23px;
	}

	.ast-mobile-popup-drawer .ast-mobile-popup-inner {
	  width: 270px;
	}
	.she-header .ast-primary-header-bar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ast-header-account-wrap > a.ast-header-account-link, 
	.ast-header-account-inner-wrap > a.ast-header-account-link {
	  padding: 11.5px 18px;
	}
	#masthead {
		height: 80px;
	}
	.site-branding.ast-site-identity {
		padding: 0px !important;
	}
	span.site-logo-img img {
		width: 80px !important;
		max-width: 80px !important;
	}
	span.site-logo-img {
		padding-right: 0px !important;
	}
	a.head-btn {
		font-size: 14px;
		padding: 14px 20px;
	}
	/* 	header close here */

	/* 	Home page start here */
	.newsletter-form .mailerlite-form-field input {
	  padding: 11px 17px;
	}

	.newsletter-form .mailerlite-subscribe-submit {
	  font-size: 14px;
	  padding: 15.5px 20px;
	}
	
	ul.snlearn-press-courses li.sncourse {
		flex-basis: calc(33.33% - 13.33px);
	}
	/* 	Home page close here */

	/* 	Footer start here */
	.site-primary-footer-wrap {
	  padding: 55px 0px 20px 0px !important;
	}
	#colophon {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.site-primary-footer-wrap .ast-builder-footer-grid-columns {
	  flex-wrap: wrap !important;
	  grid-column-gap: 10px !important;
	}

	.site-primary-footer-wrap .site-footer-section-1 {
	  width: 100% !important;
	  border-bottom: 1px solid #ffffff61;
	  padding-bottom: 25px !important;
	}

	.site-footer .widget-title {
	  margin-top: 30px !important;
	  font-size: 16px;
	}

	.site-primary-footer-wrap .site-footer-section-2 {
	  width: 44%;
	}

	.site-footer .menu li {
	  font-size: 14px;
	  margin-right: 15px;
	}

	.social-icon li a {
	  width: 24px;
	  height: 24px;
	}

	.social-icon li a img {
	  width: 12px !important;
	  height: 12px !important;
	}

	.site-primary-footer-wrap .site-footer-section-3 {
	  width: 14%;
	}

	.site-primary-footer-wrap .site-footer-section-4 {
	  width: 35%;
	}

	.site-primary-footer-wrap .site-footer-section-4 p {
	  font-size: 14px;
	  text-align: left;
	}

	.site-footer .menu {
	  justify-content: flex-start;
	}

	.site-primary-footer-wrap .site-footer-section-1 .textwidget {
	  text-align: center;
	}
	/* 	Footer close here */

	/* 	Blog page start here */
	.articles-main-page #primary {
	  padding-left: 20px !important;
	  padding-right: 20px !important;
	  box-sizing: border-box;
	  width: 65%;
	}

	.articles-main-page #secondary {
	  padding-right: 0px !important;
	  padding-left: 20px !important;
	  width: 35% !important;
	}

	.articles-main-page #content {
		padding-right: 20px;
		width: 100% !important;
		max-width: 100% !important;
	}

	.articles-main-page .ast-container {
	  display: flex;
	  flex-direction: row;
	}

	.sidebar-info-box .newsletter-form .mailerlite-form-field input {
	  font-size: 13px !important;
	  padding: 10px 15px !important;
	}

	.sidebar-newsletter .mailerlite-subscribe-submit {
	  font-size: 14px !important;
	  padding: 14px 20px !important;
	}

	.sidebar-main .widget-title {
	  font-size: 18px;
	}

	.cus-articles-item h2 {
	  font-size: 18px;
	  line-height: 28px;
	}

	.sbi_follow_btn a {
	  font-size: 13px !important;
	  padding: 10px 13px !important;
	}
	/* 	Blog page close here */

	/* 	Courses main page start here */
	.lp-archive-courses .learn-press-courses-header {
	  max-width: 600px;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	  padding-top: 35px;
	  margin-bottom: 30px !important;
	}

	.lp-courses-bar {
	  justify-content: center !important;
	}

	.archive .lp-archive-courses .learn-press-courses {
	  margin-top: 0px;
	  margin-left: -5px;
	  margin-right: -5px;
	}

	.archive .lp-archive-courses ul.learn-press-courses li.course {
	  padding-left: 7px;
	  padding-right: 7px;
	  margin-bottom: 15px;
	}

	.learn-press-courses .course-instructor-category {
	  gap: 0px;
	}
	/* 	Courses main page close here */

	/* 	Courses detail page start here */
	.lp-archive-courses .course-detail-info .course-title {
	  font-size: 28px !important;
	}

	.course-meta.course-meta-secondary .course-meta__pull-left {
	  flex-wrap: nowrap !important;
	  justify-content: flex-start !important;
	  gap: 30px !important;
	}

	.course-meta.course-meta-secondary .course-meta__pull-left .meta-item {
	  width: max-content !important;
	}
	/* 	Courses detail page close here */
}

@media screen and (max-width: 922px) {
	/* 	Article page start here */
	.sidebar-main .sbi_follow_btn a {
	  padding: 10.7px 10px 10.7px 10px !important;
	  font-size: 14px !important;
	  line-height: 15px !important;
	}

	.sidebar-main .sbi_follow_btn a svg {
	  margin-right: 0px !important;
	}
	/* 	Article page close here */

	/* 	single post page start here */
	.single-post #primary {
	  padding-top: 40px;
	  width: 65%;
	  padding-right: 20px;
	  border-right: 1px solid #ddd;
	}

	.single-post .entry-title {
	  line-height: 34px;
	}

	.single-post #content .ast-container {
	  flex-direction: row;
	  display: flex;
	}

	.single-post #secondary {
	  width: 35%;
	  padding-left: 20px;
	}

	.single-post #secondary .sbi_follow_btn a {
	  font-size: 13px !important;
	}
	/* 	single post page close here */

	/* 	Home page start here */
	.courses-wrapper ul.learn-press-courses {
	  flex-wrap: wrap;
	}

	.courses-wrapper ul.learn-press-courses li {
	  width: 50% !important;
	  margin-bottom: 20px;
	}
	
	ul.snlearn-press-courses li.sncourse {
		flex-basis: calc(50% - 10px);
	}
	/* 	Home page close here */

	/* 	Search result page start here */
	.search #primary {
	  width: 100% !important;
	  padding-right: 0px !important;
	}

	.search .page-title {
	  text-align: center;
	  font-size: 32px;
	}

	.search .ast-separate-container.ast-right-sidebar #secondary {
	  display: none;
	}
	/* 	Search result page close here */

	/* 	post archive page start here */
	.archive.category #primary {
	  padding-right: 8px;
	}

	.archive.category #content .ast-container {
	  display: flex;
	  flex-direction: row;
	}

	.archive.category #secondary {
	  padding-left: 20px;
	  padding-right: 0px;
	  width: 36%;
	}

	.archive.category #main article.ast-article-post {
	  padding-left: 0px;
	  padding-right: 15px;
	  height: max-content;
	}

	.archive.category #main article.ast-article-post .ast-article-inner .entry-title a {
	  font-size: 18px;
	  line-height: 25px;
	}

	body.archive .ast-archive-description h1 {
	  font-size: 30px !important;
	}

	body.archive .ast-archive-description {
	  margin-bottom: 20px;
	}
	/* 	post archive page close here */
}


@media screen and (min-width: 767px) {
/* 	home page start here */
	.post-list-main .entry-title a {
		overflow: hidden;
	   display: -webkit-box;
	   -webkit-line-clamp: 2; 
		line-clamp: 2; 
	   -webkit-box-orient: vertical;
	}


	.post-list-main .entry-title {
		min-height: 60px;
		display: flex;
		align-items: center;
	}
/* 	home page close here */
}


@media screen and (max-width: 767px) {
	/* 	Header start here */
	.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
	  min-height: 65px;
	}

	.she-header .ast-primary-header-bar, .she-header .site-primary-header-wrap {
	  min-height: max-content;
	}

	.she-header .site-branding {
	  padding-top: 12px;
	  padding-bottom: 12px;
	}

	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	  width: 19px !important;
	  height: 19px !important;
	}

	.sn-topaccount_menu > a.sn-topmenu {
	  font-size: 13px !important;
	  display: flex !important;
	  align-items: center;
	  justify-content: center;
	  gap: 0px;
	  padding: 10px 15px !important;
	}
	.sn-topaccount_menu > a.sn-topmenu > .fa-user {
	  margin-right: 8px;
	  font-size: 16px;
	}
	/* 	header start here  */
	#masthead {
		height: 65px;
	}
	/* 	Header close here */

	/* 	Home page start here */
	.sm-btn-block a {
	  display: block !important;
	  width: 100% !important;
	}
	.cus-post-list .tab__post__single--item {
	  width: 100% !important;
	}
	html body .elementor-button-wrapper .elementor-button, button, .ast-button, .ast-custom-button {
	  font-size: 13px;
	}
	.cus-post-list .tab__post--title a {
	  padding: 13px 0px !important;
	  min-height: max-content;
	}
	.newsletter-form .mailerlite-form-field input {
	  font-size: 14px;
	  padding: 10px 16px;
	  border-radius: 6px;
	}

	.newsletter-form .mailerlite-form-field {
	  margin-bottom: 10px;
	}

	.newsletter-form .mailerlite-subscribe-submit {
	  border-radius: 6px;
	  padding: 13.5px 20px;
	}

	a.sbi_load_btn {
	  font-size: 13px !important;
	  padding: 9px 13px !important;
	}

	.sbi_follow_btn a {
	  font-size: 13px !important;
	  padding: 9px 13px !important;
	}

	.sbi_follow_btn a svg {
	  width: 13px !important;
	  height: 15px !important;
	  margin-right: 2px !important;
	}

	#sbi_load {
	  display: flex;
	  align-items: center;
	  flex-wrap: wrap;
	  margin-top: 10px;
	}

	.courses-wrapper li.course {
	  margin-bottom: 16px;
	}

	.courses-wrapper .learn-press-courses {
	  flex-wrap: wrap;
	}

	.courses-wrapper li.course {
	  width: 100% !important;
	  padding-left: 0px !important;
	  padding-right: 0px !important;
	}

	.courses-wrapper ul.learn-press-courses li {
	  width: 100% !important;
	}
	
	ul.snlearn-press-courses li.sncourse {
		flex-basis: calc(100% - 0px);
	}
	/* 	Home page close here */

	/* 	footer start here */
	.site-primary-footer-wrap .ast-builder-footer-grid-columns {
	  flex-wrap: wrap;
	  flex-direction: column;
	}

	.site-primary-footer-wrap .site-footer-section-1, 
	  .site-primary-footer-wrap .site-footer-section-2, 
	  .site-primary-footer-wrap .site-footer-section-3, 
	  .site-primary-footer-wrap .site-footer-section-4 {
	  width: 100%;
	}

	.site-primary-footer-wrap {
	  padding-top: 40px !important;
	  padding-bottom: 60px !important;
	}

	.site-footer-section-1 .textwidget a.btn {
	  font-size: 13px;
	  padding: 9px 15px;
	}

	.site-footer .menu {
	  justify-content: flex-start;
	  flex-wrap: wrap;
	}

	.site-footer .menu li {
	  margin: 0px 15px 14px 0px;
	}

	.site-primary-footer-wrap .site-footer-section-1 {
	  padding-bottom: 35px !important;
	  margin-bottom: 0px !important;
	}

	.site-primary-footer-wrap .widget-title {
	  text-align: left;
	  font-size: 16px;
	}

	.site-primary-footer-wrap .site-footer-section-3 {
	  width: 40% !important;
	}

	.site-primary-footer-wrap .site-footer-section-4 {
	  width: 60% !important;
	}

	.site-footer:before {
		content: "";
		width: 55px;
		height: 55px;
		top: -28px;
	}

	.site-footer-section-4 .textwidget a:before {
		display: none;
	}

	.site-footer-section-4 .textwidget a {
		padding-left: 0px;
	}

	.site-primary-footer-wrap .ast-builder-footer-grid-columns {
	  grid-column-gap: 0px !important;
	  flex-direction: row !important;
	  flex-wrap: wrap !important;
	}

	.site-primary-footer-wrap .site-footer-section-4 p {
	  font-size: 13px;
	}

	.social-icon {
	  justify-content: flex-start;
	}

	.site-primary-footer-wrap .site-footer-section-1 .textwidget {
	  text-align: left;
	}

	.site-primary-footer-wrap .site-footer-section-3 .widget-title, 
	  .site-primary-footer-wrap .site-footer-section-4 .widget-title {
	  margin-top: 6px !important;
	}
	.site-footer .menu > li:last-child {
	  margin-right: 0;
	}
	/* 	Footer close here */

	/* 	Contact page start here */
	.con-form .ff-el-input--content input, .con-form .ff-el-input--content textarea {
	  font-size: 14px;
	  padding: 9.5px 14px;
	  border-radius: 6px;
	}

	.con-form .ff-el-group {
	  margin-bottom: 12px;
	}

	.con-form textarea {
	  height: 100px !important;
	}

	.con-form iframe {
	  transform: scale(.8);
	  transform-origin: left;
	}

	.con-form .ff_submit_btn_wrapper {
	  margin-bottom: 0px !important;
	}

	.con-form .ff_submit_btn_wrapper button {
	  font-size: 14px !important;
	/* 		margin-top: -10px; */
	}

	.site-footer .menu > li:last-child {
	  margin-right: 0;
	}
	/* 	Contact page close here */

	/* 	Blog page start here */
	.articles-main-page .ast-container {
	  flex-direction: column;
	}

	.articles-main-page #primary {
	  width: 100%;
	  padding-top: 30px !important;
	  border-right: none;
	  border-bottom: 1px solid #c7c7c791;
	  padding-bottom: 40px !important;
	}

	.articles-main-page #secondary {
	  width: 100% !important;
	  padding-top: 30px;
	  padding-bottom: 20px;
	  border-left: none;
	}

	.sidebar-main #sbi_images .sbi_item {
	  width: 31.33% !important;
	}

	.sidebar-main #sbi_images .sbi_item .sbi_photo {
	  height: 80px !important;
	}

	.sidebar-main #sbi_images .sbi_item:nth-child(5), 
	.sidebar-main #sbi_images .sbi_item:nth-child(6) {
	  display: block !important;
	}

	.sidebar-main .sbi_follow_btn a {
	  font-size: 13px !important;
	  padding: 10px 15px !important;
	}

	.cus-articles-item h2 {
	  font-size: 16px;
	  line-height: 26px;
	  margin-bottom: 3px;
	}

	.article-inner-content {
	  padding: 12px 17px;
	}

	.post-botoom-foo {
	  padding: 10px 17px;
	}

	.article-inner-content p {
	  margin-bottom: 5px;
	}

	.learn-more-button img {
	  width: 15px;
	}

	.cus-articles-item {
	  margin-bottom: 15px;
	}

	.pagination .page-numbers {
	  font-size: 13px;
	  padding: 6px 11px;
	  line-height: 13px;
	  border-radius: 4px;
	  min-width: 30px;
	  margin: 0px 3px;
	}
	/* 	Blog page close here */

	/* 	Single post page start here */
	.single-post #primary {
	  border-right: none;
	  padding-right: 20px;
	  width: 100%;
	  padding-left: 20px;
	  padding-top: 30px;
	  border-bottom: 1px solid #ddd;
	  padding-bottom: 10px;
	}

	.single-post #secondary {
	  width: 100%;
	  padding-top: 25px;
	  padding-left: 20px;
	  padding-right: 20px;
	}

	.single-post #content .ast-container {
	  flex-wrap: wrap;
	  padding-left: 0px;
	  padding-right: 0px;
	}

	.single-post .entry-title {
	  line-height: 19px !important;
	  letter-spacing: 0px;
	  margin-bottom: 0px !important;
	}

	.single-post .entry-header {
	  padding-bottom: 15px !important;
	  margin-bottom: 15px !important;
	}

	blockquote {
	  padding: 15px;
	  margin: 0px 0px 8px 0px;
	}

	blockquote p:last-child {
	  margin-bottom: 0px;
	}

	.single-post .entry-content .elementor-element {
	  margin-bottom: 8px;
	}

	.ast-single-related-posts-container .ast-related-posts-title {
	  font-size: 18px;
	  line-height: 10px;
	}

	.ast-single-related-posts-container .ast-related-posts-title-section {
	  margin-bottom: 18px;
	  padding-bottom: 18px;
	}

	.site .ast-single-related-posts-container {
	  padding: 20px;
	}

	.ast-related-posts-wrapper {
	  display: flex;
	  flex-wrap: nowrap;
	  flex-direction: row;
	}

	.ast-related-posts-wrapper article:nth-child(3) {
	  display: none;
	}

	.ast-related-posts-wrapper article {
	  width: 50%!important;
	}

	.ast-single-related-posts-container .related-entry-header {
	  margin-bottom: 0px !important;
	  padding-bottom: 0px !important;
	}

	.ast-single-related-posts-container .related-entry-header .published {
	  font-size: 12px;
	}

	.ast-single-related-posts-container .related-entry-header a {
	  font-size: 14px !important;
	}

	.ast-single-related-posts-container .related-entry-header {
	  line-height: 17px !important;
	}
	/* 	Single post page close here */

	/* 	Language learning page start here */
	.lang-hero-banner {
	  height: max-content !important;
	}

	.lang-hero-banner::before {
	  background-image: linear-gradient(90deg, #FFFFFF 46%, #F2295B00 80%) !important;
	}

	.btn-arrow-animate .elementor-button {
	  background: #ffffffc4 !important;
	}

	.btn-arrow-animate .elementor-button:hover {
	  background: #1f443f !important;
	}

	.step-number .elementor-widget-container {
	  width: 35px;
	  height: 35px !important;
	}

	.step-number:before {
	  width: 1px;
	  height: 100% !important;
	  left: 18px;
	}

	.step-number {
	  height: 100%;
	}

	.step-number:first-child:before {
	  top: 10px;
	  transform: none;
	}
	/* 	Language learning page close here */

	/* 	Login account page start here */
	.loginpage-wrap {
	  margin-top: 35px !important;
	  margin-bottom: 40px !important;
	  max-width: 94%;
	  display: block;
	}

	.loginpage-wrap .form-left-text {
	  width: 100%;
	  position: relative;
	  padding: 14px 14px 40px 14px;
	}

	.loginpage-wrap .learn-press-form {
	  width: 100%;
	  padding: 15px 25px 18px 25px;
	}

	.login-icon-img {
	  width: 70px;
	  height: 70px;
	  padding: 16px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 12px;
	}

	.loginpage-wrap .form-left-text h3 {
	  font-size: 20px;
	}

	.mid-text-main {
	  padding-bottom: 0px;
	}

	.loginpage-wrap .form-left-text:after {
	  content: "";
	  width: 130%;
	  height: 35px;
	  background: url(/wp-content/uploads/2025/01/bottom-shape.svg);
	  position: absolute;
	  bottom: 0px;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: top center;
	}

	.learn-press-form form {
	  padding-top: 0px;
	}

	.learn-press-form form ul.form-fields li.form-field label {
	  font-size: 13px !important;
	}

	.learn-press-form form ul.form-fields li.form-field input {
	  font-size: 13px !important;
	  padding: 8px 11px;
	  border-radius: 5px;
	}

	.learn-press-form form ul.form-fields li.form-field {
	  margin-bottom: 15px;
	  margin-top: 12px;
	}

	.learn-press-form form button[type="submit"], 
	.learn-press-form form input[type="submit"] {
	  font-size: 14px;
	  padding: 11px 20px;
	  width: max-content;
	}

	.mepr-login-actions {
	  font-size: 12.5px;
	}

	.login-footer-link p {
	  font-size: 13px;
	}

	.login-footer-link {
	  padding: 15px 0px 0px 0px;
	}

	li#show_hide_password a.input-group-text, li#show_hide_password2 a.input-group-text {
	  padding: 7px 9px;
	}
	/* 	Login  account page close here */

	/* 	My account page start here */
	.wrapper-profile-header {
	  padding-bottom: 15px;
	}

	.profile-courses-list.learn-press-courses {
	  flex-wrap: wrap;
	}

	.lp-archive-courses ul.learn-press-courses li.course {
	  width: 100%;
	  margin-bottom: 20px;
	}

	.learnpress-profile .course-title {
	  font-size: 16px !important;
	}
	/* 	My account page close here */

	/* 	Courses main page start here */
	.lp-archive-courses .learn-press-courses-header h1 {
	  letter-spacing: 0px;
	  margin-bottom: 10px !important;
	  font-size: 24px !important;
	}

	.lp-archive-courses .learn-press-courses-header {
	  margin-bottom: 15px !important;
	}

	.archive .lp-archive-courses {
	  padding-left: 10px;
	  padding-right: 10px;
	}

	.lp-courses-bar {
	  flex-wrap: nowrap !important;
	  margin-top: 20px;
	  margin-bottom: 20px;
	}

	.lp-courses-bar .courses-order-by {
	  font-size: 12px !important;
	  padding-left: 10px !important;
	  padding-right: 21px !important;
	}

	.lp-courses-bar .search-courses button i {
	  font-size: 12px !important;
	}

	.lp-courses-bar .search-courses input {
	  min-width: 100px !important;
	  font-size: 12px !important;
	  max-width: 180px !important;
	}

	.lp-courses-bar .search-courses input {
	  padding: 10px 10px !important;
	  border-radius: 4px !important;
	}

	.lp-courses-bar .search-courses button {
	  padding-left: 10px;
	  padding-right: 10px;
	}

	.lp-archive-courses .course-permalink {
	  font-size: 14px;
	}

	.lp-courses-bar .search-courses {
	  justify-content: center;
	}
	/* 	Courses main page close here */

	/* 	Courses detail page start here */
	.lp-archive-courses .course-detail-info {
	  padding-left: 5px;
	  padding-right: 5px;
	}

	.lp-archive-courses .course-detail-info .course-title {
	  font-size: 22px !important;
	  line-height: 29px;
	}

	.course-meta.course-meta-secondary .course-meta__pull-left {
	  gap: 7px !important;
	}

	.lp-archive-courses .lp-entry-content .entry-content-left {
	  padding-top: 40px !important;
	  padding-left: 5px;
	  padding-right: 5px !important;
	  margin-bottom: 0px !important;
	}

	.course-extra-box__title {
	  padding: 0px 11px !important;
	  height: 42px !important;
	}

	.course-extra-box__title::after {
	  line-height: 42px !important;
	  right: 12px;
	}

	.lp-archive-courses .course-summary-sidebar {
	  margin-top: 0px  !important;
	  padding-left: 5px !important;
	  padding-right: 5px !important;
	}

	.course-extra-box:last-child {
	  margin-bottom: 40px !important;
	}

	.course-tab-panels .course-tab-panel {
	  padding-top: 20px;
	}

	.learn-press-nav-tabs li label {
	  font-size: 15px;
	}

	.course-curriculum .section-left .section-title {
	  line-height: 22px;
	}

	.course-tab-panel-faqs .course-faqs-box__title {
	  padding: 8px 45px 8px 12px !important;
	}

	.course-tab-panel-faqs .course-faqs-box {
	  margin-bottom: 15px;
	}

	.lp-archive-courses .course-detail-info::before, 
	.lp-archive-courses .course-detail-info::after {
	  width: 8px !important;
	}
	/* 	Courses detail page close here */

	/* 	Start courses page start here */
	#sidebar-toggle, #popup-course .back-course {
	  line-height: 45px !important;
	}

	#popup-sidebar .search-course, #popup-sidebar .search-course button {
	  height: 45px !important;
	}

	body.admin-bar #popup-course {
	  top: 0px!important;
	}

	#popup-content .content-item-wrap {
	  padding-top: 0px;
	}

	.content-item-wrap .course-item-title {
	  margin-bottom: 15px !important;
	  font-size: 30px !important; 
	}
	/* 	Start courses page close here */

	/* 	Newsletter popup start here */

	/* 	.pum-theme-default-theme .pum-container {
	  width: 90% !important;
	}

	.subscribe-img-col {
	  display: none;
	}

	.subscribe-form-col {
	  width: 100%;
	  padding: 24px 30px 40px 30px;
	}

	.subscribe-form-wrapper h3 {
	  font-size: 19px;
	  margin-bottom: 4px;
	}

	.subscribe-form-wrapper p {
	  font-size: 14px;
	  line-height: 21px;
	}

	.popup-subscription-form .mailerlite-form-field input {
	  font-size: 13px !important;
	  padding: 10px 13px !important;
	  border-radius: 5px !important;
	}

	.popup-subscription-form .mailerlite-form-field {
	  margin-bottom: 12px;
	}

	.newsletter-header h2 {
	  font-size: 20px !important;
	}

	.newsletter-row {
	  padding: 15px 25px 25px 25px;
	  flex-wrap: wrap;
	}

	.newsletter-con-left {
	  width: 100%;
	  text-align: center;
	}

	.newltter-form-col {
	  width: 100%;
	}

	.newsletter-con-left .social-icon {
	  display: none;
	}

	.newsletter-con-left h3 {
	  font-size: 20px;
	}

	.popup-subscription-form .mailerlite-subscribe-button-container {
	  text-align: center;
	} */

	.pum-container {
	  width: 90% !important;
	  max-width: 300px !important;
	}

	.logo-top-left {
	  width: 35px !important;
	}

	.popmake-close {
	  height: 13px !important;
	  width: 13px !important;
	}

	.newsletter-inner-content h2 {
	  font-size: 30px;
	}

	.popup-form-wrapper .mailerlite-form-inputs {
	  max-width: 220px !important;
	}

	.popup-form-wrapper .mailerlite-subscribe-submit {
	  margin-top: 20px;
	  font-size: 13px !important;
	  font-weight: 400 !important;
	  padding: 11px 22px !important;
	  border-radius: 6px !important;
	}

	/* 	Newsletter popup close here */

	/* 	Checkout page start here */
	.learnpress-checkout .lp-archive-courses {
	  padding-top: 30px;
	  padding-bottom: 30px;
	  padding-left: 7px;
	  padding-right: 7px;
	}

	.learnpress-checkout h1.lp-content-area {
	  font-size: 28px;
	  margin-bottom: 0px !important;
	}

	.lp-checkout-form {
	  margin-top: 15px !important;
	}

	#checkout-payment #checkout-order-action button {
	  padding: 12px;
	}
	/* 	Checkout page close here */

	/* 	Instructor page start here */
	.instructor-main-page #primary {
	  margin-top: 20px;
	}

	.instructor-main-page .avatar {
	  width: 200px !important;
		  height: 200px !important;
	}

	.instructor-main-page .lp-single-instructor__info {
	  margin-bottom: 25px;
	}

	.ul-instructor-courses .course-title {
	  font-size: 16px;
	  line-height: 20px;
	}

	.ul-instructor-courses .course-count {
	  font-size: 14px;
	}

	.ul-instructor-courses .price-categories {
	  font-size: 14px;
	}

	.ul-instructor-courses {
	  gap: 15px !important;
	}
	/* 	Instructor page close here */

	/* 	Search result page start here */
	.search #primary {
	  padding-top: 30px !important;
	}

	.search .page-title {
	  padding-left: 7px;
	  padding-right: 7px;
	  font-size: 24px;
	  margin-bottom: 0px !important;
	}

	.search article {
	  width: 100% !important;
	}

	.search .entry-title a {
	  font-size: 17px;
	  line-height: 27px;
	}

	.no-results.not-found {
	  max-width: 95%;
	  margin-left: auto;
	  margin-right: auto;
	  padding: 25px 25px 32px 25px;
	}

	.site-main .no-results #search-field {
	  width: 66%;
	  padding: 10px 12px !important;
	  height: min-content !important;
	  line-height: 19px !important;
	}

	.search-no-results .search-submit {
	  font-size: 13px !important;
	  padding: 10px 17px !important;
	  height: min-content !important;
	  line-height: 19px !important;
	}
	/* 	Search result page close here */

	/* 	post archive page start here */
	.archive.category #content .ast-container {
	  flex-direction: column;
	  padding-left: 20px;
	  padding-right: 20px;
	}

	.archive.category #primary {
	  width: 100%;
	  padding-top: 40px;
	  padding-right: 0px;
	}

	body.archive .ast-archive-description {
	  margin-bottom: 10px !important;
	}

	body.archive .ast-archive-description h1 {
	  font-size: 25px !important;
	  margin-bottom: 20px !important;
	}

	.archive.category #main article.ast-article-post {
	  width: 100%;
	  padding-right: 0px;
	  margin-bottom: 15px;
	}

	.archive.category #main article.ast-article-post .ast-article-inner .entry-title a {
	  font-size: 16px;
	  line-height: 22px;
	}

	.archive.category #secondary {
	  border-left: none;
	  width: 100%;
	  padding-left: 0px;
	  border-top: 1px solid #d1d1d1;
	  padding-top: 29px;
	}

	.sidebar-main .widget_recent_entries ul li {
	  line-height: 20px;
	}
	/* 	post archive page close here */

	/* 	Cookies banner start here */
	.cky-notice-btn-wrapper {
	  flex-wrap: nowrap !important;
	  justify-content: space-between !important;
	  margin-top: 14px !important;
	  gap: 10px;
	}

	.cky-notice-btn-wrapper button.cky-btn {
	  margin: 0px !important;
	  min-width: max-content !important;
	  width: 48%;
	  padding: 7px 17px !important;
	}

	.cky-consent-bar .cky-btn-customize::after {
		top: 16px !important;
	}
/* 	Cookies banner close here */
	
/* 	Newsletter page start here */
	.newsletter-wrapper .mailerlite-form-inputs {
		flex-wrap: wrap;
	}

	.newsletter-wrapper .mailerlite-form-field {
		width: 100%;
	}

	.newsletter-wrapper .mailerlite-subscribe-button-container {
		width: 175px;
		margin-left: auto;
		margin-right: auto;
	}

	#courses-list-wrapper .course-wrap-meta {
		min-width: 80px;
		padding-right: 20px;
	}

	#courses-list-wrapper .course-count-item.lp_lesson {
		font-size: 13px;
		line-height: 16px;
	}

	.product-link-grid .elementor-icon-list-items li {
		width: 100%;
	}

	.product-link-grid .elementor-icon-list-items li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#courses-list-wrapper a.course-permalink {
		padding-right: 10px;
	}

	#courses-list-wrapper a.course-permalink span {
		font-size: 15px;
		line-height: 20px;
	}

	#courses-list-wrapper .course-readmore a {
		width: 22px;
		height: 22px;
		background-size: 11px;
	}
	
/* 	Newletter page close here */
	
		
/* 	Message styling start here  */
	.fep-per-message {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px !important;
		padding-right: 10px !important;
	}
	.fep-column.fep-column-title span a {
		font-size: 13px;
	}
	#fep_upload input.fep-attachment-field-input {
		width: 100% !important;
	}
/* 	Message styling close here  */
}