/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

html[data-locked-scroll] {
  overflow: hidden;
  padding-right: 1rem;
}

::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}

::-webkit-scrollbar-thumb {
  background-color: #9b918a;
  border: 4px solid #fff7f2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--nectar-accent-color);
  border-width: 3px;
}

::-webkit-scrollbar-track {
  background-color: #fff7f2;
}

.learndash_post_sfwd-courses {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
}

button {
  font-family: inherit;
}

.learndash-wrapper .ld-expand-button {
  padding-left: 1.5em;
}

#header-outer[data-lhe="animated_underline"]
  #top
  .sf-menu
  > .sf-with-ul[class*="button"]
  > a {
  padding-right: 5px !important;
}

.learndash-wrapper p {
  padding: 0;
}

.learndash-wrapper-login-modal {
  overflow: auto;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  width: 100%;
  background: rgb(255 255 255 / 70%);
  padding: 20px;
  backdrop-filter: blur(5px);
}

.learndash-wrapper .ld-modal {
  top: unset;
  position: relative;
  border-radius: 30px;
  margin: 0;
  transform: unset;
  line-height: 1.5;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form label {
  text-align: left;
}

.learndash-wrapper .ld-login-modal .ld-forgot-password-link {
  display: block;
  text-align: center;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper {
  width: 100%;
}

.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer {
  font-size: 2em;
  padding: 1.2em 1em;
  right: 0;
  top: 0;
  margin-right: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}

.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer:hover {
  opacity: 1;
}

.registration-login {
  margin-bottom: 1rem;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
  font-family: "Montserrat";
  font-size: 35px;
  line-height: 1.2;
}

.learndash-wrapper
  .ld-focus
  .ld-focus-sidebar
  .ld-course-navigation-heading
  h3 {
  font-family: "Montserrat";
}

.show-password-reset-link a,
.show-register-form a,
.registration-login-link {
  text-decoration: underline !important;
}

.ld-login-modal-branding {
  display: none;
}

.learndash-wrapper #learndash-registration-wrapper .learndash-password-hint,
.acf-user-register-fields .description {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.acf-required {
  color: red;
}

#learndash-registration-wrapper h2 {
  display: none;
}

#learndash-tooltips .ld-tooltip {
  line-height: 1.5;
  padding: 0.5em 1em;
}

.nectar-badge {
  margin-bottom: 0 !important;
  display: flex;
}

.nectar-badge.padding-amount-small .nectar-badge__inner {
  padding: 3px 8px;
  font-size: 12px;
}

.page-submenu > .full-width-content {
  border: 1px solid #eee;
}

body .page-submenu li a {
  padding: 8px 15px;
}

body.material.mobile
  #header-outer.transparent:not([data-permanent-transparent="1"])
  header
  .slide-out-widget-area-toggle
  a
  .close-line {
  background-color: #000 !important;
}

.learndash-wrapper .ld-profile-summary,
.learndash-wrapper .ld-item-list {
  margin: 0;
}

.woocommerce .cart_item dl,
body .woocommerce-checkout-review-order-table .product-info .product-quantity,
.woocommerce-order-details .product-quantity {
  display: none;
}

.woocommerce-checkout-review-order .product-info a,
.woocommerce-order-details a {
  pointer-events: none;
}

@media (min-width: 1000px) {
  .page-submenu ul:before {
    content: "Быстрые ссылки:";
    margin-right: 35px;
  }
}

.page-submenu li {
  margin-right: 0;
}

.page-submenu li a:hover,
.page-submenu.stuck .current-menu-item a {
  text-decoration: underline;
}

.toggle > h3.toggle-title a {
  font-family: "Montserrat";
}

.learndash-wrapper .ld-status {
  margin-bottom: 0;
}

.learndash-wrapper
  .ld-progress
  .ld-progress-heading
  .ld-progress-stats
  .ld-progress-percentage {
  margin-right: 15px;
}

.nectar-split-heading[data-animation-type="line-reveal-by-space"]
  span
  > .inner:last-child {
  padding-right: 0.2em;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  padding-bottom: 1.5em;
}

.edit-account .woocommerce-Button {
  margin-top: 1.5em;
}

.wpb_tab .ld-section-heading h2 {
  display: none;
}

.wpb_tab .learndash-wrapper .ld-item-list .ld-item-list-item {
  margin-top: 0;
}

.learndash-wrapper
  .ld-course-navigation
  .ld-table-list.ld-topic-list
  .ld-table-list-item
  .ld-table-list-item-preview.ld-is-current-item {
  position: relative;
  pointer-events: none;
  background: #fff;
  border-radius: 10px;
}

.learndash-wrapper
  .ld-course-navigation
  .ld-table-list.ld-topic-list
  .ld-table-list-item
  .ld-table-list-item-preview.ld-is-current-item:after {
  content: "";
  top: 5px;
  right: 5px;
  height: 5px;
  width: 5px;
}

body .learndash-wrapper .ld-table-list a.ld-table-list-item-preview {
  color: #333;
}

body .learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover {
  color: #000 !important;
}

.woocommerce-info {
  border-top-color: #7f54b3 !important;
  border-radius: 15px;
  background-color: #fff !important;
}

.rounded {
  border-radius: 5px;
}

hr {
  border-bottom: 0;
  border-color: rgb(0 0 0 / 15%);
}

.row-justify-center > .col {
  justify-content: center;
}

.learndash-wrapper #learndash_mark_complete_button,
.learndash-wrapper .learndash_mark_complete_button {
  padding-right: 55px;
  padding-left: 30px;
}

.learndash-wrapper #sfwd-mark-complete:after,
.learndash-wrapper .sfwd-mark-complete:after {
  right: 1em;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
  display: none;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
  flex: 1 0 auto;
}

.grecaptcha-badge {
  display: none;
}

.tabs.wc-tabs,
.woocommerce-page .summary .product_meta {
  display: none;
}

.products
  li.product.minimal
  .product-wrap
  .product-image-wrap
  .product-add-to-cart
  a {
  border-radius: 20px;
}

.learndash-course-reviews-container
  .learndash-course-reviews-stars-input
  .review-star
  label {
  font-size: 2.5em !important;
}

#learndash-course-reviews-review-title {
  margin-bottom: 1rem;
}

.order-again,
.woocommerce-customer-details {
  display: none;
}

.woocommerce-thankyou-order-received {
  max-width: 750px;
  margin-bottom: 3rem;
}

.learndash-wrapper
  .ld-course-status.ld-course-status-not-enrolled
  .ld-course-status-label,
.learndash-wrapper
  .ld-course-status.ld-course-status-not-enrolled
  .ld-course-status-content {
  margin-bottom: 0;
}

.learndash-wrapper
  .ld-course-status.ld-course-status-not-enrolled
  .ld-course-status-seg-price {
  display: none;
}

.learndash-wrapper .ld-course-status .ld-course-status-segment {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog_next_prev_buttons.vc_row-fluid.standard_section.nectar-parallax-enabled {
  display: none;
}

.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
  color: #000;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button {
  margin-top: 0;
}

body #slide-out-widget-area.slide-out-from-right-hover {
  padding: 35px;
}

#ajax-content-wrap .font_size_desktop_50px.nectar-price-typography,
.font_size_desktop_50px.nectar-price-typography {
  font-size: 42px;
}

body .mejs-container:not(.mejs-audio) .mejs-controls:before {
  pointer-events: none;
}

body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video {
  padding-top: 0;
  height: auto !important;
  aspect-ratio: 16 / 9;
}

.wpProQuiz_content .wpProQuiz_reviewLegend li {
  display: flex;
  align-items: center;
  gap: 3px;
  padding-right: 10px;
}

.grid-container .row_col_wrap_12 {
  display: grid !important;
  grid-template-columns: repeat(4, 400px);
  justify-content: end;
  gap: 35px !important;
}

@media only screen and (max-width: 999px) {
  body #ajax-content-wrap .grid-container.row-col-gap > .span_12 {
    gap: 20px !important;
  }
}

.grid-container .vc_col-sm-3 {
  width: auto !important;
}

.grid-column-full {
  grid-column: 1 / -1;
}

.inline-block {
  display: inline-block !important;
}

@media only screen and (min-width: 1000px) {
  body .nectar_video_player_self_hosted .play_button svg {
    height: 30px;
    width: 30px;
  }
}

.nectar_video_player_self_hosted .play_button .play:before {
  backdrop-filter: blur(5px);
}

@media (max-width: 1920px) {
  #ajax-content-wrap .font_size_desktop_50px.nectar-price-typography,
  .font_size_desktop_50px.nectar-price-typography {
    font-size: 35px;
  }
  .grid-container .row_col_wrap_12 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px !important;
  }
}

@media (max-width: 1450px) {
  #ajax-content-wrap .font_size_desktop_50px.nectar-price-typography,
  .font_size_desktop_50px.nectar-price-typography {
    font-size: 22px;
  }

  #prices .wpb_column.left_padding_desktop_40px > .vc_column-inner {
    padding-left: 25px;
  }
  #prices .wpb_column.bottom_padding_desktop_40px > .vc_column-inner {
    padding-bottom: 25px;
  }
  #prices .wpb_column.right_padding_desktop_40px > .vc_column-inner {
    padding-right: 25px;
  }
  #prices .wpb_column.top_padding_desktop_40px > .vc_column-inner {
    padding-top: 25px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .tabbed[data-style*="vertical"] > div {
    width: 70%;
  }
}

/* Media queries */

@media (max-width: 1024px) {
  .learndash-wrapper .ld-login-modal {
    width: 100%;
  }

  #contents .col[data-padding-pos="right"] > .vc_column-inner {
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  body .page-submenu li a {
    padding: 10px;
  }

  body .tabbed[data-style="vertical_modern"] > div {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .learndash-wrapper {
    align-items: start;
    padding: 0;
  }

  .learndash-wrapper .ld-modal {
    border-radius: 0;
  }

  .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
    font-size: 25px;
  }

  html .woocommerce .single-product-summary {
    padding-left: 0;
  }
}

@media (max-width: 690px) {
  body #ajax-content-wrap .grid-container.row-col-gap > .span_12 {
    gap: 0px !important;
  }

  .fitty-fit {
    font-size: 30px !important;
    white-space: normal !important;
  }
}

@media (max-width: 640px) {
  .learndash-wrapper .ld-progress .ld-progress-heading,
  .learndash-wrapper .ld-progress .ld-progress-heading.ld-progress-inline {
    gap: 5px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    display: grid;
  }

  body .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li {
    margin-bottom: 0px;
  }

  body .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
    padding: 10px;
  }

  .tabbed[data-icon-size="24"] .wpb_tabs_nav li svg {
    height: 20px;
    margin-right: 5px;
  }

  body .products li.product.minimal .product-meta {
    padding: 20px;
  }

  html .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
  }
}

@media (max-width: 960px) {
  .grid-container .row_col_wrap_12 {
    gap: 0px !important;
  }
}

.download-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 40px;
  background: rgb(0 0 0 / 5%);
  padding: 20px 30px;
  border-radius: 20px;
}

.download-row .download-btn {
  padding: 10px 25px;
  background: var(--nectar-accent-color);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.15s ease-out;
}

.download-row .download-btn:hover {
  filter: brightness(120%);
}

html .woocommerce ul.products li.product .woocommerce-loop-product__title,
html .woocommerce ul.products li.product h3,
html .woocommerce ul.products li.product h2,
html .woocommerce ul.products li.product h2,
html .woocommerce-page ul.products li.product h2 {
  display: inline-flex;
  font-family: "Open Sans" !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem;
}

body .products li.product.minimal .product-meta .amount,
html .woocommerce ul.products li.product .price ins .amount {
  font-size: 16px !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  display: inline-flex;
}

body
  .products
  li.product.minimal
  .product-wrap
  .product-image-wrap
  .product-add-to-cart
  a {
  background-color: rgb(255 255 255 / 60%) !important;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 30px -15px black;
  border: 1px solid #fff;
  border-radius: 50px !important;
}
